I have a software that needs a config.xml file during the installation.
What we do now is to zip the "software.exe" with the "config.xml" and we give that to our customers. They un-zip and launch the software.
We would like to remove the un-zip part and bundle the "software.exe" and the "config.xml" so that we produce a software2.exe that will simply launch the software.exe.
The difficult part is that the zipping operation is taking place during server installation with IzPack.
So is there a way, during IzPack installation, to produce another "pack" from the file I specified? I wanted to use InnoSetup but I'm not sure I can use that external program inside IzPack..