Contrib/ExperienceUI/Language Files/Default.nsh
author Dan
Tue, 16 Oct 2007 00:07:41 -0400
changeset 0 d5ce4c64ef88
permissions -rwxr-xr-x
Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
     1
; EXPERIENCEUI DEFAULT LANGUAGE FILE
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
     2
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
     3
; BUTTONS
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
     4
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_BUTTONTEXT_NEXT   Next
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
     5
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_BUTTONTEXT_BACK   Back
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
     6
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_BUTTONTEXT_CANCEL Cancel
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
     7
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_BUTTONTEXT_CLOSE  Close
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
     8
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
     9
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_ABORTWARNING_TEXT "You are about to quit setup.$\n$\nIf you quit now, $(^Name) will not be installed.$\n$\nDo you want to continue?"
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
    10
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
    11
; WELCOME PAGE
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
    12
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_WELCOMEPAGE_TEXT_TOP "Welcome to the $(^Name) Setup Wizard"
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
    13
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_WELCOMEPAGE_TEXT "This wizard will guide you through the installation of $(^Name).\r\n\r\nIt is recommended that you close all other applications before starting Setup. This will make it possible to update relevant system files without having to reboot your computer.\r\n\r\n"
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
    14
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_WELCOMEPAGE_TITLE "Welcome"
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
    15
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_WELCOMEPAGE_SUBTITLE "Welcome to $(^Name) Setup."
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
    16
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_WELCOMEPAGE_CAPTION " "
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
    17
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
    18
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_UNWELCOMEPAGE_TEXT_TOP "Welcome to the $(^Name) Uninstall Wizard"
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
    19
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_UNWELCOMEPAGE_TEXT "This wizard will guide you through the uninstallation of $(^Name).\r\n\r\nIt is recommended that you close all other applications before starting Setup. This will make it possible to update relevant system files without having to reboot your computer.\r\n\r\n"
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
    20
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_UNWELCOMEPAGE_TITLE "Welcome"
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
    21
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_UNWELCOMEPAGE_SUBTITLE "Welcome to the $(^Name) Uninstall Wizard."
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
    22
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_UNWELCOMEPAGE_CAPTION " "
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
    23
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
    24
; WELCOME PAGE STYLE 2
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
    25
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_WELCOMEPAGE2_TEXT_TOP "Welcome to the NSIS Setup Wizard for $(^Name)."
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
    26
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_WELCOMEPAGE2_TEXT "Welcome to $(^Name) Setup.  This will install $(^Name) on your computer."
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
    27
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_WELCOMEPAGE2_TITLE "Welcome"
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
    28
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_WELCOMEPAGE2_SUBTITLE "Welcome to $(^Name) Setup."
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
    29
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_WELCOMEPAGE2_CAPTION " "
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
    30
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
    31
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_UNWELCOMEPAGE2_TEXT_TOP "Welcome to the NSIS Uninstall Wizard for $(^Name)."
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
    32
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_UNWELCOMEPAGE2_TEXT "Welcome to $(^Name) Setup.  This will uninstall $(^Name) from your computer."
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
    33
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_UNWELCOMEPAGE2_TITLE "Welcome"
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
    34
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_UNWELCOMEPAGE2_SUBTITLE "Welcome to the $(^Name) Uninstaller."
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
    35
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_UNWELCOMEPAGE2_CAPTION " "
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
    36
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
    37
; LICENSE PAGE
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
    38
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_LICENSEPAGE_CAPTION ": License Agreement"
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
    39
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_LICENSEPAGE_RADIOBUTTONS_TEXT_ACCEPT "I agree to the above terms and conditions"
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
    40
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_LICENSEPAGE_RADIOBUTTONS_TEXT_DECLINE "I do not agree to the above terms and conditions"
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
    41
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_LICENSEPAGE_TEXT_CHECKBOX "I agree to the above terms and conditions"
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
    42
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_LICENSEPAGE_SUBTITLE "Please review the license terms before installing $(^Name)."
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
    43
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_LICENSEPAGE_TITLE "License Agreement"
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
    44
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_LICENSEPAGE_TEXT_TOP "Press Page Down to see the rest of the agreement."
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
    45
