如何创建 Visual Studio 2008 插件的安装程序?

发布于 2024-08-25 20:01:16 字数 432 浏览 6 评论 0原文

我已经为 Visual Studio 做了一个插件(用 C# 编写),(几乎)准备部署它。但我不知道如何为此进行安装程序。

我在此处看到了链接,但我不知道该去哪里从那里...

似乎很有用,但我不明白从哪里开始,将哪个代码片段放在哪里......

有人可以从基础知识指导我吗?在网上找不到我想要的资源:(

I have done an addin (in C#) for visual studio, (almost) ready to deploy it. But I don't know how to do an installer for that.

I saw the link here but I don't know where to go from there...

This seemed to be useful, but I don't understand where to start, put which code snippet where...

Can someone guide me from the basics? Can't find the resources online I want :(

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

神魇的王 2024-09-01 20:01:16

希望这有帮助,引导我走上正确的道路。

这是从概念到实现的真正深入:

http://www.codeproject.com/ KB/macros/LineCounterAddin.aspx

发现这也很有趣:

http://social.msdn.microsoft.com/Forums/en/vsx/thread/cb5958f4-b503-456b-af24-ebfdde8ec6ad

http://www.mztools.com/articles/2008/MZ2008011.aspx

Wix 是一个很棒的部署工具:

http://wix.sourceforge.net/votive.html

有任何问题请告诉我。

Hope this helps, led me down the right path.

This is a real in depth from concept to implementation:

http://www.codeproject.com/KB/macros/LineCounterAddin.aspx

Found this also interesting:

http://social.msdn.microsoft.com/Forums/en/vsx/thread/cb5958f4-b503-456b-af24-ebfdde8ec6ad

http://www.mztools.com/articles/2008/MZ2008011.aspx

Wix is a great tool to deploy:

http://wix.sourceforge.net/votive.html

Any questions let me know.

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