/build/static/layout/Breadcrumb_cap_w.png

Uninstalling MS Project 2013 - Suppressing

I am creating a MS Project 2013 package using OCT. The install of the app runs fine.
Our Deployment Server runs cmd files to do installs + uninstalls.

However at the uninstall this popup fires

"Are you sure you want to remove Microsoft Project from your computer? We have detected you have Other MS Office Applications installed on your PC, please run a repair..."

Choice YES or NO

My UNINSTALL Command line:

"%~dp0setup.exe" /uninstall Prjstd /config "\\SERVERLOCATION\prjstd.ww\CONFIG.xml"

The config.xml reads: <!-- <Display Level="none" CompletionNotice="no" SuppressModal="yes" AcceptEula="yes" /> -->

How do I go about suppressing this annoying message which is breaking the auto uninstall?

0 Comments   [ + ] Show comments

Answers (1)

Posted by: EdT 8 years ago
Red Belt
0
Just run the following command line instead:

msiexec.exe /x <product code of your MSProject 2013 install> /qn
 
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