如何部署用 MonoDevelop 编写的 Windows 应用程序?

发布于 2024-10-20 07:36:04 字数 128 浏览 0 评论 0原文

我目前正在结束 Visual Sudio 2010 的试用,并开始使用 MonoDevelop。它看起来拥有我需要的大部分功能,所以我希望迁移到它。不幸的是,我不知道如何为我的解决方案创建安装程序。我是否错过了可以创建 MSI 的插件或选项?

I'm currently on the end of a trial of Visual Sudio 2010 and I started using MonoDevelop a bit. It looks to have most of the functionality I need, so I'm hoping to migrate to it. Unfortunately, I can't figure out how to create an installer for my solution. Is there a plug-in or option I missed that will allow me to create an MSI?

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

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

发布评论

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

评论(2

怀念你的温柔 2024-10-27 07:36:04

MonoDevelop(对于 MSI)不直接支持此功能。有一个当前用于重新设计打包系统的开发项目,包括对 WiX 的支持,这将允许这样做。

目前,最好的选择是使用外部项目来构建部署。 WiXNSIS 都是不错的选择。

This is not supported directly in MonoDevelop (for MSI). There is a current development project for reworking the Packaging system, including support for WiX, which would allow this.

Currently, the best option would be to use an external project for building your deployment. WiX and NSIS are both good options.

故人的歌 2024-10-27 07:36:04

我不相信您会找到这种功能。您可以在命令行上使用WiX

另外,如果您仍在尝试 IDE,那么总是有 SharpDevelop。它支持WiX和.Net开发。

I don't believe you are going to find that kind of functionality. You could use WiX on the command line.

Also, if you are still experimenting with IDE's there is always SharpDevelop. It supports WiX and .Net development.

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