diff --git a/nsis/xdocs/customizing.xml b/nsis/xdocs/customizing.xml new file mode 100644 index 00000000..f7596ced --- /dev/null +++ b/nsis/xdocs/customizing.xml @@ -0,0 +1,85 @@ + + + + + + + Maven NSIS Plug-in + dIon Gillard + + + +
+
    +
  1. Customizing
  2. +
  3. Default Templates
  4. +
  5. Default Template Scripts
  6. +
  7. Custom Templates
  8. +
+
+
+

+ You can customize the resultant executable installer either + by providing your own scripts that the existing templates + includes, or you can provide your own templates. +

+

+ Of these, the easiest is to provide your own scripts to supplement the + default templates. The most complex is to provide your own custom + templates. +

+

+ No matter which way you decide to customize the installation process, + you will need to be familiar with + NSIS and have easy + access to the NSIS Docs. +

+

+ We've also found the HM NIS EDIT + tool, which is a free NSIS Editor/IDE, very useful. +

+
+ +
+

+ The plugin provides two templates by default: +

    +
  1. + project.jelly to get access to information in + project.xml from within NSIS scripts. +
  2. +
  3. + setup.jelly which generates the final script for NSIS + compilation. +
  4. +
+

+ + + + +
+ +
+
+ +
+
+ +
diff --git a/nsis/xdocs/navigation.xml b/nsis/xdocs/navigation.xml index 4dfe602d..2b55060d 100644 --- a/nsis/xdocs/navigation.xml +++ b/nsis/xdocs/navigation.xml @@ -29,6 +29,7 @@ + \ No newline at end of file