win7 下安装sharePoint 2010 过程

1.下载SharePoint 的安装包

 2.使用CMD:将安装包解压到c:SharePoint2010目录下:c:SharePoint2010OfficeServer.exe /extract:c:SharePoint2010。导航到:C:SharePoint2010FilesSetupConfig.xml使用记事本打开它。在<configuration>节点下加入:<Setting Id="AllowWindowsClientInstall" Value="True"/>(不加这句是不能在WINDOWS 7上装的)。

3.安装msxml

     这里需要注意的是

然后就可以运行安装了

原文地址:https://www.cnblogs.com/student-note/p/9361542.html