Property | Optional? | Description |
---|---|---|
maven.nsis.build.dir | Yes |
The directory containing contents to be bundled.
|
maven.nsis.final.name | Yes |
name of generated exe.
|
maven.nsis.src | Yes |
Source of extra files for nsis.
|
maven.nsis.exe | Yes |
Location of makensis.exe.
|
maven.nsis.setup.template | Yes |
This is the jelly template used to create the setup.nsi file.
|
maven.nsis.project.template | Yes |
This is the jelly template used to create the project.nsh file.
|
Those properties are used only if
maven.nsis.setup.template=${plugin.resources}/templates/setup.jelly
Property | Optional? | Description |
---|---|---|
maven.nsis.license.text | Yes |
The License Text.
|
maven.nsis.logo | Yes |
Location of the logo file.
|
maven.nsis.logo.position | Yes |
Position of the logo on the first page (left, right, top or bottom).
|
maven.nsis.logo.widthHeight | Yes |
size of the logo on the first page.
|
Those properties are used only with the MUI template :
maven.nsis.setup.template=${plugin.resources}/templates/mui-setup.jelly
Property | Optional? | Description |
---|---|---|
maven.nsis.mui.icon | Yes |
Setup icon for install.
|
maven.nsis.mui.unicon | Yes |
Setup icon for uninstall.
|
maven.nsis.mui.headerbitmap | Yes |
Header bitmap for install.
|
maven.nsis.mui.unheaderbitmap | Yes |
Header bitmap for uninstall.
|
maven.nsis.mui.welcomebitmap | Yes |
Welcome bitmap for install.
|
maven.nsis.mui.unwelcomebitmap | Yes |
Welcome bitmap for uninstall.
|
maven.nsis.mui.languages | No | The list of languages to propose in the setup. Default : English,French,Spanish,German |