fixes
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1493 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
8a65747212
commit
6cb6a27fbd
1 changed files with 3 additions and 3 deletions
|
@ -122,7 +122,7 @@ a:hover
|
|||
<p class="text"><span class="subheader">Basic Macro System</span><br>
|
||||
For most scripts, you can use the basic macro system. The basic
|
||||
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),
|
||||
remove a define before the language files (for example, remove
|
||||
!define MUI_LICENSEPAGE), and remove the other instruction for
|
||||
|
@ -135,7 +135,7 @@ a:hover
|
|||
add new pages.<br>
|
||||
Using the Install Options macro's, it's also very easy to use
|
||||
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
|
||||
and the Advanced Macro System.</p>
|
||||
<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.
|
||||
There are already a lot of translations available, but you can
|
||||
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.
|
||||
<p class="header">The interface</p>
|
||||
<p class="text"><span class="subheader">Modern.exe and modern2.exe</span><br>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue