JavaPackager v1.4.2 Release Notes

Release Date: 2020-12-05 // over 3 years ago
  • ๐Ÿ†• New minor features:

    • ๐Ÿ“ฆ #75, Added new property winConfig.setupMode, with 3 possible values:
      • installForAllUsers (default value, to keep the old behaviour): installs the app for the all users (behaviour can be changed via command-line with /currentuser argument). App installed in %ProgramFiles% folder.
      • installForCurrentUser : installs the app for the current user (behaviour can be changed via command-line with /allusers argument. App installed in %USERPROFILE%\AppData\Local\Programs folder.
      • askTheUser : asks to the final user if the app has to be installed for all users or only for the current user.
    • ๐Ÿ“ฆ #77, Added new property jreMinVersion, allowing to the generated executable to check if a minimum JRE version is installed.
    • ๐Ÿ“ฆ #79, Added new property manifest, allowing to add additional manifest entries and sections.

Previous changes from v1.4.1

  • ๐Ÿ›  Fixed issues and patches:

    • ๐Ÿ“ฆ #73, DMG image generation stops with error if destination file already exists when compressing DMG on Mac OS X.
    • ๐ŸŽ #74, Link to /Applications created directly in the mounted volume instead of build directory on Mac OS (fix a performance issue on IDE).