从 .exe 文件创建安装 (.msi)

发布于 2024-10-11 18:02:44 字数 117 浏览 3 评论 0原文

我有 Java 应用程序,导出到可运行的 .jar,然后将该 .jar 文件转换为 .exe 文件。 我需要创建 Windows 安装(.msi 文件)。有人能为我推荐一个适合该任务的好程序(轻松添加图标和其他设置)吗?

I have Java application, export to runnable .jar and then convert that .jar file to .exe file.
I need to create installation for windows ( .msi file ). Can anybody suggest me good program ( easy add icon and other settings ) for that task ?

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

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

发布评论

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

评论(4

ぺ禁宫浮华殁 2024-10-18 18:02:44

从字面上看,不存在 EXE 到 MSI“转换器”这样的东西。您可能想要要求的是重新打包程序。

重新打包应用程序以进行分发

现在您已经修改了问题,您不需要要重新打包现有的基于 EXE 的安装程序,您只需创建一个安装程序。这是

How can我为 Java 程序创建 .msi 文件?

Taken literally there is no such thing as an EXE to MSI 'converter'. What you are probably trying to ask for are repackagers.

Repackaging Applications For Distribution

Now that you've revised your question, you don't need to repack an existing EXE based installer, you just need to create an installer. This is an exact duplicate of

How can I create a .msi file for a Java program ?

一曲爱恨情仇 2024-10-18 18:02:44

我所知道的最好的程序是 Installshield,它不是唯一的程序,但您可以自定义所有内容。

如果您想进行一些研究,这里有一个列表

http://en.wikipedia.org/wiki /安装软件列表

The best program I know for that is Installshield, is not the only program but you can custom everything.

If you would like to research a little bit you have a list here

http://en.wikipedia.org/wiki/List_of_installation_software

灼痛 2024-10-18 18:02:44

I can recommend you this website: EXE to MSI Repackaging Knowledge Base. I has few articles that explain how to repackage EXE to MSI.

桃扇骨 2024-10-18 18:02:44

不是转换器,但您可能想看看 Stall。它是一个 OSS 项目,可让您通过命令行安装应用程序,而无需配置任何内容。

免责声明:是我写的。请欣赏!

Not a converter, but you may want to take a look at Stall. It's an OSS project that lets you install your app via the command line, without having to configure anything.

Disclaimer: I wrote it. Please enjoy!

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