Help making an installer for my Java app
Answered
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?
Please sign in to leave a comment.
IDE does not provide utilities for creating the exe installers. You can search for solutions online. Check e.g. NSIS.
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?
Yes it is NSIS.
Ahh. Thanks a lot!
Oh, another question, how you made the two exe launchers (one for the x86 and another for the x86_64) for the IDE?