Office 2007 silent uninstall

T

TX Techie

I am using the following command-line in an attempt to uninstall Office
Standard 2007 silently:

\\server\share\folder1\folder2\folder3\setup.exe /config
\\server\share\folder1\folder2\folder3\Standard.WW\config_silent.xml
/uninstall Standard

I receive a Yes/No prompt asking "Are you sure you want to remove Microsoft
Office Standard 2007 from your computer?" The config_silent.xml file contains
the following:

<Configuration Product="Standard">
<!-- <Display Level="None" CompletionNotice="No" SuppressModal="Yes"
AcceptEula="Yes" /> -->
<!-- <Logging Type="Standard" Path="C:\Temp" Template="Microsoft Office
Standard 2007 (MSI).txt" /> -->
<!-- <USERNAME Value="%USERNAME%" /> -->
<!-- <Setting Id="Reboot" Value="Never" /> -->
<!-- <Setting Id="SETUP_REBOOT" Value="Never" /> -->
</Configuration>

Can someone help me get rid of this prompt so that I can automate the
uninstall silently?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top