Difference between Inno Setup and Launch4j
问题 I want to create a package for my Java application. The application has a GUI. I am confused about the difference between the Inno Setup and the Launch4j. My main question is does Inno Setup also create an .exe file like the Launch4j? Or do I need to create the .exe file with Launch4j and package the application with the Inno Setup? 回答1: Inno setup output is an installer as it is an installer maker. In the other hand launch4j is a wrapper to convert a jar into a exe. So if you want to