Office 2007 Forces reboot
I'm having an issue deploying Office 2007 as an upgrade to Office 2003. The installer forces a reboot after the installation and I cannot find a way to repress it. No prompting at all - just reboots the system (XP SP2) . I've edited the config.xml as follows without success:
<!-- <Setting Id="SETUP_REBOOT" Value="NEVER" /> -->
This file is located in the same folder as the setup.exe and .msp that I am using. Is there another way to supress the reboot?
Can I use this portion of the config.xml :
<!-- <Command Path="msiexec.exe" Args="/i \\server\share\my.msi" QuietArg="/q" ChainPosition="after" Execute="install" /> -->
to pass REBOOT=""ReallySuppress" into the main MSI? If so, what msi do I pass it to?
<!-- <Setting Id="SETUP_REBOOT" Value="NEVER" /> -->
This file is located in the same folder as the setup.exe and .msp that I am using. Is there another way to supress the reboot?
Can I use this portion of the config.xml :
<!-- <Command Path="msiexec.exe" Args="/i \\server\share\my.msi" QuietArg="/q" ChainPosition="after" Execute="install" /> -->
to pass REBOOT=""ReallySuppress" into the main MSI? If so, what msi do I pass it to?
0 Comments
[ + ] Show comments
Answers (3)
Please log in to answer
Posted by:
tron2ole
13 years ago
Just in case, but did you check the Appdeploy page:
http://itninja.com/link/office-2007-setup-properties
Just in case, did you take away the commented <!-- -->
So the line looks like:
<Setting Id="SETUP_REBOOT" Value="NEVER" />
http://itninja.com/link/office-2007-setup-properties
Just in case, did you take away the commented <!-- -->
So the line looks like:
<Setting Id="SETUP_REBOOT" Value="NEVER" />
Posted by:
anonymous_9363
13 years ago
Posted by:
suchi.jigar
13 years ago
Hi,
Recently i did the same application. My client was also having the same problem.
with following switch,
office 2007setup.exe /admin open the existing msp file of office 2007 or if you have not created it, just create it, because all the customisations, you will have to do with this, msp file.
In this msp file set property, REBOOT=reallysuppress, as well as you can set settings to uninstall previous versions of office as well.
Recently i did the same application. My client was also having the same problem.
with following switch,
office 2007setup.exe /admin open the existing msp file of office 2007 or if you have not created it, just create it, because all the customisations, you will have to do with this, msp file.
In this msp file set property, REBOOT=reallysuppress, as well as you can set settings to uninstall previous versions of office as well.

so that the conversation will remain readable.