[HOW-TO/SUPPORT/CHAT] OFFICE C2R Download/Install/Activation

Discussion in 'Microsoft Office' started by s1ave77, Jul 19, 2015.

  1. ratzlefatz

    ratzlefatz MDL FUBAR Recon Squad

    Sep 1, 2012
    1,379
    5,000
    60
    Antivirus active? Temporarily disable AV, then extract OfficeRTool again.
    Later create exclusions in AV. See this post what to include in exclusion.
    Then retry download and install.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. ZERO269

    ZERO269 MDL Novice

    Apr 10, 2016
    14
    2
    0
    I was experimenting with the C2R-R2V_9 on one of my VM's and it's working perfectly for:
    • Office 365 Pro. along with
    • Visio 2019 Pro. and
    • Project 2019 Pro.
    I'm trying to integrate this script into my Windows Deployment scenario, but I need to be able to modify your script to exit when complete, and not display the results and pause as it currently does

    :end
    echo.
    echo ============================================================
    echo %msg%
    echo ============================================================
    echo.
    echo Press any key to exit...
    if %_Debug% EQU 0 pause >nul
    goto :eof​

    I' not sure about the best way to go about it, other than adding exit after the :end label like so:
    :end
    exit​

    I haven't tested this just yet, because I wanted to make one other modification to the script so that I know the conversion was successful.
    I'd like to output the %msg% from above to a Text file.
    I'm thinking something like this might work:

    %msg% > "%UserProfile%\Desktop\C2R_Status.txt"​

    What would be the best way to go about it?
    Would I need to remove the last two lines of the script as well?

    Any help would be greatly appreciated.
    Thanks!
     
  3. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,209
    90,791
    340
    @ZERO269

    just delete this line
    Code:
    if %_Debug% EQU 0 pause >nul
    setupcomplete.cmd runs under system account, so %UserProfile% might not be good
    you may change echo %msg% line to
    Code:
    echo %msg% > "%SystemDrive%\Users\Default\Desktop\C2R_Status.txt"
    p.s. latest is C2R-R2V_10
     
  4. rcstar6696

    rcstar6696 MDL Senior Member

    Jun 11, 2017
    447
    351
    10
    #3404 rcstar6696, Jun 12, 2019
    Last edited: Jul 14, 2019
    -snip-
     
  5. Krakatoa

    Krakatoa MDL Addicted

    Feb 22, 2011
    688
    1,132
    30
  6. Winclub.pl

    Winclub.pl MDL Member

    Jan 28, 2016
    101
    13
    10
    -NRC no working
     
  7. fkstabizler

    fkstabizler MDL Novice

    Oct 2, 2015
    40
    16
    0
    I would love to see an updated YAOCTRI to disable it in installation. Currently it always gets installed and is IMO completly useless for private use.
     
  8. rcstar6696

    rcstar6696 MDL Senior Member

    Jun 11, 2017
    447
    351
    10
    #3410 rcstar6696, Jun 16, 2019
    Last edited: Jun 27, 2019
    -snip-
     
  9. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,209
    90,791
    340
    I actually did that and added it to configurator and finished testing it few hours ago, still need to add the support to Installer script

    based on logs and testing, Teams addon is only installed with O365BusinessRetail,O365ProPlusRetail (for now)
    but i decided to handle it like onedrive and offer to exclude it for any product
     
  10. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,209
    90,791
    340
  11. Andhika24kd

    Andhika24kd MDL Novice

    Jan 25, 2018
    6
    1
    0
    #3414 Andhika24kd, Jun 17, 2019
    Last edited: Jun 17, 2019
    EDIT: Already found out what I needed
     
  12. yro

    yro MDL Addicted

    Jul 26, 2009
    641
    126
    30
    I need some help, if anyone can help me.. please..

    Ive downloaded the office 2016 home business from ad-guard. I have the IMG. How to use this tool to converte the img into VL without downloading the files all again? I have the IMG file and the c2r tool. What to do?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,209
    90,791
    340
    Short answer: you cannot convert C2R before installation
     
  14. yro

    yro MDL Addicted

    Jul 26, 2009
    641
    126
    30
    is that a way to download the vl iso/img?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,209
    90,791
    340
    Short answer: it does not exist :biggrin:

    long answer:
    C2R installation files are neutral, contain both retail and volume licenses
    setup .exe installer only available for retail SKUs, but you can use 3rd party tools to directly install volume SKUs
    or simply install retail, then convert to volume
     
  16. yro

    yro MDL Addicted

    Jul 26, 2009
    641
    126
    30
    can you point a tool to install directly the volume?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,209
    90,791
    340