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

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

  1. ricao

    ricao MDL Novice

    Jun 9, 2012
    1
    6
    0
    Hello, using the 2018-August-26 version, I got a bug in OfficeRTool.cmd, line 2584. A path to one of the arguments generates an error if the aforementioned path has spaces in it. The fix is wrapping the whole thing in ", shown below:
    Original Code:
    start "KMS VLMCSD" /D "%OfficeRToolpath%\OfficeFixes\%winx%\" /MIN %OfficeRToolpath%\OfficeFixes\%winx%\vlmcsd.exe -P %KMSPort% -A %AI% -R %RI% -C %o16lcid% -De -r1

    Fixed Code:
    start "KMS VLMCSD" /D "%OfficeRToolpath%\OfficeFixes\%winx%\" /MIN "%OfficeRToolpath%\OfficeFixes\%winx%\vlmcsd.exe" -P %KMSPort% -A %AI% -R %RI% -C %o16lcid% -De -r1
     
  2. dosibox

    dosibox MDL Addicted

    Aug 14, 2009
    511
    325
    30
    #2862 dosibox, Nov 13, 2018
    Last edited: Nov 13, 2018
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. ratzlefatz

    ratzlefatz MDL FUBAR Recon Squad

    Sep 1, 2012
    1,379
    5,000
    60
    Thanks. Suggested fix will be included in next release.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. Jake1702

    Jake1702 MDL Novice

    Sep 1, 2017
    28
    4
    0
    That's not helpful information at all. Does it, for example, install the GVLK and Volume Licenses?
     
  5. deMatrix

    deMatrix MDL Novice

    May 29, 2018
    5
    2
    0
    Hi there.
    I've used OfficeRTool older ver since May 2018 (or so), then I downloaded OfficeRTool ver 2018.08.26
    But, when I use newest ver, I cannot execute menu "(A) SHOW ACTIVATION STATUS"
    It always forced-closes CMD window right after type "A" on menu selection.
    Is there any way to fix it?
    Thank you.
     
  6. tommis15

    tommis15 MDL Novice

    Feb 14, 2014
    8
    0
    0
    When I run the tool and check for updates I get the following error (for all channels) but I'm only including the snippet for Monthly Channel.

    Checking public Office distribution channels for new updates

    The system cannot find the file specified.
    find: Available Build: No such file or directory

    *** ERROR checking: * Monthly_Channel *
    *** No Build / Version number found in file: * VersionDescriptor.xml *

    Check file "C:\Users\User\AppData\Local\Temp\Monthly_Channel_V32.cab"
    Check file "C:\Users\User\AppData\Local\Temp\Monthly_Channel_VersionDescriptor.xml"
    Any suggestions for fixing this?
     
  7. ratzlefatz

    ratzlefatz MDL FUBAR Recon Squad

    Sep 1, 2012
    1,379
    5,000
    60
    #2868 ratzlefatz, Nov 14, 2018
    Last edited: Nov 14, 2018
    Maybe needed files not found on MS cdn-servers. Security software (Firewall/Antivirus) blocking access?
    Temporary disable FW/AV or create the necessary AV scan exclusions and test again.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. ratzlefatz

    ratzlefatz MDL FUBAR Recon Squad

    Sep 1, 2012
    1,379
    5,000
    60
    What system environment (Windows build,language,architecture / Office build,language,architecture) are you using?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. deMatrix

    deMatrix MDL Novice

    May 29, 2018
    5
    2
    0
    Win 10 Home Single Language, en-US, 64-bit / Ms Office Pro Plus 2019, Ms Project Pro 2019, Ms Visio Pro 2019 (all in en-US, x64)
     
  10. ratzlefatz

    ratzlefatz MDL FUBAR Recon Squad

    Sep 1, 2012
    1,379
    5,000
    60
    @deMatrix:
    How was Office, Visio, Project installed? By OfficeRTool or some other tool?
    Do you have special characters such as &,(),[] or similiar ones in username or OfficeRTool-path?
    If pathname is deep nested or has a extra long name, try to shorten/simplify pathname and test again.

    And please post a copy of the output from:
    (U) CHANGE OFFICE UPDATE-PATH (SWITCH DISTRIBUTION CHANNEL)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. tommis15

    tommis15 MDL Novice

    Feb 14, 2014
    8
    0
    0
    I only have Windows Defender installed. I have disabled the firewall and disabled real-time protection but the problem still persists.
     
  12. Thomas Dubreuil

    Thomas Dubreuil MDL Senior Member

    Aug 29, 2017
    363
    624
    10
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. ratzlefatz

    ratzlefatz MDL FUBAR Recon Squad

    Sep 1, 2012
    1,379
    5,000
    60
    A new OfficeRTool version (2018/November/17) was released today

    -BugFix-
    Corrected script to (hopefully) work better with spaces in pathnames (thanks @ricao)

    Function "(I) INSTALL OFFICE SUITES OR SINGLE APPS"
    -Change-
    Updated OfficeDeploymentTool "setup.exe" to latest version 11107.33602 (dated 2018/11/07)
    -BugFix-
    Corrected Exclusion for OneDrive = Fixed exclusion OneDrive for Business (Groove) and Desktop (OneDrive)
    -Enhancement-
    Added new internal use only download-channel "INSIDERS::LTSC" (thanks @rcstar6696) to manual/non public download section

    Function "(K) START KMS ACTIVATION"
    -Change-
    Updated KMS solution VLMCSD to latest version 1112

    No other changes were made.

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

    ratzlefatz MDL FUBAR Recon Squad

    Sep 1, 2012
    1,379
    5,000
    60
    Sorry guys, there were last minute changes for OfficeRTool neccesary.
    The new version is online now. Sorry for the inconveniences.

    And a special 'thank you' to @Thomas Dubreuil for testing.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. 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...
  16. c6p0

    c6p0 MDL Junior Member

    Aug 17, 2010
    74
    47
    0
  17. uranus12

    uranus12 MDL Member

    Jun 23, 2014
    102
    19
    10
    Can the OfficeRTools install office 2019 VL offlline ?