I am currently running SCCM 2012 SP1. Boundaries are setup, I've already made a few applications and packages, and deployed without issue. I need to uninstall Microsoft Dynamics CRM 2011 for Microsoft Office Outlook. I created a package containing the entire install directory and have attempted the command line as:
SetupClient.exe /X /S
SetupClient.exe /X /S /Q
SetupClient.exe /X /S /Q /L
each time I have tried to deploy to a test group, and the systems in that group say "Installed" in the software center but the program is still installed.
If I choose to run with user's rights rather than Admins I get "Error: 0x800702E4(-2147024156)" indicating that I don't have admin permission to install from that user.
note that all of these commands work perfectly if I run them on the machine locally. Tinkering with settings I have gotten PC's to crash, and sometimes to fail with the error "cannot create log", but with most settings I get the above described result.
Frustrated I tried making a dummy MSI with uninstall commands for the CRM client's guid "{0C524D20-0409-0050-8A9E-0C4C490E4E54}" but my most hated foe responds with "Microsoft CRM 2011 must be uninstalled from add remove programs".
I even tried just installing the CRM 2013 client over the 2011, which would be fine for me if it worked. This actually does work from the command line when I point to it's exe and run /S /Q, but when deployed similarly as above I get "Installed" as the status but only CRM 2011 remains installed.
Any solution would be appreciated. Honestly I wouldn't mind if someone would just give me a step by step to deploy a script to delete it's program files folder and remove it from the programs list on each PC.
Thanks.