diff --git a/nsis/xdocs/customizing.xml b/nsis/xdocs/customizing.xml index 1ff1ac2a..27525d76 100644 --- a/nsis/xdocs/customizing.xml +++ b/nsis/xdocs/customizing.xml @@ -255,6 +255,25 @@ CreateShortCut "${PROJECT_STARTMENU_FOLDER}\User Guide.lnk" "http://www.myapp.nf
+

+ You can of course provide your own versions of the project.jelly + and setup.jelly templates. This requires you to understand NSIS + and a little bit of jelly + as well. +

+

+ To use your own templates, override the maven.nsis.project.template + and maven.nsis.setup.template variables. +

+

+ The templates are expected to be well formed Jelly scripts, i.e. valid + XML documents. +

+

+ 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 :-). +