Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/docker/9.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Sharepoint 2010 从MSI安装程序部署wsp_Sharepoint 2010_Windows Installer_Wsp - Fatal编程技术网

Sharepoint 2010 从MSI安装程序部署wsp

Sharepoint 2010 从MSI安装程序部署wsp,sharepoint-2010,windows-installer,wsp,Sharepoint 2010,Windows Installer,Wsp,我想使用MSI(或其他用户友好的安装程序形式)部署SharePoint 2010解决方案包(wsp) 我知道我可以使用SharePoint对象模型创建自定义操作并部署所有内容,但我不认为这是可行的方法 有什么方法可以做到这一点呢?有一个即将推出的项目,请在此处阅读: 目前,最好的方法是将MSI与CustomAction一起使用。但是,使用powershell脚本来部署WSP,而不是对象模型。它将比代码更简洁 我想我会尝试修改2010年的sharepointinstaller项目——这应该很容易

我想使用MSI(或其他用户友好的安装程序形式)部署SharePoint 2010解决方案包(wsp)

我知道我可以使用SharePoint对象模型创建自定义操作并部署所有内容,但我不认为这是可行的方法


有什么方法可以做到这一点呢?

有一个即将推出的项目,请在此处阅读:

目前,最好的方法是将MSI与CustomAction一起使用。但是,使用powershell脚本来部署WSP,而不是对象模型。它将比代码更简洁


我想我会尝试修改2010年的sharepointinstaller项目——这应该很容易。谢谢您是否修改sharepoint安装程序并使其适应SP2010?