I have to install CRM on a server that does not have an internet connection. Issue I have is when I run the below script the Installation Window
DOES open but STILL it asks me if I want to update the instalaltion files? I am doing this from a command prompt using the following:
setupserver.exe / config c:\crm\config.xml
I read several posts and have done the following.
- I am installing and logged into the machine with a Domain Admin Account
- I moved all instalation files to the C Drive
- I am running the following script
Does anyone know the actual URL that this is downloading? Is it the same one found on this page?
http://support.microsoft.com/kb/948917
<CRMSetup>
<Server>
<Patch update="true">C:\Server_amd64_ENU.msp</Patch>
</Server>
</CRMSetup>