发布 (.exe) 应用程序

发布于 2024-09-18 11:00:41 字数 87 浏览 4 评论 0原文

我有一个应用程序,我想制作一个 Windows 安装程序以便部署它。我需要好的免费工具来制作 .msi。我用谷歌搜索了一下,没有任何好的发现:(。感谢您的帮助!

I have an application and I would like to make a windows installer in order to deploy it. I'd need good and free tools in order to make a .msi. I googled a bit without any good finds :( . Thanks for anyhelp!

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

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

发布评论

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

评论(4

∝单色的世界 2024-09-25 11:00:41

您是否研究过WIX 工具包

对于大多数安装任务,它的工作相当顺利嗯……也许记录有点少——但它是免费的。

Have you looked into the WIX toolkit?

For most installation tasks, it works quite well ... a bit underdocumented, perhaps - but it is free.

请持续率性 2024-09-25 11:00:41

它必须是.msi吗?可能是 .exe 安装程序吗?

您可以尝试InnoSetup。使用简单且功能非常强大。

您的 .exe 应用程序是用 .Net 制作的还是本机应用程序? InnoSetup 非常适合本机应用程序。

Does it have to be a .msi?? Could be an .exe installer?

You can try InnoSetup. Simple to use and very powerfull.

Is you .exe app made with .Net or it's a native application? InnoSetup is well suited for native apps.

旧时光的容颜 2024-09-25 11:00:41

总有 ClickOnce。只要您使用 C# 或 VB.NET,它就能为您完成这项工作。

There's always ClickOnce. As long as you're using C# or VB.NET it will do the job for you.

单身狗的梦 2024-09-25 11:00:41

如果您使用的是 Visual Studio,只需创建一个安装程序项目并将其添加到您的解决方案中。它允许您只需单击几下即可创建 MSI 安装程序项目。

如果你没有 VS 我会看看 InnoSetup。

If you're using Visual Studio simply create an installer project and add it to your solution. It allows you to create an MSI installer project with a few clicks.

If you don't have VS I would look into InnoSetup.

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