Deploy CRM 2011 Outlook Client
Hi,
I am having problems deploying the CRM 2011 outlook client if I run the script locally it works fine but if I deploy through kace through managed installation it does not work.
The command I am using is SetupClient.exe /q /config Default_Client_Config.xml
Do you have any ideas?
Thank you
Rebecca
-
How did you get this to run successfullly? I'm also using the commang setupclient .exe /q /i installconfig.xml, but I still receive the prompts, starting with the EULA, Allow Windows update, etc. - JamminITGuy 8 years ago
Answers (4)
I have amended the script and have managed to get it deploying now.
What ddeployment tool are you using?
Comments:
-
Hi,
I have amended the script and have managed to get it deploying now.
Thanks
Rebecca - Rebecca_Bunting 12 years ago
Recently did this and also had some issues, so I thought I'd provide what I found.
I'm running the installation with the local System account and by default this account don't have network access. The installer checks for dependencies during installation, and if they're not found it will be downloaded. If you do a manual install, the log file will tell what dependencies and what links are used to download them from. I had some issues with Windows Live ID Sign-in Assistant (on WinXP SP3). It seems this installer is not fully supported on XP, so I had to place it in a script that ran the installer twice in a row to make it install at all.
My customer also wanted to apply a server connection automatically. This can be done silently with the configuration wizard. When doing this, make sure the entries in your Default_Client_Config.xml are correct. The values are case sensitive.
- Ex. microsoft.crm.application.outlook.configwizard.exe /q /i "c:\SilentInstall\Default_Client_Config.xml" /l "c:\SilentInstall\clientinstall.log"
- /q = silent install
- /i = config file location
- /l = config log location
CRM 2011 comes with client.msi file, create the MST on this and install.
Comments:
-
How ? - fehler_404 9 years ago