Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: corrected parameter sintax

...

Code Block
usage: izpack2exe.py [options]

options:
  -h, --help       show this help message and exit
  --file=FILE      The installer JAR file / files (1 per bundled file, specify at least the installer JAR!)
  --output=OUTPUT  The executable file
  --with-7z=P7Z    Path to the 7-Zip executable
  --with-upx=UPX   Path to the UPX executable
  --no-upx         Do not use UPX to further compress the output
  --launch-file    File to launch after extract (e.g., native launcher)
  --with_jre-jdk       Bundle a JRE/JDK with the .exe, eliminating the needing for a JRE just to run the installer. Points to the root of the desired JRE

...