Skip to content

v1.4.2

Compare
Choose a tag to compare
@fvarrui fvarrui released this 05 Dec 20:12
· 587 commits to master since this release

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.