Category Archives: Uncategorized

Installing CRM 2011 with SQL Server 2012 on Windows Server 2012

How to install CRM 2011 using SQL server 2012 on Windows Server 2012

1. Install Windows Server 2012.

2. Fulfill pre-requisites by installing SQL Server 2012 with SSRS.

(Assume that you already have Active Directory domain and your server has been joined it. If you still don’t have the Active Directory installed, please refer to the following link.)

http://social.technet.microsoft.com/wiki/contents/articles/12370.step-by-step-guide-for-setting-up-windows-server-2012-domain-controller.aspx

3. If you have an error of installing Microsoft Visual C++ Runtime failed, uninstall the Microsoft Visual C++ Runtime first then try to install CRM again.

4. If you have an error of Windows Identity Foundation failed, install Windows Identity Foundation feature in your server then try to install CRM again.

5. Make sure you installed the following features in your server.

Server Manager – Manage – Add Roles and Features

· File and Storage Services

· Web Server (IIS)

· .Net Framework 3.5 Features

· .NET Framework 4.5 Features

· Windows Search Service

6. Make sure you have the latest updates installed in your windows server 2012.

7. To install CRM on Windows 2012 you will need to download the CRM setup from the Microsoft Download website. You won’t be able to use your iso image as it does not contain the slipstreamed UR6 package.

8. Get the updates for CRM 2011 to install in Windows Server 2012 using CRM installation wizard. If you don’t have internet connection or you cannot get the updates from the wizard, reference to the following url to get updates from Microsoft from this url “http://support.microsoft.com/kb/2434455“. The download contains all of the languages of the SHS and so you need to select the one that matches the base language of your CRM installation. Extract the cab file for your language and inside you will find a ‘.msp’ package.

9. Create the config.xml file so that the installer will pick up the updates from your update patch file.

<CRMSetup>

<Server>

<Patch update=”true”>c:\YOUR_UPDATE_FILE_LOCATION\YOUR_UPDATE_FILE_NAME.msp</Patch>

</Server>

</CRMSetup>

10. Extract your installation package.

 

 

1

 

11. After extraction, run the SetupServer.exe and provide the config file details so that the SHS is used.

212. The checking for update step should show “Setup has finished downloading the update” to confirm that the setup has picked the SHS up correctly from the config file. After this step, the installation process is the same as what you did for Windows Server 2008R2.

Good Luck! 🙂

 

Reference: http://blogs.msdn.com/b/emeadcrmsupport/archive/2013/05/21/installing-crm-2011-on-windows-server-2012.aspx

Advertisement

Leave a comment

Filed under Uncategorized