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

@ -15,9 +15,10 @@
!define MUI_DIRECTORYPAGE
!define MUI_ABORTWARNING
!define MUI_UNINSTALLER
!define MUI_CUSTOMPAGECOMMANDS
!define MUI_UNINSTALLER
!define MUI_UNCONFIRMPAGE
!define TEMP1 $R0
!define TEMP2 $R1