I’m using Inno Setup to package a Java application for Windows; the application tree is like this: I use Ant to prepare the whole tree (all the files and folders) beforehand, including the lib directory (using *.jar wildcard to copy the dependencies), then I simply call ISCC with: Now, I need to cleanup the lib directory everytime the user upgrades
Tag: inno-setup
Adding additional files to an Inno based setup for a Netbeans application
I am using Inno 5 Setup Installer in Netbeans to build my Java Swing application into an executable set up file. It creates an app.exe setup file with all the lib(all jar file) and app.jar. So once user executes app.exe file, it create a folder at C:usersusernamelocalappname which has the app.jar file and the libraries. Is it possible to add