2010-12-20 149 views
2

我想使用MSI(或某種其他用戶友好形式的安裝程序)部署SharePoint 2010解決方案包(wsp)。從MSI安裝程序部署wsp

我知道我可以創建自定義操作並使用SharePoint對象模型部署所有內容,但我不認爲這是要走的路。

這樣做的方法是什麼?

回答

2

有它即將開展的項目,在這裏讀到它: http://sharepointinstaller.codeplex.com/wikipage?title=SpecificationV2&referringTitle=Home

目前,最好的辦法是使用MSI與CustomAction。但是,而不是對象模型,使用powershell腳本來部署WSP。它比代碼更清潔。

http://www.dotnetmafia.com/blogs/dotnettipoftheday/archive/2009/12/02/adding-and-deploying-solutions-with-powershell-in-sharepoint-2010.aspx

+0

我想我會嘗試修改sharepointinstaller項目2010 - 這應該是很容易的。 謝謝! – AlexC 2010-12-21 14:52:05

+0

您是否修改了SharePoint安裝程序並將其修改爲SP2010? – superjos 2012-03-24 18:50:10