Jump to content

Recommended Posts

Posted

I am creating an SMS package to install Office 2007 Std and I have it uninstall Office 2003 Std and Pro. Those work fine. I need it to uninstall Office 2007 Pro Plus without rebooting. I am using SMS installer to create the exe file and once Office Pro 2007 uninstalls, it reboots and stops running the nstall of Office 2007 Std.. Any ideas?


Posted

I think I found the answer.

After repeatedly abusing my poor test system I found a way to silently uninstall Office 2007 without rebooting.

Using this config.xml

<Configuration Product="ProPlus">

<Display Level="None" />

<Setting Id="SETUP_REBOOT" Value="Never" />

</Configuration>

I can script/SMS advertise

setup.exe /config \\server\share\office12\ProPlus.WW\config.xml /uninstall

ProPlus

I just tried this and it worked!!!!!

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...