I am able to silently install CRM 2011, but cannot get the installer to use my xml file during setup. Once the plugin is loaded it either takes me to the CRM setup screen or I have to manually go there from the toolbar and do it. This is the command I am
using to silently install:
\\server\source\APPS\CRM2013\SetupClient.exe /Q /i \\server\Source\APPS\CRM2013\default_client_config.xml
The config file looks like this:
<Deployments>
<Deployment>
<DiscoveryUrl>http://crm/</DiscoveryUrl>
<Organizations>
<Organization IsPrimary='true'>IMO</Organization>
</Organizations>
</Deployment>
</Deployments>
While the setup screen looks like this after I manually set it up. Not sure what I am doing wrong here. I am also not seeing those logs files during install on my Windows 8 computer...