removed old guiinit stuff
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2161 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
858c86cbdc
commit
f07c10b7e0
1 changed files with 0 additions and 6 deletions
|
@ -202,9 +202,6 @@ follow these steps:</p>
|
||||||
<p class="text"><span class="bold">MUI_CUSTOMPAGECOMMANDS</span><br />
|
<p class="text"><span class="bold">MUI_CUSTOMPAGECOMMANDS</span><br />
|
||||||
Don't insert Page commands. Use this if you are using custom Page
|
Don't insert Page commands. Use this if you are using custom Page
|
||||||
commands to add your own pages.</p>
|
commands to add your own pages.</p>
|
||||||
<p class="text"><span class="bold">MUI_CUSTOMGUIINIT</span><br />
|
|
||||||
Don't insert the .onGUIInit function. Use this if you want to add
|
|
||||||
custom code to the function. <a href="#customGUIInit">More info...</a></p>
|
|
||||||
<p class="text"><span class="bold">MUI_UNINSTALLER</span><br />
|
<p class="text"><span class="bold">MUI_UNINSTALLER</span><br />
|
||||||
Define if you are using an uninstaller.</p>
|
Define if you are using an uninstaller.</p>
|
||||||
<div class="margin">
|
<div class="margin">
|
||||||
|
@ -213,9 +210,6 @@ follow these steps:</p>
|
||||||
<p class="text"><span class="bold">MUI_UNCUSTOMPAGECOMMANDS</span><br />
|
<p class="text"><span class="bold">MUI_UNCUSTOMPAGECOMMANDS</span><br />
|
||||||
Don't insert UninstPage commands. Use this if you are using custom
|
Don't insert UninstPage commands. Use this if you are using custom
|
||||||
UninstPage commands to add your own pages.</p>
|
UninstPage commands to add your own pages.</p>
|
||||||
<p class="text"><span class="bold">MUI_UNCUSTOMGUIINIT</span><br />
|
|
||||||
Don't insert the un.onGUIInit function. Use this if you want to add
|
|
||||||
custom code to the function. <a href="#customGUIInit">More info...</a></p>
|
|
||||||
</div>
|
</div>
|
||||||
<p class="subheader">4. Define interface settings (optional)</p>
|
<p class="subheader">4. Define interface settings (optional)</p>
|
||||||
<p class="text">You can also change the settings of the interface by using defines:</p>
|
<p class="text">You can also change the settings of the interface by using defines:</p>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue