From 765969131b50c8ff4f6a3fc1af486894aa4e5a71 Mon Sep 17 00:00:00 2001 From: dion Date: Sun, 4 Jul 2004 14:47:25 +0000 Subject: [PATCH] Start on customizing docs git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115645 13f79535-47bb-0310-9956-ffa450edef68 --- nsis/xdocs/customizing.xml | 85 ++++++++++++++++++++++++++++++++++++++ nsis/xdocs/navigation.xml | 1 + 2 files changed, 86 insertions(+) create mode 100644 nsis/xdocs/customizing.xml 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