Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Question
Monday, March 26, 2018 6:03 PM
Im trying to uninstall office via sccm when installing office365 and i'm running into a problem when it tries to uninstall 2013 here is the syntax im using
\server\share\Office2013\setup.exe /uninstall ProPlusr /config config.xml \server\share\Office2013\proplus.ww\Uninstall.xml
any help would be greatly appreciated.
config.xml: syntax
<Configuration Product="ProPlusr">
<!-- <Display Level="full" CompletionNotice="yes" SuppressModal="no" AcceptEula="no" /> -->
<!-- <Logging Type="standard" Path="%temp%" Template="Microsoft Office Professional Plus Setup(*).txt" /> -->
<!-- <USERNAME Value="Customer" /> -->
<!-- <COMPANYNAME Value="MyCompany" /> -->
<!-- <INSTALLLOCATION Value="%programfiles%\Microsoft Office" /> -->
<!-- <LIS CACHEACTION="CacheOnly" /> -->
<!-- <LIS SOURCELIST="\server1\share\Office;\server2\share\Office" /> -->
<!-- <DistributionPoint Location="\server\share\Office" /> -->
<!-- <OptionState Id="OptionID" State="absent" Children="force" /> -->
<!-- <Setting Id="SETUP_REBOOT" Value="IfNeeded" /> -->
<!-- <Command Path="%windir%\system32\msiexec.exe" Args="/i \server\share\my.msi" QuietArg="/q" ChainPosition="after" Execute="install" /> -->
</Configuration>
uninstall.xml: syntax
<Configuration Product=”ProPlusr”>
<Display Level="none" CompletionNotice="no" SuppressModal="yes" AcceptEula="yes" />
<Setting Id="SETUP_REBOOT" Value="Never" />
</Configuration>
All replies (3)
Monday, March 26, 2018 8:29 PM
Hi Shaun
According to this guide https://weikingteh.wordpress.com/2013/09/12/uninstallremove-office-2013-with-configmgr-2012/
This is just the text you need in the config.xml:
<Configuration Product="ProPlusr">
<Display Level="basic" CompletionNotice="yes" SuppressModal="yes" AcceptEula="yes" />
</Configuration>
Regards
Simon
If you find that my post has answered your question, please mark it as the answer. If you find my post to be helpful in anyway, please click vote as helpful. Regards Simon Disclaimer: This posting is provided AS IS with no warranties or guarantees, and confers no rights.
Tuesday, March 27, 2018 2:29 AM
Hi Shaun,
Could you provide more details on the problem you are encountering? Is there any error message?
Besides, in addition to Simon's suggestion, it looks the command line you used to uninstall Office is not correct. You may try this one:
\\server\share\Office2013\setup.exe /uninstall ProPlusr /config \\server\share\Office2013\proplus.ww\Uninstall.xml
The Uninstall.xml should be edited as Simon suggested.
Regards,
Steve Fan
Please remember to mark the replies as answers if they helped. If you have feedback for TechNet Subscriber Support, contact [email protected].
Click here to learn more. Visit the dedicated forum to share, explore and talk to experts about Microsoft Teams.
Monday, April 2, 2018 9:04 AM
Hello,
How is everything going now? Have you got an opportunity to try above suggestions?
Regards,
Steve Fan
Please remember to mark the replies as answers if they helped. If you have feedback for TechNet Subscriber Support, contact [email protected].
Click here to learn more. Visit the dedicated forum to share, explore and talk to experts about Microsoft Teams.