在 MOSS 中使用 WSP 部署内容类型和网站栏
我正在寻找一种干净且可重复的解决方案,以使用 WSP 将自定义网站栏和内容类型部署到 MOSS。我目前已将我的产品分成两个 Visual Studio 解决方案。第一个包含代码本身,第二个包含描述网站栏和内容类型所需的 XML 文件。
I'm looking for a clean, and repeatable, solution to deploying custom site columns and content types to MOSS using a WSP. I've currently split up my product into two Visual Studio solutions. The first contains the code itself where the second will contain the XML files required to describe the site columns and content types.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我们使用 Vsewss 为此,还有一个工具 WSP Builder。这两个工具都将帮助您构建 xml 和 wsp 文件。
然后,我们创建安装项目来构建 MSI 以部署这些文件并运行激活。
We use Vsewss for this, there is also a tool WSP Builder. Both of these tools will help you build the xml and wsp files.
We then create setup projects that build an MSI to deploy these files and run the activation.
您可能会考虑将代码和其他文件合并到一个 VS 解决方案中。这通常更易于管理,并且允许您利用 VseWss、WSP Builder、PowerShell 或 .bat 文件来帮助构建和部署 .WSP 文件。
You might consider merging the code and the other files into one VS solution. This is often easier to manage and will allow you to leverage either VseWss, WSP Builder, PowerShell or .bat files to aid with building and deploying the .WSP file.