!ifndef XPUI_LICENSEPAGE_RADIOBUTTONS
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
    46
  !ifndef XPUI_LICENSEPAGE_CHECKBOX
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
    47
    !insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_LICENSEPAGE_TEXT_BOTTOM "If you accept the terms of the agreement, click I Agree to continue. You must accept the agreement to install $(^Name)."
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
    48
  !endif
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
    49
!endif
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
    50
!ifndef XPUI_LICENSEPAGE_RADIOBUTTONS
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
    51
  !ifdef XPUI_LICENSEPAGE_CHECKBOX
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
    52
    !insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_LICENSEPAGE_TEXT_BOTTOM "If you accept the terms of the agreement, check the box below. You must accept the agreement to install $(^Name)."
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
    53
  !endif
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
    54
!endif
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
    55
!ifdef XPUI_LICENSEPAGE_RADIOBUTTONS
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
    56
  !ifndef XPUI_LICENSEPAGE_CHECKBOX
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
    57
    !insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_LICENSEPAGE_TEXT_BOTTOM "If you accept the terms of the agreement, select the first option above. You must accept the agreement to install $(^Name)."
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
    58
  !endif
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
    59
!endif
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
    60
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
    61
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_UNLICENSEPAGE_CAPTION ": License Agreement"
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
    62
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_UNLICENSEPAGE_RADIOBUTTONS_TEXT_ACCEPT "I agree to the above terms and conditions"
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
    63
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_UNLICENSEPAGE_RADIOBUTTONS_TEXT_DECLINE "I do not agree to the above terms and conditions"
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
    64
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_UNLICENSEPAGE_TEXT_CHECKBOX "I agree to the above terms and conditions"
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
    65
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_UNLICENSEPAGE_SUBTITLE "Please review the license terms before uninstalling $(^Name)."
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
    66
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_UNLICENSEPAGE_TITLE "License Agreement"
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
    67
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_UNLICENSEPAGE_TEXT_TOP "Press Page Down to see the rest of the agreement."
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
    68
!ifndef XPUI_UNLICENSEPAGE_RADIOBUTTONS
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
    69
  !ifndef XPUI_UNLICENSEPAGE_CHECKBOX
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
    70
    !insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_UNLICENSEPAGE_TEXT_BOTTOM "If you accept the terms of the agreement, click I Agree to continue. You must accept the agreement to uninstall $(^Name)."
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
    71
  !endif
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
    72
!endif
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
    73
!ifndef XPUI_UNLICENSEPAGE_RADIOBUTTONS
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
    74
  !ifdef XPUI_UNLICENSEPAGE_CHECKBOX
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
    75
    !insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_UNLICENSEPAGE_TEXT_BOTTOM "If you accept the terms of the agreement, check the box below. You must accept the agreement to uninstall $(^Name)."
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
    76
  !endif
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
    77
!endif
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
    78
!ifdef XPUI_UNLICENSEPAGE_RADIOBUTTONS
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
    79
  !ifndef XPUI_UNLICENSEPAGE_CHECKBOX
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
    80
    !insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_UNLICENSEPAGE_TEXT_BOTTOM "If you accept the terms of the agreement, select the first option above. You must accept the agreement to uninstall $(^Name)."
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
    81
  !endif
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
    82
!endif
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
    83
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
    84
; COMPONENTS PAGE
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
    85
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_COMPONENTSPAGE_CAPTION ": Select Components"
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
    86
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_COMPONENTSPAGE_SUBTITLE "Choose which components of $(^Name) should be installed."
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
    87
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_COMPONENTSPAGE_TITLE "Choose Components"
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
    88
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_COMPONENTSPAGE_TEXT_DESCRIPTION_TITLE "Description"
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
    89
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_COMPONENTSPAGE_TEXT_DESCRIPTION_INFO  "Hover your mouse over a component to see its description"
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
    90
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
    91
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_UNCOMPONENTSPAGE_CAPTION ": Select Components"
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
    92
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_UNCOMPONENTSPAGE_SUBTITLE "Choose which components of $(^Name) should be uninstalled."
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
    93
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_UNCOMPONENTSPAGE_TITLE "Choose Components"
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
    94
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_UNCOMPONENTSPAGE_TEXT_DESCRIPTION_TITLE "Description"
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
    95
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_UNCOMPONENTSPAGE_TEXT_DESCRIPTION_INFO  "Hover your mouse over a component to see its description"
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
    96
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
    97
