*** Overview
For Java, how would we instruct the .exe file generated by Advanced Installer, to run a specific .class file?
*** Details
I would rather not have Advanced Installer wrap up my files in a .jar file. How would I make it so that the .exe file generated by Advanced Installer runs a specific .class file in the root directory of my installation?
I want to execute the .class file directory, with all the advantages that the .exe file brings: checking of JVM, multiple instance checking, etc.