MUI_UNINSTALLER

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1603 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
joostverburg 2002-11-05 20:50:42 +00:00
parent f4aec50355
commit 3c42f9c05e

View file

@ -139,7 +139,7 @@ defines and define them again before you insert a language file.</p>
!define MUI_COMPONENTSPAGE ;Component-selection page
!define MUI_DIRECTORYPAGE ;Directory-selection page
!define MUI_LICENSEPAGE ;License page
!define MUI_UNINSTALL ;Uninstaller
!define MUI_UNINSTALLER ;Uninstaller
!define MUI_ABORTWARNING ;Abort warning messabox
!define MUI_INSTALLOPTIONS ;Use Install Options
!define MUI_CUSTOMPAGECOMMANDS ;Use customized pages</pre>