configuration - IzPack - XML generation after successful installation -


Greetings,

I'm just starting with Isaac and I have a question for which I I have not found anything yet based on user input in UserInputPanel I want to generate an XML file at the end of the installation. Is it going to be the configuration file used by my application on startup? Is there a way to do this in IzPack? I am quite confused after going through the documentation, do I need to write code for it or do iZPac provide some feature

thanks in advance

< Div class = "post-text" itemprop = "text">

These methods can give you a lead in the right direction.

1) You can either copy a file into the installation directory (or elsewhere).

2) You add a process panel that will execute a script before / after the panel and generate the XML file.

3) Add custom action in installation phase.


Comments