implemented feature request #1448176 - show function support for start menu page

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4582 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2006-03-14 14:09:20 +00:00
parent 062dd34c6b
commit 2b364bf17c
2 changed files with 18 additions and 8 deletions

View file

@ -1169,11 +1169,10 @@ Functions</h3>
"parameter">function</span></p>
<p><strong>Notes:</strong></p>
<ul>
<li>The StartMenu page does not have a Show function</li>
<li>In the Pre function of the Welcome page and the Finish page,
you can write to the InstallOptions INI file of the page
(ioSpecial.ini)</li>
<li>In the Show function of Welcome page and the Finish page,
<li>In the Show function of the Welcome, Finish and StartMenu pages,
$MUI_HWND contains the HWND of the inner dialog</li>
</ul>
</div>