git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1493 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
joostverburg 2002-10-27 20:54:14 +00:00
parent 8a65747212
commit 6cb6a27fbd

View file

@ -122,7 +122,7 @@ a:hover
<p class="text"><span class="subheader">Basic Macro System</span><br> <p class="text"><span class="subheader">Basic Macro System</span><br>
For most scripts, you can use the basic macro system. The basic For most scripts, you can use the basic macro system. The basic
macro system inserts all code and functions for you. For an example, macro system inserts all code and functions for you. For an example,
have a look at <a href="..\..\Examples\Modern UI\Basic.nsi">Basic.nsi</a>.<br><br> have a look at <a href="../../Examples/Modern UI/Basic.nsi">Basic.nsi</a>.<br><br>
To remove certain default NSIS pages (such as the License page), To remove certain default NSIS pages (such as the License page),
remove a define before the language files (for example, remove remove a define before the language files (for example, remove
!define MUI_LICENSEPAGE), and remove the other instruction for !define MUI_LICENSEPAGE), and remove the other instruction for
@ -135,7 +135,7 @@ a:hover
add new pages.<br> add new pages.<br>
Using the Install Options macro's, it's also very easy to use Using the Install Options macro's, it's also very easy to use
custom pages in your installer.<br> custom pages in your installer.<br>
Have a look at <a href="..\..\Examples\Modern UI\InstallOptions.nsi"> Have a look at <a href="../../Examples/Modern UI/InstallOptions.nsi">
InstallOptions.nsi</a> for an example of the Install Options InstallOptions.nsi</a> for an example of the Install Options
and the Advanced Macro System.</p> and the Advanced Macro System.</p>
<p class="text"><span class="subheader">Multilanguage installers</span><br> <p class="text"><span class="subheader">Multilanguage installers</span><br>
@ -144,7 +144,7 @@ a:hover
language files in the Contrib\Modern UI\Language files directory. language files in the Contrib\Modern UI\Language files directory.
There are already a lot of translations available, but you can There are already a lot of translations available, but you can
also make your own translation.<br> also make your own translation.<br>
See <a href="..\..\Examples\Modern UI\MultiLanguage.nsi">MultiLanguage.nsi</a> See <a href="../../Examples/Modern UI/MultiLanguage.nsi">MultiLanguage.nsi</a>
for a multilanguage example using the Basic Macro System. for a multilanguage example using the Basic Macro System.
<p class="header">The interface</p> <p class="header">The interface</p>
<p class="text"><span class="subheader">Modern.exe and modern2.exe</span><br> <p class="text"><span class="subheader">Modern.exe and modern2.exe</span><br>