服务器,开发机 安装SQL,VisualStudio,Sharepoint,Exchange,MS-CRM 流程步骤整理(花7天整理结果)

时间:2022-09-13 21:35:15

开发机加服务器:

windows 2003 -> sp2

windows 2008 ->IndexingServices[for crm]

(建议都装chs,不要以为crm/moss不会用到,客户不要求就不装chs,用到就问题大了) 

 

-> AD

(windows2008设计放位不一样在,在 服务器管理器 ->角色->添加服务->AD域服务->..)

 

->索引服务

(Windows2008没有装机时自动安装这个,在 服务器管理器 ->角色->添加服务->文件服务->...)

 

-> .net framework 2.0 -> 3.0 -> 3.5 sp1

(建议独立装framework!!注册信息在后面安装时有时会部分没安装,使ASP.NET 2.0 IIS 未注册等问题)

(这步不安装后面也会自动上网下载来装,sql2005/sql2008,crm;vs都是自带安装)

 

->IIS,并基本配置

(windows2008要安装IIS6向下兼容服务)

 

->Exchange2007sp1

(必需是带sp1的Exchange2007)

 

-> sql 2005 + reporting service + 等 -> sp2

-> sql 2008 ->配置report service

 (必须步骤for crm/moss, 建议report service不要用80端口,设成其它)

 (os是chs,sql就chs,是en,sql就en) 

 (安装full test search,report server必需 for crm /moss)

 

->Office2007

(其它Office版本,Office Addin,WordViewer等)

 

-> 检查配置 reporting service 并使可行

 

->IE中设置*.microsoft.com为安全站点

(for 下面crm/moss安装时要自动下载安装包)

 

-> VS2005 -> VS2008

(要装开发工具的机器,这步最好不要反过来,不要vs2005也可以) 

 

->重启 

 

-> 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目录下运行) 

 

 

-> moss2007

 (for windows2008, 安装必须装sp1,使用下面方法,引用1)

 -----------引用1---------------

首先将Office 2007镜像里的文件全部拷贝到一个临时文件夹,比如“D:\OFF07TMP”,再将下载好的Office SP1文件(简体中文版为office2007sp1-kb936982-fullfile-zh-cn.exe),下载地址在下方。拷贝到另一个临时文件夹“D:\OFF07SP1”,然后打开命令行窗口,输入以下命令:

D:\OFF07SP1\office2007sp1-kb936982-fullfile-zh-cn.exe /extract:D:\OFF07TMP\Updates
当系统弹出微软授权许可提示的时候,同意确认即可。这时候。Office 2007 SP1就会把文件释放到Updates的文件夹里面了,同时生成所需的.msp格式文件。

完毕后,直接安装“D:\OFF07TMP”中的 Office 2007,就可以直接将SP1也同时安装好了!

 

-----------引用1结束---------------

  

-> sharepoint designer(开发工具)

 

 ->Office 2003/2007 能补丁都打上补丁

(for crm4 export出来的word有时复杂结构,打补丁后不会卡死机或者速度更快)