izpanel

Izpack: Creating custom panels

Hi, I am trying to create a custom panel for an IzPack installer. This means that I have to extend IzPanel. However, it appears that if I do this, the extended panel needs to be in the com.izforge.izpack.panels package. Then I found this post, which stipulates that: As such, you must include installer.jar from the lib folder of IzPac...

IzPack: Passing variables/ properties from one panel to another

I am customising my IzPack, I have a custom IzPanel which parses some files (created by a previous installation of the same program), and is attempting to populate the In MyCustomIzPanel.java (a customised IzPanel) //idata is the InstallData object String oLicenceFile = ... // Code to obtain where this file is idata.setVar...