Jump to content

Office 2007 install


011453

Recommended Posts

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?

Link to comment
Share on other sites


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!!!!!

Link to comment
Share on other sites

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...