使用 WSP 部署应用程序资源文件
我正在尝试使用 Sharepoint 解决方案安装程序来打包和部署我的 wsp 文件。我的问题是如何部署与我的 Web 部件关联的图像?我是否使用 setup.exe.config(Sharepoint 解决方案安装程序的一部分)[http://www.codeplex.com /sharepointinstaller] 还是我在 WSP 模板项目本身中执行此操作,然后使用从中构建的 WSP?
非常感谢,
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以通过创建正确的文件夹结构在 WSP 项目模板中执行此操作,构建 WSP 时,它会将所需的条目添加到 WSP 文件中生成的 manifest.xml 中。
请参阅链接
http://bloggingabout.net/blogs/dennis/archive/2009/07/24/adding-sharepoint-class-resources-to-your-feature-using-wspbuilder.aspx
You can do this within a WSP project template by creating the right folder structure, when the WSP is built it will add the required entries into the manifest.xml generated within the WSP file.
See the link
http://bloggingabout.net/blogs/dennis/archive/2009/07/24/adding-sharepoint-class-resources-to-your-feature-using-wspbuilder.aspx