v1.4.2
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
/currentuserargument). App installed in%ProgramFiles%folder. - installForCurrentUser: installs the app for the current user (behaviour can be changed via command-line with
/allusersargument. App installed in%USERPROFILE%\AppData\Local\Programsfolder. - askTheUser: asks to the final user if the app has to be installed for all users or only for the current user.
- installForAllUsers (default value, to keep the old behaviour): installs the app for the all users (behaviour can be changed via command-line with
- #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.