Great little program! However, could you please add an option to change the install path/location/directory? I do not want to install all my programs in C:/Program Files, or wherever the default is. Thanks.
D: okay. I chose Office 365 ProPlus but the tool installed OneNote 2016 for me. What would I need to do if I want the newer version?
Thanks for this! FYI it gave me again an "Activation Failed" error, but Office was activated successfully. So all good.
It seems, there still is a problem. "Activation failed" is shown when the activation process doesn't complete successfully. Could be, Office is still activated from a prior KMS activation. What is shown as remaining days in (A) SHOW CURRENT ACTIVATION STATUS ? If you check right after KMS activation it must show 180 days. Some minutes later it's 179. If it's not 179/180 days then activation failed for some reason. In most, but not all cases, KMS activation is blocked by Antivirus-/Firewall-program. Did you use something else than MS-Defender? If Yes, did you set exclusion rules in this other AV?
The only products that were not activated were project 2019 and visio 2019 (still show as grace period). For office, it looks like it was activated successfully. I'm behind SEP which i deactivated and added also the exclusion rules. FYII just ran again the activation and all products activated successfully; so maybe there was a glitch yesterday. Thanks again! Office installation path: C:\Program Files\Microsoft Office Distribution-Channel: Insider (Office Insider FAST) Updates-Url: hxxp://officecdn.microsoft.com/pr/5440fd1f-7ecb-4221-8110-145efaa6372f ____________________________________________________________________________ Office 365 ProfessionalPlus --- ProductVersion: 16.0.12711.20000 License Family: Office16MondoVL_KMS_Client Activation status: 1 (---LICENSED---) PartialProductKey: -XQBR2 Remaining KMS activation period: 178 days left - License expires at: 9/18/2020
What is the different between this activator and the Office C2r and C2R lite available on the internet?
@AngryBird : If the tools do their job -> activate the product, the only difference is user's personal liking. But personal liking is unobjective and mostly philosophic. So nothing to discuss here.
Hey i've used OfficeRTool recently (21 March 2020 version). I dont know if it is a bug or not, but i came up with a problem. Let's say i want to install only Visio 2019. If i select option 7 (Visio 2019 / Project 2019) i will achieve my goal. Now if i select the option 0 (Single apps install) the program asks me which apps i want to install. i pressed 0=2019 and then 0 for every app. When it reaches Visio it asks me about Visio 2016 instead of Visio 2019. I've made some changes to cmd file but i dont know if it is ok. Thank you for this awesome program!! Spoiler: Code ::=============================================================================================================== :SingleApps2016Install echo: set /p wd16install=Set Word 2016 Single App Install (1/0) ^> if /I "%wd16install%" EQU "X" goto:Office16VnextInstall set /p ex16install=Set Excel 2016 Single App Install (1/0) ^> if /I "%ex16install%" EQU "X" goto:Office16VnextInstall set /p pp16install=Set Powerpoint 2016 Single App Install (1/0) ^> if /I "%pp16install%" EQU "X" goto:Office16VnextInstall set /p ac16install=Set Access 2016 Single App Install (1/0) ^> if /I "%ac16install%" EQU "X" goto:Office16VnextInstall set /p ol16install=Set Outlook 2016 Single App Install (1/0) ^> if /I "%ol16install%" EQU "X" goto:Office16VnextInstall set /p pb16install=Set Publisher 2016 Single App Install (1/0) ^> if /I "%pb16install%" EQU "X" goto:Office16VnextInstall set /p on16install=Set OneNote 2016 Single App Install (1/0) ^> if /I "%on16install%" EQU "X" goto:Office16VnextInstall set /p sk16install=Set Skype For Business 2016 Single App Install (1/0) ^> if /I "%sk16install%" EQU "X" goto:Office16VnextInstall goto:InstallProVis (i think here it should be goto:InstVi16Pr16) :SingleApps2019Install echo: set /p wd19install=Set Word 2019 Single App Install (1/0) ^> if /I "%wd19install%" EQU "X" goto:Office16VnextInstall set /p ex19install=Set Excel 2019 Single App Install (1/0) ^> if /I "%ex19install%" EQU "X" goto:Office16VnextInstall set /p pp19install=Set Powerpoint 2019 Single App Install (1/0) ^> if /I "%pp19install%" EQU "X" goto:Office16VnextInstall set /p ac19install=Set Access 2019 Single App Install (1/0) ^> if /I "%ac19install%" EQU "X" goto:Office16VnextInstall set /p ol19install=Set Outlook 2019 Single App Install (1/0) ^> if /I "%ol19install%" EQU "X" goto:Office16VnextInstall set /p pb19install=Set Publisher 2019 Single App Install (1/0) ^> if /I "%pb19install%" EQU "X" goto:Office16VnextInstall set /p sk19install=Set Skype For Business 2019 Single App Install (1/0) ^> if /I "%sk19install%" EQU "X" goto:Office16VnextInstall goto:InstallProVis (i think here it should be goto:InstVi19Pr19) ::=============================================================================================================== :InstallProVis echo ____________________________________________________________________________ if "%of19install%" EQU "1" goto:InstVi19Pr19 if "%wd19install%" EQU "1" goto:InstVi19Pr19 if "%ex19install%" EQU "1" goto:InstVi19Pr19 if "%pp19install%" EQU "1" goto:InstVi19Pr19 (if every app 2019 is zero then it doesn't enter ) if "%ac19install%" EQU "1" goto:InstVi19Pr19 ( :InstVi19Pr19 so maybe we can delete) if "%ol19install%" EQU "1" goto:InstVi19Pr19 ( :InstallProVis? ) if "%pb19install%" EQU "1" goto:InstVi19Pr19 if "%sk19install%" EQU "1" goto:InstVi19Pr19 :InstVi16Pr16 echo: set /p vi16install=Set Visio 2016 Install (1/0) ^> set /p pr16install=Set Project 2016 Install (1/0) ^> goto:InstViPrEnd :InstVi19Pr19 echo: if "%distribchannel%" EQU "Current" set /p vi19install=Set Visio 2019 Install (1/0) ^> if "%distribchannel%" EQU "InsiderFast" set /p vi19install=Set Visio 2019 Install (1/0) ^> if "%distribchannel%" EQU "FirstReleaseCurrent" set /p vi19install=Set Visio 2019 Install (1/0) ^> if "%distribchannel%" EQU "ManualOverride" set /p vi19install=Set Visio 2019 Install (1/0) ^> if "%distribchannel%" EQU "DogfoodDevMain" set /p vi19install=Set Visio 2019 Install (1/0) ^> ::=============================================================================================================== if "%distribchannel%" EQU "Current" set /p pr19install=Set Project 2019 Install (1/0) ^> if "%distribchannel%" EQU "InsiderFast" set /p pr19install=Set Project 2019 Install (1/0) ^> if "%distribchannel%" EQU "FirstReleaseCurrent" set /p pr19install=Set Project 2019 Install (1/0) ^> if "%distribchannel%" EQU "ManualOverride" set /p pr19install=Set Project 2019 Install (1/0) ^> if "%distribchannel%" EQU "DogfoodDevMain" set /p pr19install=Set Project 2019 Install (1/0) ^> ::===============================================================================================================
I already have VL ISO based 2010 & 2013 installed side by side - Keeping Outlook 2010 intact. https://forums.mydigitallife.net/th...me-win-8-1-for-comparison.81367/#post-1586706 As pointed out by Abboudi on the above thread only way to install 2016 & 2019 both side by side with previous VL 10/ 13 is the next have to be both C2R. Now also since this is Win 8.1 I am seeing OfficeRTool being mentioned. I just started playing with it and did the first step of DOWNLOAD offline installer. Next step is to install single apps or install full suite.. Is it possible to install O 2016 minus Outlook? And then O 2019 minus Outlook? Make Outlook the exception "while keeping previous all intact" All via OfficeRTool? Would that work? Or is there a better way or Tool? Given that there are so many tools for this.. which is the ONE for me. @abbodi1406 (Thoughts - Also see next post)
So I installed Office 2016 C2R minus Outlook via Office RTool. I figured next step was repeat for Office 2019 C2R Minus Outlook. Once I select Install Now (the last 1/0) (followed same steps for 2019 as for 2016) Office Wizard screen shows me that it wont install on Windows 8.1 I thought Office Rtool would work around it .. what needs to be done? @ratzlefatz