Help making an installer for my Java app

已回答
How can I make an installer (Windows .exe) for my Java app same like the installer for IntelliJ Idea Community Edition? Which software is used to build the installer for the IDE itself? Install4J or Inno Setup or anything else?
0

IDE does not provide utilities for creating the exe installers. You can search for solutions online. Check e.g. NSIS.

1

I know that the IDE doesn't provide any tool to build a installer for my app.

But what I asked is that "What installer you guys use for the IntelliJ Idea Community Edition"? The installer you provide is so beautiful and simple. I want to follow it. Is it NSIS? Install4J? Or did you make your own?

0

Oh, another question, how you made the two exe launchers (one for the x86 and another for the x86_64) for the IDE?

0

请先登录再写评论。