Hi all.
I just tried to follow some TechNets about creating a CRM2015 Outlook package for CRM Online.
I manage to create and silent install CRM Plugin. But im stuck on auto-configure it. When I execute my command, nothing happens, even my logfile is not created.
Here is my file:
<Deployments>
<!--
The settings below are for crm client setup
-->
<!--
<TargetDir>C:\Program Files\Microsoft Dynamics CRM</TargetDir>
-->
<!--
<InstallOfflineCapability>false</InstallOfflineCapability>
-->
<!--
The settings below are for crm client configuration wizard
-->
<!-- Use the Organizations Unique Name (i.e. Organization1)
<Deployment>
<DiscoveryUrl>https://disco.crm4.dynamics.com</DiscoveryUrl>
<Organizations>
<Organization IsPrimary='true'>org7fdcc8ee</Organization>
</Organizations>
</Deployment>
-->
</Deployments>
I execute this line via this command:
Navigate to "C:\Program Files (x86)\Microsoft Dynamics CRM Client\Client\ConfigWizard"
Microsoft.Crm.Application.Outlook.ConfigWizard.exe /Q /i C:\Program Files (x86)\Microsoft Dynamics CRM Client\Default_Client_Config.xml /xa /l c:\clientinstall.log