Type | Changes | By |
---|---|---|
Add directories ${maven.nsis.src}, ${maven.build.dir}, and ${plugin.resources} to search NSIS plugins. | aheritier | |
Add a new template using MODERN_UI macros for a better Look and Feel. Fixes MPNSIS-15. | aheritier | |
The script "remove-shortcuts.nsh" can be used to remove shortcuts created in "startmenu-shortcuts.nsh" and "desktop-shortcuts.nsh". Fixes MPNSIS-13. | aheritier | |
Set compress options (force/lzma). | aheritier | |
NSIS plugin does not support silent uninstall. Remove the final dialog box. Fixes MPNSIS-12. | aheritier |
Type | Changes | By |
---|---|---|
Use maven.nsis.build.dir instead of maven.dist.assembly.dir. Fixes MPNSIS-9. Thanks to Matthias Kerkhoff. | dion | |
Fail when makensis fails. Fixes MPNSIS-8. Thanks to Matthias Kerkhoff. | dion | |
Rename
ORGANIZATION
constant to
PROJECT_ORGANIZATION
.
|
dion | |
Check maven.nsis.exe exists before using it. Thanks to Geoffrey. | dion | |
Add faq Thanks to Geoffrey. | dion | |
Add back license to project.xml after the scm plugin removed it. | dion |
Type | Changes | By |
---|---|---|
Desktop shortcuts cause a compile error Fixes MPNSIS-7. Thanks to Geoffrey. | dion | |
Use pom.organization.name instead of pom.organization. | dion | |
Add PROJECT_URL to constants. Fixes MPNSIS-6. Thanks to Geoffrey. | dion | |
Fix typo in registry uninstall key. | dion | |
Generate exe in distributions directory. Fixes MPNSIS-2. Thanks to Geoffrey. | dion | |
Rename
PROJECT_DIST_DIR
constant to
PROJECT_DIST_BIN_DIR
, and define
PROJECT_DIST_DIR
to be
${maven.dist.dir}
|
dion | |
Add docs on how the plugin process works | dion | |
Add some basic documentation | dion |