Uninstall Microsoft Office 2007 applications with Configuration Manager
You can use several approaches when uninstalling Office 2007 applications.
- msiexec.exe /x {productcode} /qb
- Configure the setup.xml file and run setup with /unstall /config
Here are some examples of uninstall commands
Office 2007 Visio Profesional: "\\Server\Microsoft Visio 2007\setup.exe" /uninstall VisPro /config .\VISPRO.WW\uninstall.xml
Office 2007 Project Profesional: "\\Server\Microsoft Project 2007\setup.exe" /uninstall PrjPro /config .\PRJPRO.WW\uninstall.xml

Subscribe to Kent's RSS Feed
Third option with the uninstall.xml works perfect. Thanks Kent
Works well but ask me if i want to remove the app….. do you know a silent mode or unattended???
Txs!
[...] http://blog.coretech.dk/kea/uninstall-microsoft-office-2007-applications-with-configuration-manager/ LD_AddCustomAttr("AdOpt", "1"); LD_AddCustomAttr("Origin", "other"); LD_AddCustomAttr("LangId", "1"); LD_AddCustomAttr("Autotag", "technology"); LD_AddCustomAttr("Tag", "windows-intune"); LD_AddSlot("wpcom_below_post"); LD_GetBids(); Like this:LikeBe the first to like this post. [...]
Thanks Kent. Option with the uninstall.xml works perfect but ask me if i want to remove the app….. do you know a silent mode or unattended???