No more MUI_WELCOMEPAGE

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2590 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2003-05-29 08:55:59 +00:00
parent 6ba786734b
commit 8c02f24401

View file

@ -186,7 +186,7 @@ follow these steps:</p>
[optional]</span>.</p>
<p class="text">You should put all parameters in one string for the define:</p>
<pre class="margin">
!define MUI_WELCOMEPAGE ;No value
!define MUI_STARTMENUPAGE_NODISABLE ;No value
!define MUI_FINISHPAGE_RUN "$INSTDIR\Application.exe" ;Value
!define MUI_INSTALLCOLORS "FFFFFF 000000" ;Multiple parameters
</pre>