C# Express:如何发布项目以与第 3 方安装程序 (msi) 一起使用?

发布于 08-18 13:22 字数 84 浏览 5 评论 0原文

我想发布我的 c# 项目(c# 2008 Express 版)并使用 Inno Setup Compiler 创建一个 (msi) 安装程序。我该怎么做?

I want to publish my c# project (c# 2008 express edition) and create an (msi) installer with Inno Setup Compiler. How can I do this?

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

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

发布评论

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

评论(1

错爱2024-08-25 13:22:45

将构建模式设置为“Release”,然后将 \bin 目录中的所有内容放入您的 MSI 中。

VS Express 版本不包含用于创建 MSI 的内置方法,如 VS Pro/Ultimate 那样。

Set build mode to "Release" and then take everything inside the \bin directory and toss it into you MSI.

The VS Express editions do NOT include a built-in method for creating an MSI like the VS Pro/Ultimate do.

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