From 759e996a27f9e7b66b7d48f3d6ce87c3da4c2ba5 Mon Sep 17 00:00:00 2001 From: joostverburg Date: Mon, 7 Oct 2002 20:44:31 +0000 Subject: [PATCH] example.nsi > basic.nsi git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1322 212acab6-be3b-0410-9dea-997c60f758d6 --- Examples/Modern UI/Readme.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Examples/Modern UI/Readme.html b/Examples/Modern UI/Readme.html index bf8f91e5..619a3485 100644 --- a/Examples/Modern UI/Readme.html +++ b/Examples/Modern UI/Readme.html @@ -98,10 +98,10 @@ table

Screenshot

How to use

-

Have a look at the example script, Example.nsi. +

Have a look at the basic example script, Basic.nsi. This is an example of how the use this interface for your NSIS installer. The macro system also has multilanguage support, - see Multilanguage.nsi for a multilanguage example. And if you + see MultiLanguage.nsi for a multilanguage example. And if you want to use Install Options (for extra pages in your installer, like Start Menu folder selection etc.) have a look at InstallOptions.nsi, which is an example of the new Install Options macro system.