我想部署一个SharePoint 2010解决方案包(wsp)使用微星(或其他一些用户友好形式的安装程序)。
我知道我可以使用SharePoint对象模型创建自定义操作并部署所有内容,但我不认为这样做是可行的。
有什么方法可以做到这一点呢?
发布于 2010-12-20 17:30:18
有一个关于它的即将到来的项目,请在此处阅读: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
https://stackoverflow.com/questions/4488083
复制相似问题