MS Proofing Tools 2007
Thought I'd might share some information that almost made me go insane.
I created a package to deploy MS Proofing Tools 2007 to our customers, but I never deploy anything that I know I can't remove. So I thought I'd find the answer here on appdeploy, but I didn't.
So, to silently uninstall the complete MS Proofing Tools 2007, simply use the same config.xml as when deploying.
E.g.
"C:\Program Files\Common Files\Microsoft Shared\OFFICE12\Office Setup Controller\setup.exe" /uninstall PROOFKIT /dll PSETUP.DLL /config "\\server\share\Config.xml"
Note: The Config.xml must contain...
<Display Level="none" CompletionNotice="no" SuppressModal="yes" AcceptEula="yes" />
...in order for the installation/uninstall to be silent.
I created a package to deploy MS Proofing Tools 2007 to our customers, but I never deploy anything that I know I can't remove. So I thought I'd find the answer here on appdeploy, but I didn't.
So, to silently uninstall the complete MS Proofing Tools 2007, simply use the same config.xml as when deploying.
E.g.
"C:\Program Files\Common Files\Microsoft Shared\OFFICE12\Office Setup Controller\setup.exe" /uninstall PROOFKIT /dll PSETUP.DLL /config "\\server\share\Config.xml"
Note: The Config.xml must contain...
<Display Level="none" CompletionNotice="no" SuppressModal="yes" AcceptEula="yes" />
...in order for the installation/uninstall to be silent.
0 Comments
[ + ] Show comments
Answers (0)
Please log in to answer
Be the first to answer this question

so that the conversation will remain readable.