; DIRECTORY PAGE
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
    98
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_DIRECTORYPAGE_CAPTION ": Select Installation Folder"
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
    99
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_DIRECTORYPAGE_TEXT_TOP "Setup will install $(^Name) in the following folder.$\r$\n$\r$\nTo install in the default folder, leave the text below as-is.  To install in a different folder, enter one below, or click Browse. $_CLICK"
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   100
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_DIRECTORYPAGE_TEXT_DESTINATION "Installation Directory"
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   101
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_DIRECTORYPAGE_TEXT_BROWSE "Browse"
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   102
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_DIRECTORYPAGE_TEXT_BROWSEDIALOG "Please select a folder:"
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   103
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_DIRECTORYPAGE_TITLE "Choose Install Location"
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   104
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_DIRECTORYPAGE_SUBTITLE "Choose the folder in which to install $(^Name)."
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   105
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   106
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_UNDIRECTORYPAGE_CAPTION ": Select Installation Folder"
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   107
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_UNDIRECTORYPAGE_TEXT_TOP "Setup will uninstall $(^Name) from the following folder.$\r$\n$\r$\nTo uninstall from this folder, click Next.  To uninstall from a different folder, enter one below, or click Browse."
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   108
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_UNDIRECTORYPAGE_TEXT_DESTINATION "Installation Directory"
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   109
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_UNDIRECTORYPAGE_TEXT_BROWSE "Browse"
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   110
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_UNDIRECTORYPAGE_TEXT_BROWSEDIALOG "Please select a folder:"
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   111
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_UNDIRECTORYPAGE_TITLE "Choose Install Location"
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   112
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_UNDIRECTORYPAGE_SUBTITLE "Choose the folder from which to uninstall $(^Name)."
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   113
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   114
; START MENU PAGE
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   115
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_STARTMENUPAGE_CAPTION    ": Start Menu Folder"
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   116
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_STARTMENUPAGE_TITLE      "Select Start Menu Folder"
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   117
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_STARTMENUPAGE_SUBTITLE   "Select the folder in which to create Start Menu shortcuts to $(^Name):"
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   118
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_STARTMENUPAGE_TEXT       "Select the Start Menu folder in which to create shortcuts to $(^Name):"
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   119
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_STARTMENUPAGE_CHECKBOX   "Don't create a start menu folder"
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   120
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   121
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_UNSTARTMENUPAGE_CAPTION  ": Start Menu Folder"
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   122
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_UNSTARTMENUPAGE_TITLE    "Select Start Menu Folder"
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   123
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_UNSTARTMENUPAGE_SUBTITLE "Select the folder from which to remove Start Menu shortcuts:"
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   124
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_UNSTARTMENUPAGE_TEXT     "Select the Start Menu folder from which to remove shortcuts:"
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   125
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_UNSTARTMENUPAGE_CHECKBOX "Don't remove the Start Menu folder"
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   126
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   127
; INSTALL CONFIRM PAGE
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   128
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_INSTCONFIRMPAGE_CAPTION ": Confirm Installation"
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   129
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_INSTCONFIRMPAGE_SUBTITLE "Setup has finished gathering information and is ready to install $(^Name)."
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   130
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_INSTCONFIRMPAGE_TITLE "Confirm Installation"
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   131
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_INSTCONFIRMPAGE_TEXT_TOP "Setup is ready to install $(^Name) on your computer."
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   132
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_INSTCONFIRMPAGE_TEXT_BOTTOM "$_CLICK"
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   133
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   134
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_UNINSTCONFIRMPAGE_CAPTION ": Confirm Installation"
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   135
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_UNINSTCONFIRMPAGE_SUBTITLE "Setup has finished gathering information and is ready to uninstall $(^Name)."
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   136
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_UNINSTCONFIRMPAGE_TITLE "Confirm Uninstallation"
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   137
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_UNINSTCONFIRMPAGE_TEXT_TOP "Setup is ready to uninstall $(^Name) from your computer."
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   138
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_UNINSTCONFIRMPAGE_TEXT_BOTTOM "Click Next to continue."
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   139
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   140
; INSTFILES PAGE
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   141
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_INSTFILESPAGE_CAPTION ": Copying Files"
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   142
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_INSTFILESPAGE_SUBTITLE "Please wait while $(^Name) is being installed."
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   143
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_INSTFILESPAGE_TITLE "Installing"
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   144
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_INSTFILESPAGE_DONE_TITLE "Installation Complete"
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   145
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_INSTFILESPAGE_DONE_SUBTITLE "All of the components of $(^Name) were successfully copied to your computer."
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   146
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   147
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_UNINSTFILESPAGE_CAPTION ": Uninstalling Files"
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   148
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_UNINSTFILESPAGE_SUBTITLE "Please wait while $(^Name) is being uninstalled."
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   149
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_UNINSTFILESPAGE_TITLE "Uninstalling"
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   150
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_UNINSTFILESPAGE_DONE_TITLE "Uninstallation Complete"
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   151
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_UNINSTFILESPAGE_DONE_SUBTITLE "All of the components of $(^Name) were successfully removed from your computer."
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   152
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   153
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_INSTFILESPAGE_FAIL_TITLE "Installation Incomplete"
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   154
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_INSTFILESPAGE_FAIL_SUBTITLE "$(^Name) Setup was not completed successfully."
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   155
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_UNINSTFILESPAGE_FAIL_TITLE "Uninstallation Incomplete"
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   156
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_UNINSTFILESPAGE_FAIL_SUBTITLE "$(^Name) Setup was not completed successfully."
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   157
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   158
; INSTALL SUCCESS PAGE
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   159
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_INSTSUCCESSPAGE_CAPTION ": Installation Successful"
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   160
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_INSTSUCCESSPAGE_SUBTITLE "Setup has successfully installed $(^Name) on your computer."
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   161
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_INSTSUCCESSPAGE_TITLE "Installation Complete"
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   162
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_INSTSUCCESSPAGE_TEXT_TOP    "$(^Name) has been successfully installed."
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   163
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_INSTSUCCESSPAGE_TEXT_BOTTOM "Click Close to exit."
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   164
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   165
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_UNINSTSUCCESSPAGE_CAPTION ": Uninstallation Successful"
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   166
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_UNINSTSUCCESSPAGE_SUBTITLE "Setup has successfully uninstalled $(^Name) from your computer."
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   167
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_UNINSTSUCCESSPAGE_TITLE "Uninstallation Complete"
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   168
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_UNINSTSUCCESSPAGE_TEXT_TOP    "$(^Name) has been successfully uninstalled."
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   169
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_UNINSTSUCCESSPAGE_TEXT_BOTTOM "Click Close to exit."
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   170
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   171
; FINISH PAGE
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   172
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   173
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_FINISHPAGE_TITLE "Installation Complete"
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   174
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_FINISHPAGE_SUBTITLE "Setup has successfully installed $(^Name) on your computer."
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   175
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_FINISHPAGE_CAPTION ": Installation Complete"
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   176
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_FINISHPAGE_TEXT_TOP "Completing the $(^Name) Setup Wizard"
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   177
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_FINISHPAGE_TEXT_TOP_ALT "NSIS Setup Wizard Complete"
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   178
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_FINISHPAGE_TEXT_RUN "Setup has successfully installed $(^Name) on your computer.\r\n\r\nWhich actions do you want to perform?"
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   179
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_FINISHPAGE_TEXT_REBOOT "Setup has finished copying files to your computer.\r\n\r\nTo finish the installation, you must restart your computer.  Do you want to restart your computer now?"
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   180
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_FINISHPAGE_TEXT "Setup has successfully installed $(^Name) on your computer.\r\n\r\nPlease click $(XPUI_BUTTONTEXT_CLOSE) to exit Setup."
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   181
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_FINISHPAGE_CHECKBOX_RUN "Run $(^Name) now"
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   182
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_FINISHPAGE_CHECKBOX_DOCS "View the documentation for $(^Name)"
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   183
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_FINISHPAGE_RADIOBUTTON_REBOOT "Yes, restart my computer now."
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   184
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_FINISHPAGE_RADIOBUTTON_NOREBOOT "No, I will restart my computer later."
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   185
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_FINISHPAGE_REBOOT_MESSAGEBOX "Setup is about to reboot your computer.$\r$\n$\r$\nPlease save and close all open files and documents, and click OK to reboot your computer."
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   186
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   187
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_UNFINISHPAGE_TITLE "Uninstall Complete"
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   188
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_UNFINISHPAGE_SUBTITLE "Setup has successfully uninstalled $(^Name) from your computer."
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   189
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_UNFINISHPAGE_CAPTION ": Uninstall Complete"
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   190
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_UNFINISHPAGE_TEXT_TOP "Completing the $(^Name) Setup Wizard"
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   191
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_UNFINISHPAGE_TEXT_TOP_ALT "NSIS Setup Wizard Complete"
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   192
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_UNFINISHPAGE_TEXT_REBOOT "Setup has finished copying files to your computer.\r\n\r\nTo finish the uninstallation, you must restart your computer.  Do you want to restart your computer now?"
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   193
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_UNFINISHPAGE_TEXT_RUN "Setup has successfully uninstalled $(^Name) from your computer.\r\n\r\nWhich actions do you want to perform?"
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   194
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_UNFINISHPAGE_TEXT "Setup has successfully uninstalled $(^Name) from your computer.\r\n\r\nPlease click $(XPUI_BUTTONTEXT_CLOSE) to exit Setup."
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   195
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_UNFINISHPAGE_RADIOBUTTON_REBOOT "Yes, restart my computer now."
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   196
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_UNFINISHPAGE_RADIOBUTTON_NOREBOOT "No, I will restart my computer later."
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   197
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_UNFINISHPAGE_REBOOT_MESSAGEBOX "${XPUI_FINISHPAGE_REBOOT_MESSAGEBOX}"
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   198
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   199
; ABORT PAGE
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   200
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_ABORTPAGE_TEXT_TOP "NSIS Setup Wizard Complete"
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   201
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_ABORTPAGE_TEXT "The wizard was interrupted before $(^Name) could be completely installed.\r\n\r\nYour system has not been modified.  To install this program at a later time, please run this\r\nwizard again.\r\n\r\n\r\n\r\n\r\nPlease click Close to exit the Setup Wizard."
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   202
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_ABORTPAGE_TITLE "Installation Incomplete"
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   203
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_ABORTPAGE_SUBTITLE "$(^Name) Setup was not completed successfully."
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   204
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_ABORTPAGE_CAPTION ": Setup Cancelled"
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   205
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   206
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_UNABORTPAGE_TEXT_TOP "NSIS Uninstall Wizard Complete"
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   207
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_UNABORTPAGE_TEXT "The wizard was interrupted before $(^Name) could be completely uninstalled.\r\n\r\nYour system has not been modified.  To uninstall this program at a later time, please run this wizard again.\r\n\r\n\r\n\r\n\r\nPlease click Close to exit the Setup Wizard."
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   208
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_UNABORTPAGE_TITLE "Uninstallation Incomplete"
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   209
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_UNABORTPAGE_SUBTITLE "$(^Name) Setup was not completed successfully."
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   210
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_UNABORTPAGE_CAPTION ": Setup Cancelled"
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   211
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   212
; +-----------+
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   213
; | UNINSTALL |
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   214
; +-----------+
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   215
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   216
; MOST OF THE UNINSTALL PAGES ARE TAKEN CARE OF USING THE PAGE MODE SYSTEM
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   217
; THE XPUI CONFIRM, UNINSTFILES, AND SUCCESS PAGES USE THE PAGE MODE SYSTEM,
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   218
; BUT THE NSIS-STYLE UNINSTALL CONFIRM PAGE SIMPLY USES A NON-PAGE-MODE METHOD.
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   219
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   220
; UNINST CONFIRM PAGE (NSIS)
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   221
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_UNINSTCONFIRMPAGE_NSIS_CAPTION ": Confirm Uninstall"
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   222
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_UNINSTCONFIRMPAGE_NSIS_SUBTITLE "Remove $(^Name) from your computer"
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   223
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_UNINSTCONFIRMPAGE_NSIS_TITLE "Uninstall $(^Name)"
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   224
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_UNINSTCONFIRMPAGE_NSIS_TEXT_TOP "$(^Name) will be uninstalled from the following folder.  Click Uninstall to start the uninstallation."
d5ce4c64ef88 Initial population with stock ExUI 1.11pre + a couple of fixes needed to compile the installer
Dan
parents:
diff changeset
   225
!insertmacro XPUI_LANGUAGEFILE_DEFAULT XPUI_UNINSTCONFIRMPAGE_NSIS_TEXT_FOLDER "Uninstalling from:"