added define for uninstall confirm page, continue texts for uninstaller, bugfixes

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1917 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
joostverburg 2002-12-06 21:56:28 +00:00
parent e27a780503
commit a8797416b8
11 changed files with 136 additions and 69 deletions

View file

@ -13,8 +13,11 @@
!define MUI_LICENSEPAGE
!define MUI_COMPONENTSPAGE
!define MUI_DIRECTORYPAGE
!define MUI_ABORTWARNING
!define MUI_UNINSTALLER
!define MUI_UNCONFIRMPAGE
;Languages
!insertmacro MUI_LANGUAGE "English"