java - Bundle an application inside IzPack -
i have software needs config.xml file during installation.
what zip "software.exe" "config.xml" , give our customers. un-zip , launch software.
we remove un-zip part , bundle "software.exe" , "config.xml" produce software2.exe launch software.exe.
the difficult part zipping operation taking place during server installation izpack.
so there way, during izpack installation, produce "pack" file specified? wanted use innosetup i'm not sure can use external program inside izpack..
Comments
Post a Comment