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
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.
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?
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.
What system environment (Windows build,language,architecture / Office build,language,architecture) are you using?
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)
@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)
I only have Windows Defender installed. I have disabled the firewall and disabled real-time protection but the problem still persists.
Sorry for asking again, seems I posted in wrong thread...does anyone knows what is happening here: https://forums.mydigitallife.net/threads/discussion-microsoft-office-2019.75232/page-76#post-1482435 If I create a new user name without space it works, new user with space it does not (same error). I did an install for a friend last sunday so I know it was working (before 17763.107...can't go back to check again as I overwrited my backup since tuesday patch) ps: Windows Server 2019
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.
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.