Menu

#132 Error creating the installer

Version:_0.4.2
open
4333 (1)
9
2016-02-14
2014-04-30
Anonymous
No

when is creating the installer, the process is cancelled automatically

Discussion

  • Anonymous

    Anonymous - 2014-09-29
    Post awaiting moderation.
  • Miguel Moreo

    Miguel Moreo - 2016-02-14

    Seems to be because we are using IzPack 5.

    If you generate the xml file and try to run it with the console: IzPack

    C:\Program Files\IzPack\bin\compile" installer.xml

    you get an error of "invalid version":

    -> Fatal error :
    installer.xml:2: the file version is different from the compiler version"

    In order to fix it you have to change the version line in your installer.xml

    change <installation version="1.0">
    to <installation version="5.0">

    Run it again with >C:\Program Files\IzPack\bin\compile" installer.xml
    and the Installer is created.

     

Anonymous
Anonymous

Add attachments
Cancel