In general, when you want to customize your installer, you want to 1) get additional input from the user, 2) handle special configuration and processing on the user's system, or 3) run another program (installer or any other program). You can add all of this functionality by adapting one of the examples or starting with one of the templates.
| Classname | Description | Java source |
| UserInput | Prompt a user for information. | .java |
| Configure | Configure the user's system or your application. | .java |
| StartProgram |
Start another program from the installer.
If you want to start one of the menu items at the end of the installer, then you don't need a custom class. Simply use the Advanced interface and add a check mark to the "Start after installer" in the menu item's dialog box. |
.java |
You can use the step-by-step
instructions to design your custom commands. If you have any questions
about customization, please email Technical Support at