Silent Parameters for Un-Installation of Office2013 ClickToRun
I have been trying to uninstall Office 2013 Professional - ClickToRun so I can deploy Office365 Business to 200+ computers and I can't get the command to uninstall it quietly. The uninstall command that I use is:
"C:\Program Files\Microsoft Office 15\ClientX64\OfficeClickToRun.exe" scenario=install scenariosubtype=uninstall baseurl="C:\Program Files\Microsoft Office 15" platform=x86 version=15.0.4919.1002 culture=en-us productstoremove=ProfessionalRetail_en-us_x-n
I'm utilizing the Online Shell Script option via K1000 deploying it to Windows 7 x64 machines. I have tried to follow the command above with /q, /silent, /qb, DisplayLevel="none", and others but these commands do not work. Any help would be much appreciated.
Thank you.
3 Comments
[ + ] Show comments
Answers (0)
Please log in to answer
Be the first to answer this question
The script can be acquired easily from this github repo https://github.com/OfficeDev/Office-IT-Pro-Deployment-Scripts/tree/master/Office-ProPlus-Deployment/Remove-PreviousOfficeInstalls
The script comes directly from a Microsoft FixIt. - Myth0S 7 years ago
Along searching for deployment options with your suggested solution I came across extracting the content of the O15_CTRREMOVE.DIAGCAB file which provided me with .ps1 files. Which I haven't found a way to successfully deploy those PowerShell scripts.
https://social.technet.microsoft.com/Forums/en-US/b3194247-70da-4a00-ba14-22e93a1b0cb8/how-to-deploy-a-diagcab-with-sccm?forum=configmanagergeneral
Seventh comment down. - llacefield 7 years ago
I tested to remove office365. It worked for me using "DisplayLevel=False" - isecph 4 years ago