20Jun/10Off
Two Ways of Running Executables in Izpack
There are two ways to run executable files in IzPack. The first one is to use ProcessPanel and another one is through <executable> IzPack element.
ProcessPanel can be configured to run at specific point, for example right after the point when user specified some input fields. <executable> is run right after InstallPanel.
Sometimes you want to run an executable two times during the installation. For example, when user specified some data, you run one executable. After he specified another piece of data, you run another executable. Unfortunately, there is no easy way to do that using ProcessPanel or <executable>