dion 2004/07/04 22:33:15
Modified: nsis/xdocs customizing.xml
Log:
Section on custom templates
Revision Changes Path
1.5 +19 -0 maven-plugins/nsis/xdocs/customizing.xml
Index: customizing.xml
===================================================================
RCS file: /home/cvs/maven-plugins/nsis/xdocs/customizing.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- customizing.xml 5 Jul 2004 05:29:02 -0000 1.4
+++ customizing.xml 5 Jul 2004 05:33:15 -0000 1.5
@@ -255,6 +255,25 @@
</section>
<section name="Custom Templates">
+ <p>
+ You can of course provide your own versions of the
<code>project.jelly</code>
+ and <code>setup.jelly</code> templates. This requires you to understand NSIS
+ and a little bit of <a
href="http://jakarta.apache.org/commons/jelly/">jelly</a>
+ as well.
+ </p>
+ <p>
+ To use your own templates, override the
<code>maven.nsis.project.template</code>
+ and <code>maven.nsis.setup.template</code> variables.
+ </p>
+ <p>
+ The templates are expected to be well formed Jelly scripts, i.e. valid
+ XML documents.
+ </p>
+ <p>
+ If you do provide your own templates, you have complete control over
+ the way the installation process will work. You will also be able to
+ completely ruin it as well :-).
+ </p>
</section>
</body>
</document>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]