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

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

  1. gepilacu

    gepilacu MDL Novice

    May 30, 2019
    1
    0
    0
    Hi @ratzlefatz

    I used the latest OfficeRTool and also replaced OfficeDeploymentTool file "setup.exe" with the original "setup.exe" in ODT package.
    After installing, converting and activating I tried to uncheck the Office intelligent services checkbox and unchecked the two Privacy Options checkboxes.
    However after applying them and hitting ok, and going back into settings the boxes are checked and Office Intelligent Services is enabled and functioning when I set it to be disabled.
    I also tried the disable telemetry function in OfficeRTool and it does not seem to affect the Privacy Options at all or telemetry.
    This was tested with both Office 365 and Office 2019 installs on a freshly installed windows 10 system.
     
  2. VDev

    VDev MDL Member

    Sep 9, 2015
    121
    64
    10
    @ratzlefatz and @abbodi1406 Thank you guys. I've been looking for an alternative to download home and student editions from MSFT and they still host MSO 2016 img file dated 2016. I used OfficeRTool to download production release and used YOACTRI to install them. I used the same file to install ProPlus 2016 on my other machines and converted C2R to Retail mode and everything just works. Thank you guys.
     
  3. Ilanio

    Ilanio MDL Novice

    Aug 28, 2009
    15
    12
    0
    I made little updates on the great job of Krakatoa (wotok.cmd):

    - More options of channels to download/install
    - Erases temp folders in all circunstances
    - Added more 'exclude app' options
    - Allows users to choose if they want to pin office apps icons to taskbar on Windows 7, 8, 8.1
    - Displays the setup window (not only 'installing on background' warning)

    Tested on Windows 7 and Windows 10 and it is working well...
     

    Attached Files:

  4. ratzlefatz

    ratzlefatz MDL FUBAR Recon Squad

    Sep 1, 2012
    1,379
    5,000
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. badbob001

    badbob001 MDL Novice

    Sep 16, 2018
    2
    0
    0
    Is it possible to schedule officertool to run and activate office every few months?
     
  6. rcstar6696

    rcstar6696 MDL Senior Member

    Jun 11, 2017
    447
    351
    10
    #3387 rcstar6696, Jun 3, 2019
    Last edited: Jun 27, 2019
    -snip-
     
  7. rcstar6696

    rcstar6696 MDL Senior Member

    Jun 11, 2017
    447
    351
    10
    #3388 rcstar6696, Jun 3, 2019
    Last edited: Jun 27, 2019
    -snip-
     
  8. VDev

    VDev MDL Member

    Sep 9, 2015
    121
    64
    10
    Haha.. I was confused. The UI design is similar to MSFT products. Thanks.
     
  9. maxama123

    maxama123 MDL Addicted

    Oct 22, 2009
    517
    212
    30
    Can anyone determine what conditions would warrant Office 365 to be repaired?

    It seems almost every time I restart the machine, Office needs to be repaired. Have not performed an online repair which takes longer.
     
  10. Outcast

    Outcast MDL Member

    Mar 23, 2009
    243
    187
    10
    You should a do an online repair then to fix things once and for all.
     
  11. Ilanio

    Ilanio MDL Novice

    Aug 28, 2009
    15
    12
    0
    #3392 Ilanio, Jun 5, 2019
    Last edited: Jun 7, 2019
    Please note lcid=xxx, even optional, is necessary for setup to display messages on language chosen by user (another language than not english)...

    scenario=xxx, scenariosubtype=xxx is just for compatibility with office deployment tool...

    All other changes implemented...
     

    Attached Files:

  12. gururoop

    gururoop MDL Junior Member

    Aug 12, 2012
    94
    16
    0
    I am getting Error 404: Not Found for the files "stream.x64.en-US.dat.cobra" and "stream.x64.x-none.dat.cobra" when I try to download using O2016R Tool from the "Dogfood DevMain" channel. Is it normal?
     
  13. l33tT

    l33tT MDL Novice

    Mar 8, 2018
    40
    4
    0
    What'd happen if I don't activate an office VL installation? Is there any problem at all?
     
  14. dudeluv

    dudeluv MDL Senior Member

    Aug 7, 2012
    351
    117
    10
    I have had the same problem error 404 same streams missing, I tried option 2 download the insider office channel
     
  15. ratzlefatz

    ratzlefatz MDL FUBAR Recon Squad

    Sep 1, 2012
    1,379
    5,000
    60
    A new OfficeRTool version (2019/June/08) was released today

    - Removed download of *.cobra files because they are not created anymore by MS
    - This will avoid missing file 404 error during download and won't affect setup

    No other changes were made, no new features were added.

    Download-links and checksums in OP were updated.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. alorsnon

    alorsnon MDL Novice

    Jul 7, 2010
    34
    10
    0
    Hello,

    In OfficeRTool

    I think there's an error on line 1897, a quote is missing
    if "%StandardVLFound:~-30%" EQU "Microsoft Office Standard 2016" ((set "StandardVLFound=YES)&&(set "_StandardRetail=YES"))
    It should be this:
    if "%StandardVLFound:~-30%" EQU "Microsoft Office Standard 2016" ((set "StandardVLFound=YES")&&(set "_StandardRetail=YES"))

    I think there's an error on line 1901, a quote is missing
    if "%VisioProVLFound:~-33%" EQU "Microsoft Visio Professional 2016" ((set "VisioProVLFound=YES)&&(set "_VisioProRetail=YES"))
    It should be this:
    if "%VisioProVLFound:~-33%" EQU "Microsoft Visio Professional 2016" ((set "VisioProVLFound=YES")&&(set "_VisioProRetail=YES"))

    I think there's an error on line 1921, a quote is missing
    if "%StandardVLFound:~-30%" EQU "Microsoft Office Standard 2016" ((set "StandardVLFound=YES)&&(set "_StandardRetail=YES"))
    It should be this:
    if "%StandardVLFound:~-30%" EQU "Microsoft Office Standard 2016" ((set "StandardVLFound=YES")&&(set "_StandardRetail=YES"))

    I think there's an error on line 1925, a quote is missing
    if "%VisioProVLFound:~-33%" EQU "Microsoft Visio Professional 2016" ((set "VisioProVLFound=YES)&&(set "_VisioProRetail=YES"))
    It should be this:
    if "%VisioProVLFound:~-33%" EQU "Microsoft Visio Professional 2016" ((set "VisioProVLFound=YES")&&(set "_VisioProRetail=YES"))

    I think there's an error on line 1933, a quote is missing
    if "%StandardVLFound:~-30%" EQU "Microsoft Office Standard 2016" ((set "StandardVLFound=YES)&&(set "_StandardRetail=YES"))
    It should be this:
    if "%StandardVLFound:~-30%" EQU "Microsoft Office Standard 2016" ((set "StandardVLFound=YES")&&(set "_StandardRetail=YES"))

    I think there's an error on line 1937, a quote is missing
    if "%VisioProVLFound:~-33%" EQU "Microsoft Visio Professional 2016" ((set "VisioProVLFound=YES)&&(set "_VisioProRetail=YES"))
    It should be this:
    if "%VisioProVLFound:~-33%" EQU "Microsoft Visio Professional 2016" ((set "VisioProVLFound=YES")&&(set "_VisioProRetail=YES"))
     
  17. ratzlefatz

    ratzlefatz MDL FUBAR Recon Squad

    Sep 1, 2012
    1,379
    5,000
    60
    #3398 ratzlefatz, Jun 9, 2019
    Last edited: Jun 9, 2019
    Mercie.
    I will change this in the next upcoming version.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  18. Outcast

    Outcast MDL Member

    Mar 23, 2009
    243
    187
    10
    You won't be able to edit the respective Office files.
     
  19. panosr88

    panosr88 MDL Novice

    Sep 1, 2014
    3
    0
    0
    Hello everyone, when I try to download office from OfficeRtool the following message appears and the prossess ends...what should I do to fix this problem?

    find: 'Available Build': No such file or directory
    The process tried to write to a nonexistent pipe.

    Check file "C:\Users\panag\AppData\Local\Temp\Monthly_Channel_V32.cab"
    Check file "C:\Users\panag\AppData\Local\Temp\Monthly_Channel_VersionDescriptor.xml"​