How to execute the custom class added in the custom code

494 views Asked by At

I need to execute the custom class added in the custom code resources. How could I do that. In InstallAnywhere we use CustomCode action in which we provide the jar of the custom code and the custom class. How to achieve the same in Install4j?

1

There are 1 answers

0
Ingo Kegel On

Just add the JAR file on the "Installer->Custom Code & resources" step. Then add a "Run script" action to your installer. In the script, you can access all classes in the custom code.