如何部署 Visual Studio 包
我编写了一个 Visual Studio 2010 包 (VSPackage),它是“任务列表”的改进版本。我们计划在办公室或多或少地使用它进行日常操作,它非常容易使用,因为它的持久存储是您编写标签的代码。
到目前为止,一切都很好。
有谁有关于如何生成 MSI 包来部署这样的 VSPackage 的教程吗?
I've written a Visual Studio 2010 Package (VSPackage) that is an improved version of the "Task List". We plan to use this at the office for more or less day to day operations, it's exceptionally easy to use since its persistent storage is the code where you write the tags.
So far so good.
Does anyone have a tutorial on how to produce an MSI package to deploy a VSPackage like this ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
MSDN 在这种情况下效果很好,请阅读此处 并关注“使用安装项目进行部署”。
MSDN works well in this case, read here and focus on "Deployment By Using a Setup Project".