example.nsi > basic.nsi

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1322 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
joostverburg 2002-10-07 20:44:31 +00:00
parent 2b06102c6e
commit 759e996a27

View file

@ -98,10 +98,10 @@ table
<p class="header">Screenshot</p>
<p class="text"><img src="Screenshot.png" width="504" height="391" alt=""></p>
<p class="header">How to use</p>
<p class="text">Have a look at the example script, Example.nsi.
<p class="text">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.</p>