github fvarrui/JavaPackager v1.4.2

latest releases: v1.7.5, v1.7.4, v1.7.3...
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.

Don't miss a new JavaPackager release

NewReleases is sending notifications on new releases.