在 MOSS 中使用 WSP 部署内容类型和网站栏

发布于 2024-08-17 14:05:51 字数 124 浏览 1 评论 0原文

我正在寻找一种干净且可重复的解决方案,以使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

入怼 2024-08-24 14:05:51

我们使用 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.

嘿咻 2024-08-24 14:05:51

您可能会考虑将代码和其他文件合并到一个 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文