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
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)
Please log in to answer
Posted by:
airwolf
14 years ago
Posted by:
afzal
14 years ago
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.