Setting up a Microsoft Dynamics CRM 3.0 system where the laptop clients are running Windows Vista and Microsoft Office Outlook 2007 I attempted to install the laptop client from the CRM_VC3_CLIENT.iso which is for Vista and Outlook 2007 (get it here). NOTE: this is for "on premise" for service providers there is a different ISO.
The error I got (see below) is:
The type initialize for
"Microsoft.Crm.Setup.Common.CommonResource" threw an
exception.
File or assembly name Microsoft.Crm, or one of its dependencies, was
not found.
The first problem was easily fixed:
The System Requirements screen said that the Indexing Service was not installed – this is used for backward compatibility in Vista. To resolve I opened Appwiz.cpl and installed the Indexing Service.
No big deal. To ensure everything was clean I did a reboot. Then I ran setup again and got this:
I did a Google search and came up empty (except for others asking how to fix it). So here's the fix:
Disable and stop the Indexing Service
- Open services.msc
- Open the Indexing Service properties page
- Set it to disabled and stop it
- Click Apply

- Run the CRM client setup again. This time you will get back to the System Requirements screen and see the following:

- Leave setup open and go back to services and set Indexing Service to automatic and start it (note: you must click Apply after setting it to Automatic before you can start it).

- Lastly, go back to the CRM setup System Requirements dialog and click Back and then Next and finish your install.
Hope this helps