What is the uninstallation command (Command line) for MS office 2010 standard (32bit & 64bit)?
Hi,
One of our Dell KACE customer looking for the MS Office 2010 standard uninstallation through KACE box.
I am not able to do it, can some one provide the command to uninstall it?
Thanks,
Deepak Gupta
0 Comments
[ + ] Show comments
Answers (2)
Please log in to answer
Posted by:
pjgeutjens
10 years ago
Posted by:
EbrithilBowser
10 years ago
setup.exe /uninstall "Standard" /config "%ISrc%\silent_config.xml"
In the .xml-File, I made the following options:
<Configuration Product="STANDARD">
<Display Level="None" CompletionNotice="No" SuppressModal="Yes" NoCancel="No" AcceptEula="Yes" />
<Logging Type="Verbose" Path="C:\Temp\OffScrub10" Template="Microsoft Office STANDARD Setup(*).txt" />
<Setting Id="SETUP_REBOOT" Value="Never" />
</Configuration>