How to silent uninstall MS CRM 2011 for Outlook?
Hello.
I'm having troubles with silent uninstallation of Microsoft Dynamics CRM 2011. The "Uninstall string" from registy points to .exe file, and starts a user's interface to choose between "repair" nad "uininstall". I cannot find a way to choose "uninstall" by default, and run it in silent mode. Parameters "/uninstall /q" makes triggers repair (!).
Uninstallation by product code using msiexec /x command gives "erros 1603".
My system is Windows 7, all actions are being made with Administartor's account.
Has anyone faced same issue before? What might be some other way to uninstall an application in silent mode?
BR, Lucas.
-
Would this be the same for CRM 2013? - kcasey 4 years ago
Answers (5)
Gratz! Wonderful installer to work with! *ironic*
Anyway, I did this a while back and found that the following command line worked for me.
"%PROGRAMFILES%\Microsoft Dynamics CRM\Client\SetupClient.exe" /ALLOWRUN /X /Q
Comments:
-
Well, not actually the whole truth.
This is my uninstaller:
********************
"%PROGRAMFILES%\Microsoft Dynamics CRM\Client\SetupClient.exe" /ALLOWRUN /X /Q
REG DELETE HKLM\SOFTWARE\NICROSOFT\Windows\CurrentVersion\Run /v MSCRM /f
RD "%PROGRAMFILES%\Microsoft Dynamics CRM" /S /Q - andemats 12 years ago -
That got it. Awesome. Thanks. - i3igi3yrd 8 years ago
I confirm, it's working:
"09:56:56| Info| Uninstall of Microsoft Dynamics CRM for Outlook succeeded.
09:56:56| Info| Clean up the BITS downloader.
09:56:56| Info| Clean up the BITS downloader.
"
Thank you very much.
Comments:
-
You are welcome! :) - andemats 12 years ago
Comments:
-
Is it really necessary for Outlook to be closed to silently uninstall it? I understand why, but its unfortunate as most of my users have their email open all the time, and we want to silently remove this from some of them. - donaghs 7 years ago