/build/static/layout/Breadcrumb_cap_w.png

Uninstall Office 2007 without loading Package

1. Create Uninstall Script using Configuration Policy
2. Edit Script in Kbox Script Editor
3. Upload the configoffice.xml file [code provided below] under dependencies
<Configuration Product="ProPlus">
<Display Level="none" CompletionNotice="NO" SuppressModal="yes" AcceptEula="yes" />
<Logging Type="standard" Path="%temp%" Template="Microsoft Office Professional Plus Setup(*).txt" />
<Setting Id="Reboot" Value="Never" />
<Setting Id="SETUP_REBOOT" Value="NEVER" />
<OptionState Id="ProductFiles" State="Local" Children="force" />
</Configuration>
Type the following command under Launch Program
Directory: C:\Program Files\Common Files\Microsoft Shared\OFFICE12\Office Setup Controller
File: setup.exe
Wait for Startup: Yes
Parameters: /config "$(KACE_DEPENDENCY_DIR)\configoffice.xml" /uninstall PROPLUS
Note: change PROPLUS according to your installed office suit


0 Comments   [ + ] Show comments

Answers (2)

Posted by: airwolf 14 years ago
Red Belt
1
Uninstalls are definitely more efficient using the Scripting module, but this can only be done if the application is listed in Add/Remove Programs. If it isn't, you'll have to use a script dependency or a Deployment set to uninstall the application.
Posted by: afzal 14 years ago
Fourth Degree Green Belt
1
This challenge is that, Office Suit does not allow the silent uninstall without the configuration file “configoffice.xml’ in our case , this is the alternate method if you don’t have or you don’t want to upload the whole Package for un installation.
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login

Share

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