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]>
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]
>
> 517.540.1618
>
>
>
>

-- 

------------------------------
The Pulaski Community School District does not discriminate on the basis of 
any characteristic protected under State or Federal law.



Reply via email to