-> crm 4.0(或以上)
(若下载的安装包不能下载,查看log,手工用url下载并运行)
(离线或在vm,(很少情况在能上网的单机出现)不能下载C++Runtime,都要必需安装好才能下一步看下面引用1)
-----------引用1---------------
自己上 MS 的网站上去下载 VC++ Runtime
新建一个目录,比如 MSCRM4, 在该目录下再建立如下目录
MSCRM4\Redist\i386\VCRedist\vcredist_x86.exe
MSCRM4\Redist\i386\VCRedist\vcredist_x64.exe
MSCRM4\Redist\amd64\VCRedist\vcredist_x64.exe
MSCRM4\Server\i386\SetupServer.exe
MSCRM4\Server\amd64\SetupServer.exe
MSCRM4\Client\SetupClient.exe
MSCRM4\DMWizard\SetupDMClient.exe
MSCRM4\Exchange\i386\setupexchange.exe
MSCRM4\Exchange\amd64\setupexchange.exe
红色的就是表示 VC++ runtime 文件所要放置的位置
蓝色的表示 MS CRM4.0 Server 的安装程序所在位置
因为CRM4的安装程序需要上网去更新一些组件,如果你的服务器不能上网的话,就请参照此目录结构建立文件夹和放置正确的文件,这样就能跳过网上下载安装。
详情参见
http://www.powerk6.org/archives/2008/01/installing-crm4-without-internet.html
-----------引用1结束---------------
(CRM4 install against SQL Server 2008 gives missing msftesql)(每步必需做足)
-----------引用2---------------
Found a solution. First of all things for the indexing service tip.
Solution to the indexing service is a bit of a hack but it works. I've
only tested CRM as far as getting the main web page up. But it does
come up. Solution to indexing service is actually pretty easy.
Open up regedit
Navigate to HKLM/System/currentControlSet/Services (HKLM为HKEY_LOCAL_MACHINE)
Locate the key entitled MSSQLFDLauncher (which is the name of the key for the indexing service in 2008)
(MSSQLFDLauncher$SQLJL的注册表键子[看上似文件夹]改成msftesql$SQLJL,SQLJL是我的数据库实例名)
Rename it to msftesql
I rebooted at this point but you could possibly just stop and start (一定重启机器!)
the indexing service.
Install crm (and no grief about missing msftesql this time)
Let crm install complete (and it does!) :)(提示安装完毕,需要自动重启,先等下面做完再重启!)
rename key back to MSSQLFDLauncher
reboot(一定重启机器!)
(在最后安装完成功后能看到crm实例的site后打补丁,必须打到sp5才能正常运行,否则无法在site里添加任何客户,订单等等数据)
-----------引用2结束---------------
(安装crm4 for windows2008还出现问题通常可以在这找到解决方法http://support.microsoft.com/kb/950100)
(windows2008,出现Blank page或者401.2错误,安装服务角色IIS的Form登录,设置CRM site的Windows登录和Asp.net模拟登录为enabled,其它都为关)
(IFD工具要放在crm安装目录的Tool目录下运行)