Modern UI 1.67

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3042 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
joostverburg 2003-10-22 19:23:45 +00:00
parent 7787f4cb4b
commit 8442558574
15 changed files with 434 additions and 371 deletions

View file

@ -54,6 +54,9 @@
!define MUI_TEXT_ABORTWARNING "Are you sure you want to quit $(^Name) Setup?"
!define MUI_UNTEXT_WELCOME_INFO_TITLE "Welcome to the $(^Name) Uninstall Wizard"
!define MUI_UNTEXT_WELCOME_INFO_TEXT "This wizard will guide you through the uninstallation of $(^Name).\r\n\r\nBefore starting the uninstallation, make sure $(^Name) is not running.\r\n\r\n$_CLICK"
!define MUI_UNTEXT_CONFIRM_TITLE "Uninstall $(^Name)"
!define MUI_UNTEXT_CONFIRM_SUBTITLE "Remove $(^Name) from your computer."
@ -78,4 +81,9 @@
!define MUI_UNTEXT_ABORT_TITLE "Uninstallation Aborted"
!define MUI_UNTEXT_ABORT_SUBTITLE "Uninstall was not completed successfully."
!define MUI_UNTEXT_FINISH_INFO_TITLE "Completing the $(^Name) Uninstall Wizard"
!define MUI_UNTEXT_FINISH_INFO_TEXT "$(^Name) has been uninstalled from your computer.\r\n\r\nClick Finish to close this wizard."
!define MUI_UNTEXT_ABORTWARNING "Are you sure you want to quit $(^Name) Uninstall?"
!insertmacro MUI_LANGUAGEFILE_END