Re: Office 2007 Silent Repair and Uninstall Scripts



After repeatedly abusing my poor test system I found a way to silently repair
or 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 /repair
ProPlus
or
setup.exe /config \\server\share\office12\ProPlus.WW\config.xml /uninstall
ProPlus

Thanks for all your help Bob :-)

Chris


"Bob Buckland ?:-)" wrote:

Hi Loc750,

In your sample command lines you don't appear to be calling the specific config.xml file.

For a repair you generally shouldn't need to reaccept the EULA.

The Installation .msp file generally would be for initial installation.

=================
<<"Loc750" <Loc750@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message news:A2575486-C624-4EAF-A15E-0932AC688D18@xxxxxxxxxxxxxxxx
According to your link, I do not need CompletionNotice, SuppressModal,
NoCancel, or AcceptEULA since Display Level is set to None, so I tried
<Configuration Product="ProPlus">
<Display Level="None" />
<Setting Id="Reboot" Value="Never" />
</Configuration>

Neither the repair (setup.exe /repair ProPlus) or uninstall (setup.exe
/uninstall ProPlus) are silent and both want to reboot. I tried uninstalling
and reinstalling and got the same result. I had already set the Display
Element settings in the Display level section of the Office Customization
Tool (OCT), but there is also the Setting Element. I went back and took a
second look at Modify Setup properties and added SETUP_REBOOT and set it to
Never. The OCT says Modify Setup properties settings only apply to new
installs, so again I uninstalled and reinstalled. The result is the same they
are not silent and both want to reboot.

I'm thinking that Config.xml and the OCT's .msp only apply to installs
because I've never had a problem installing Office 2007 silently and without
reboot in either .bat scripts or SMS advertisements.

Loc750 >>
--

Bob Buckland ?:-)
MS Office System Products MVP

*Courtesy is not expensive and can pay big dividends*



.



Relevant Pages

  • Re: Windows XP Hanging At Startup
    ... A Previous Installation Has Pending Work Requiring a Reboot ... > another group to uninstall and reinstall IE due to an IE Sp1 ...
    (microsoft.public.windows.inetexplorer.ie6_outlookexpress)
  • Re: Lexmark X74-X75 All In One
    ... COMPLETELY uninstall all traces of the previous installation. ... After cleanup, reboot. ... Cari (MS-MVP Windows Client - Printing, Imaging & Hardware) ...
    (microsoft.public.windowsxp.hardware)
  • Re: Office 2007 Silent Repair and Uninstall Scripts
    ... want our users to need access to all 400+MB of the source files just to ... perform a silent uninstall of the package. ... The Installation .msp file generally would be for initial installation. ... /uninstall ProPlus) are silent and both want to reboot. ...
    (microsoft.public.office.setup)
  • Re: switch from zonealarm to sygate, problems
    ... Sygate start after installation and reboot. ... NAN ... > uninstall, ...
    (comp.security.firewalls)
  • RE: Failure to run setup.exe files from CD-roms
    ... "nass" wrote: ... for the DVD-ROM and reboot and see if windows will detect it. ... not Add/Remove programs that different and uninstall your DVD from there ... I am able to install other software from the drives. ...
    (microsoft.public.windowsxp.help_and_support)

Loading