Can all those steps be accomplished with Inno Setup or do I need additional software?
- Create a standalone
.exe
installer for a Java application (either a main JAR plus libraries or a Uber JAR) - Bundle a JRE
- Create a Desktop shortcut so users can start the application manually if necessary
- Set up the application to run on startup
The answer could be either "yes" or "no, you would need the following additional software...".
Unless it's considered too broad a basic script would be appreciated too, but this is optional.