Use NSIS as interface to your Java application:
- enter all parameters into NSIS form [custom nsDialogs page] and pass them to application
- app returns some result and NSIS shows appropriate MessageBox [if necessary]
- continue on next page with next app...
This is great approach in case you need to modify/add some feature because you can simply change application and installer does not need to be rewritten.
|