Installing CRM 4.0 without Internet Access
If you are installing CRM 4.0 on a machine without Internet access (eg.
a VPC running only on a Loopback Adapter) you might run into some
problems when CRM tries to download pre-requisite packages. Our DVD
version (not out yet - it's being 'manufactured') ships with these
prerequisites but the downloads do not.
The simplest way is to install each of the Pre-Req's manually. The best place to search for these is download.microsoft.com. I'll refrain from posting links as these redistributable packages are always being updated.
The Visual C++ Redistributable Package presents us with a slightly different challenge. The package is unable to detect it's installed state so CRM always installs it. So we need to create a Redist folder, subfolders for i386/amd64, a VCRedist folder and then place the VC++ install files there. Your full folder structure should look like this:
The simplest way is to install each of the Pre-Req's manually. The best place to search for these is download.microsoft.com. I'll refrain from posting links as these redistributable packages are always being updated.
The Visual C++ Redistributable Package presents us with a slightly different challenge. The package is unable to detect it's installed state so CRM always installs it. So we need to create a Redist folder, subfolders for i386/amd64, a VCRedist folder and then place the VC++ install files there. Your full folder structure should look like this:
- \Redist\i386\VCRedist\vcredist_x86.exe
- \Redist\i386\VCRedist\vcredist_x64.exe
- \Redist\amd64\VCRedist\vcredist_x64.exe
- \Server\i386\SetupServer.exe
- \Server\amd64\SetupServer.exe
- \Client\SetupClient.exe
- \DMWizard\SetupDMClient.exe
- \Exchange\i386\setupexchange.exe
- \Exchange\amd64\setupexchange.exe
0 TrackBacks
Listed below are links to blogs that reference this entry: Installing CRM 4.0 without Internet Access.
TrackBack URL for this entry: /huiying.cgi/180.

Leave a comment