This is what we use. Specifically for Project Standard you’ll need the following:
"setup.exe" /config SilentUninstallConfig.xml /uninstall PrjStd SilentUninstallConfig.xml: <Configuration Product="prjstd"> <Display Level="none" CompletionNotice="no" SuppressModal="yes" AcceptEula="yes" /> <setting id="SETUP_REBOOT" value="Never" /> </Configuration> If you’re uninstalling Project Professional, replace “PrjStd” with “PrjPro” I place the uninstall XML file at the root of the install directory so it’s always available. Regards, Freddy From: [email protected] [mailto:[email protected]] On Behalf Of Juelich, Adam Sent: Wednesday, 6 January 2016 4:10 AM To: [email protected] Subject: Re: [mssms] MS Project Uninstall You'll want to start utilizing the Application Method for as much as you can going forward, because of its flexibility and detection methods. That being said, you usually utilize an Uninstall.xml file with a command-line specifying it. See this example for Office: Setup.exe /uninstall ProPlus /config "YourSetupDir\Updates\SilentUninstall.xml" SilentUninstall.xml: <Configuration Product="ProPlus"> <Display Level="none" CompletionNotice="no" SuppressModal="yes" AcceptEula="yes" /> <Setting Id="SETUP_REBOOT" Value="NEVER" /> </Configuration> ----------------------------------------------- Adam Juelich Pulaski Community School District<http://www.pulaskischools.org> Client Management Specialist 920-822-6075 On Tue, Jan 5, 2016 at 11:47 AM, Gerding, Matt <[email protected]<mailto:[email protected]>> wrote: Does anyone have a best practice approach in SCCM 2012 R2 for deploying an uninstall of Microsoft Project Standard x86 2010? I am new to SCCM and recently created a package for project, which was inadvertently deployed to a significant amount of PC’s within my company. I have attempted to deploy an uninstallation package using the cmd msiexec.exe /x {GUID}, which was acquired from the registry of a local machine that had Project installed on it. Unfortunately, my attempts so far have been unsuccessful. Thanks, Matthew Gerding Information Technology Centurion Medical Products [email protected]<mailto:[email protected]> 517.540.1618<tel:517.540.1618> ________________________________ The Pulaski Community School District does not discriminate on the basis of any characteristic protected under State or Federal law.
