Modern UI 1.68
* New settings for extra space for title and text on Welcome page and Finish page. * Improved handling of verbose settings. Define MUI_VERBOSE the set the Modern UI verbose level (1-4). * Language file string for uninstaller reboot information * Setting for folder validation in leave function * Fixed finish page text settings for multiple pages git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3201 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
893a6970f8
commit
1527ea2f1a
14 changed files with 188 additions and 186 deletions
|
@ -1,17 +1,25 @@
|
||||||
NSIS Modern User Interface - VERSION HISTORY
|
NSIS Modern User Interface - VERSION HISTORY
|
||||||
|
|
||||||
1.67 - November 9, 2003
|
1.68 - November 24, 2003
|
||||||
* Support for uninstaller Welcome- and Finish pages
|
* New settings for extra space for title and text on Welcome page and Finish page.
|
||||||
|
* Improved handling of verbose settings. Define MUI_VERBOSE the set the Modern UI verbose level (1-4).
|
||||||
|
* Language file string for uninstaller reboot information
|
||||||
|
* Setting for folder validation in leave function
|
||||||
|
* Fixed finish page text settings for multiple pages
|
||||||
|
|
||||||
|
1.67 - November 18, 2003
|
||||||
|
* Support for uninstaller Welcome pages and Finish pages
|
||||||
* Improved and changed text settings
|
* Improved and changed text settings
|
||||||
* ID for Start Menu Folder pages, easier to use multiple pages
|
* ID for Start Menu Folder pages, easier to use multiple pages
|
||||||
* Renamed a few settings
|
* Renamed a few settings
|
||||||
* Default header image
|
* Default header image
|
||||||
* Support for uninstaller abort warning
|
* Support for uninstaller abort warning
|
||||||
* Setting for 3 line text on Welcome- and Finish page
|
* Setting for 3 line text on Welcome page and Finish page
|
||||||
* Langauge file backwards compatibility: English for missing strings
|
* Langauge file backwards compatibility: English for missing strings
|
||||||
* Support for different uninstaller header image
|
* Support for different uninstaller header image
|
||||||
* Language selection dialog not displayed if installer is silent
|
* Language selection dialog not displayed if installer is silent
|
||||||
* Cancel button on Finish page when there are options
|
* Cancel button on Finish page when there are options
|
||||||
|
* Full RTL support
|
||||||
|
|
||||||
1.66 - October 7, 2003
|
1.66 - October 7, 2003
|
||||||
* New system for page settings and custom pages
|
* New system for page settings and custom pages
|
||||||
|
@ -24,14 +32,12 @@ NSIS Modern User Interface - VERSION HISTORY
|
||||||
* Removed MUI_PRODUCT and MUI VERSION. Use Name command now.
|
* Removed MUI_PRODUCT and MUI VERSION. Use Name command now.
|
||||||
|
|
||||||
1.65 - July 16, 2003
|
1.65 - July 16, 2003
|
||||||
* New page configuration system, no different system for installers
|
* New page configuration system, no different system for installers with custom pages
|
||||||
with custom pages
|
|
||||||
* Default windows color for the license text background
|
* Default windows color for the license text background
|
||||||
* Example script updates (new format, user variables)
|
* Example script updates (new format, user variables)
|
||||||
* Improved registry storage for Start Menu folder
|
* Improved registry storage for Start Menu folder
|
||||||
* ReserveFile macro for StartMenu plug-in
|
* ReserveFile macro for StartMenu plug-in
|
||||||
* Option to always show the language selection dialog
|
* Option to always show the language selection dialog (even if a language has been stored in the registry)
|
||||||
(even if a language has been stored in the registry)
|
|
||||||
* Checkboxes on Finish page can be used to call a function
|
* Checkboxes on Finish page can be used to call a function
|
||||||
* Support for custom leave functions for Start Menu Folder,
|
* Support for custom leave functions for Start Menu Folder,
|
||||||
Welcome and Finish pages
|
Welcome and Finish pages
|
||||||
|
@ -42,11 +48,9 @@ NSIS Modern User Interface - VERSION HISTORY
|
||||||
when mouse is outside box, disabled style
|
when mouse is outside box, disabled style
|
||||||
|
|
||||||
1.64 - April 27, 2003
|
1.64 - April 27, 2003
|
||||||
* Support for license page with checkbox or radiobuttons to let the
|
* Support for license page with checkbox or radiobuttons to let the user accept the agreement or not
|
||||||
user accept the agreement or not
|
|
||||||
* Macros for finish headers don't have to be inserted anymore
|
* Macros for finish headers don't have to be inserted anymore
|
||||||
* Language preference stored when installation has completed,
|
* Language preference stored when installation has completed, no problems anymore when the users selects the wrong language
|
||||||
no problems anymore when the users selects the wrong language
|
|
||||||
* Header text for aborted installation
|
* Header text for aborted installation
|
||||||
* New macros: get language for uninstaller, delete shortcuts
|
* New macros: get language for uninstaller, delete shortcuts
|
||||||
* Language specific fonts
|
* Language specific fonts
|
||||||
|
@ -62,8 +66,7 @@ NSIS Modern User Interface - VERSION HISTORY
|
||||||
* Easier to customize resource files
|
* Easier to customize resource files
|
||||||
* New system for custom functions
|
* New system for custom functions
|
||||||
* Start Menu folder registry key automatically written
|
* Start Menu folder registry key automatically written
|
||||||
* New InstallOptions macros that do not remove the return value from
|
* New InstallOptions macros that do not remove the return value from the stack
|
||||||
the stack
|
|
||||||
* Support for custom pages before the finish page
|
* Support for custom pages before the finish page
|
||||||
* Renamed Start Menu page defines
|
* Renamed Start Menu page defines
|
||||||
* 'Do not create shortcuts' checkbox can be removed
|
* 'Do not create shortcuts' checkbox can be removed
|
||||||
|
@ -75,20 +78,16 @@ NSIS Modern User Interface - VERSION HISTORY
|
||||||
1.62 - February 2, 2003
|
1.62 - February 2, 2003
|
||||||
* New language strings for finish page
|
* New language strings for finish page
|
||||||
* Possibility to let a Modern UI Function call your own function
|
* Possibility to let a Modern UI Function call your own function
|
||||||
* No problems anymore when using both 'Run program' and 'Show Readme'
|
* No problems anymore when using both 'Run program' and 'Show Readme' on the finish page
|
||||||
on the finish page
|
|
||||||
* Default state of checkboxes on the finish page can be changed
|
* Default state of checkboxes on the finish page can be changed
|
||||||
* Welcome / Finish page compatible with custom DPI settings
|
* Welcome / Finish page compatible with custom DPI settings
|
||||||
* Converted Install Options INI files to use dialog units
|
* Converted Install Options INI files to use dialog units
|
||||||
* More ReserveFile macros
|
* More ReserveFile macros
|
||||||
* Background color can be changed with a define
|
* Background color can be changed with a define
|
||||||
* Support for multilingual branding texts
|
* Support for multilingual branding texts
|
||||||
* Start Menu / Finish page window titles also work when using
|
* Start Menu / Finish page window titles also work when using custom page commands
|
||||||
custom page commands
|
* Language files should be inserted after inserting the MUI_SYSTEM macro
|
||||||
* Language files should be inserted after inserting the MUI_SYSTEM
|
* Define MUI_MANUALVERBOSE if you don't want the Modern UI to change the verbose settings during compilation
|
||||||
macro
|
|
||||||
* Define MUI_MANUALVERBOSE if you don't want the Modern UI to change
|
|
||||||
the verbose settings during compilation
|
|
||||||
|
|
||||||
1.61 - December 5, 2002
|
1.61 - December 5, 2002
|
||||||
* modern3.exe UI without description area
|
* modern3.exe UI without description area
|
||||||
|
@ -106,17 +105,11 @@ NSIS Modern User Interface - VERSION HISTORY
|
||||||
|
|
||||||
1.5 - November 11, 2002
|
1.5 - November 11, 2002
|
||||||
* New language file format
|
* New language file format
|
||||||
* Language strings can be changed in the script without editing language
|
* Language strings can be changed in the script without editing languagefiles
|
||||||
files
|
|
||||||
* Start Menu Folder selection page
|
* Start Menu Folder selection page
|
||||||
* 'Click Next to continue' and 'Click Install to start the installation'
|
* 'Click Next to continue' and 'Click Install to start the installation' texts automatically change to the page order
|
||||||
texts automatically change to the page order
|
* Install Options macros updated. MUI_INSTALLOPTIONS_DISPLAY is the standard macro now. Use MUI_INSTALLOPTIONS_INITDIALOG and MUI_INSTALLOPTIONS_SHOW if you want to customize dialog controls.
|
||||||
* Install Options macros updated. MUI_INSTALLOPTIONS_DISPLAY is the
|
* No more writing window titles & abort warnings to Install Options INI Files
|
||||||
standard macro now.
|
|
||||||
Use MUI_INSTALLOPTIONS_INITDIALOG and MUI_INSTALLOPTIONS_SHOW if you
|
|
||||||
want to customize dialog controls.
|
|
||||||
* No more writing window titles & abort warnings to Install Options
|
|
||||||
INI Files
|
|
||||||
* Compatible with updated paging system
|
* Compatible with updated paging system
|
||||||
* Renamed macros and defines
|
* Renamed macros and defines
|
||||||
* Some small fixes
|
* Some small fixes
|
||||||
|
@ -134,10 +127,8 @@ NSIS Modern User Interface - VERSION HISTORY
|
||||||
* New directory structure (header/language files in Contrib\Modern UI)
|
* New directory structure (header/language files in Contrib\Modern UI)
|
||||||
* Small bugfixes & typo corrections
|
* Small bugfixes & typo corrections
|
||||||
* SetPage function should be set using defines
|
* SetPage function should be set using defines
|
||||||
* Different NextPage/PrevPage/FinishHeader macros for
|
* Different NextPage/PrevPage/FinishHeader macros for install/uninstall
|
||||||
install/uninstall
|
* Interface settings can be definend (for example, MUI_ICON), no parameters for MUI_INTERFACE anymore
|
||||||
* Interface settings can be definend (for example, MUI_ICON), no
|
|
||||||
parameters for MUI_INTERFACE anymore
|
|
||||||
* New Install Options macros to read/write IO INI file value
|
* New Install Options macros to read/write IO INI file value
|
||||||
|
|
||||||
1.21 - September 30, 2002
|
1.21 - September 30, 2002
|
||||||
|
@ -171,8 +162,7 @@ NSIS Modern User Interface - VERSION HISTORY
|
||||||
because the RichEdit control has focus by default now
|
because the RichEdit control has focus by default now
|
||||||
|
|
||||||
1.15 - Semtember 4, 2002
|
1.15 - Semtember 4, 2002
|
||||||
* Multilanguage example: changed LangDialog to LangDLL::LangDialog
|
* Multilanguage example: changed LangDialog to LangDLL::LangDialog (using the DLL name is now required)
|
||||||
(using the DLL name is now required)
|
|
||||||
|
|
||||||
1.14 - Semtember 3, 2002
|
1.14 - Semtember 3, 2002
|
||||||
* Small grammar fix (thanks eccles)
|
* Small grammar fix (thanks eccles)
|
||||||
|
@ -188,10 +178,8 @@ NSIS Modern User Interface - VERSION HISTORY
|
||||||
* Finish header for uninstaller can also be set using MUI_FINISHHEADER
|
* Finish header for uninstaller can also be set using MUI_FINISHHEADER
|
||||||
|
|
||||||
1.1 - August 29, 2002
|
1.1 - August 29, 2002
|
||||||
* Header file with macros, it's now very easy to use the UI in your
|
* Header file with macros, it's now very easy to use the UI in your scripts
|
||||||
scripts
|
* Added the modern2.exe UI, with an other location of the Description frame, for installers with a lot of subsections (thanks rainwater)
|
||||||
* Added the modern2.exe UI, with an other location of the Description
|
|
||||||
frame, for installers with a lot of subsections (thanks rainwater)
|
|
||||||
* Updated example scripts
|
* Updated example scripts
|
||||||
* Added Multilanguage.nsi example (Multilanguage & LangDLL)
|
* Added Multilanguage.nsi example (Multilanguage & LangDLL)
|
||||||
* Fixed background color issue with some custom XP themes
|
* Fixed background color issue with some custom XP themes
|
||||||
|
@ -200,8 +188,7 @@ NSIS Modern User Interface - VERSION HISTORY
|
||||||
* Example script: Added instructions for the user on the Description frame
|
* Example script: Added instructions for the user on the Description frame
|
||||||
* Auto sizing branding text
|
* Auto sizing branding text
|
||||||
* Used modern.bmp for the checks (thanks rainwater)
|
* Used modern.bmp for the checks (thanks rainwater)
|
||||||
* Using the new NSIS version, descriptions work using the keyboard and
|
* Using the new NSIS version, descriptions work using the keyboard and you can give descriptions to subsections
|
||||||
you can give descriptions to subsections
|
|
||||||
* Correct font size using High-DPI fonts
|
* Correct font size using High-DPI fonts
|
||||||
|
|
||||||
1.0 - August 26, 2002
|
1.0 - August 26, 2002
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
;--------------------------------
|
;--------------------------------
|
||||||
|
|
||||||
!insertmacro MUI_LANGUAGEFILE_DEFAULT MUI_TEXT_WELCOME_INFO_TITLE "Welcome to the $(^Name) Setup Wizard"
|
!insertmacro MUI_LANGUAGEFILE_DEFAULT MUI_TEXT_WELCOME_INFO_TITLE "Welcome to the $(^Name) Setup Wizard"
|
||||||
!insertmacro MUI_LANGUAGEFILE_DEFAULT MUI_TEXT_WELCOME_INFO_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 allow Setup to update certain system files without rebooting your computer.\r\n\r\n$_CLICK"
|
!insertmacro MUI_LANGUAGEFILE_DEFAULT MUI_TEXT_WELCOME_INFO_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$_CLICK"
|
||||||
|
|
||||||
!insertmacro MUI_LANGUAGEFILE_DEFAULT MUI_TEXT_LICENSE_TITLE "License Agreement"
|
!insertmacro MUI_LANGUAGEFILE_DEFAULT MUI_TEXT_LICENSE_TITLE "License Agreement"
|
||||||
!insertmacro MUI_LANGUAGEFILE_DEFAULT MUI_TEXT_LICENSE_SUBTITLE "Please review the license terms before installing $(^Name)."
|
!insertmacro MUI_LANGUAGEFILE_DEFAULT MUI_TEXT_LICENSE_SUBTITLE "Please review the license terms before installing $(^Name)."
|
||||||
|
@ -48,7 +48,7 @@
|
||||||
|
|
||||||
|
|
||||||
!insertmacro MUI_LANGUAGEFILE_DEFAULT MUI_UNTEXT_WELCOME_INFO_TITLE "Welcome to the $(^Name) Uninstall Wizard"
|
!insertmacro MUI_LANGUAGEFILE_DEFAULT MUI_UNTEXT_WELCOME_INFO_TITLE "Welcome to the $(^Name) Uninstall Wizard"
|
||||||
!insertmacro MUI_LANGUAGEFILE_DEFAULT MUI_UNTEXT_WELCOME_INFO_TEXT "This wizard will guide you through the uninstallation of $(^Name) components.\r\n\r\nBefore starting the uninstallation, make sure $(^Name) is not running.\r\n\r\n$_CLICK"
|
!insertmacro MUI_LANGUAGEFILE_DEFAULT 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"
|
||||||
|
|
||||||
!insertmacro MUI_LANGUAGEFILE_DEFAULT MUI_UNTEXT_CONFIRM_TITLE "Uninstall $(^Name)"
|
!insertmacro MUI_LANGUAGEFILE_DEFAULT MUI_UNTEXT_CONFIRM_TITLE "Uninstall $(^Name)"
|
||||||
!insertmacro MUI_LANGUAGEFILE_DEFAULT MUI_UNTEXT_CONFIRM_SUBTITLE "Remove $(^Name) from your computer."
|
!insertmacro MUI_LANGUAGEFILE_DEFAULT MUI_UNTEXT_CONFIRM_SUBTITLE "Remove $(^Name) from your computer."
|
||||||
|
@ -75,6 +75,7 @@
|
||||||
!insertmacro MUI_LANGUAGEFILE_DEFAULT MUI_UNTEXT_ABORT_SUBTITLE "Uninstall was not completed successfully."
|
!insertmacro MUI_LANGUAGEFILE_DEFAULT MUI_UNTEXT_ABORT_SUBTITLE "Uninstall was not completed successfully."
|
||||||
|
|
||||||
!insertmacro MUI_LANGUAGEFILE_DEFAULT MUI_UNTEXT_FINISH_INFO_TITLE "Completing the $(^Name) Uninstall Wizard"
|
!insertmacro MUI_LANGUAGEFILE_DEFAULT MUI_UNTEXT_FINISH_INFO_TITLE "Completing the $(^Name) Uninstall Wizard"
|
||||||
!insertmacro MUI_LANGUAGEFILE_DEFAULT MUI_UNTEXT_FINISH_INFO_TEXT "$(^Name) components have been uninstalled from your computer.\r\n\r\nClick Finish to close this wizard."
|
!insertmacro MUI_LANGUAGEFILE_DEFAULT MUI_UNTEXT_FINISH_INFO_TEXT "$(^Name) has been uninstalled from your computer.\r\n\r\nClick Finish to close this wizard."
|
||||||
|
!insertmacro MUI_LANGUAGEFILE_DEFAULT MUI_UNTEXT_FINISH_INFO_REBOOT "Your computer must be restarted in order to complete the uninstallation of $(^Name). Do you want to reboot now?"
|
||||||
|
|
||||||
!insertmacro MUI_LANGUAGEFILE_DEFAULT MUI_UNTEXT_ABORTWARNING "Are you sure you want to quit $(^Name) Uninstall?"
|
!insertmacro MUI_LANGUAGEFILE_DEFAULT MUI_UNTEXT_ABORTWARNING "Are you sure you want to quit $(^Name) Uninstall?"
|
|
@ -1,5 +1,5 @@
|
||||||
;NSIS Modern User Interface - Language File
|
;NSIS Modern User Interface - Language File
|
||||||
;Compatible with Modern UI 1.67
|
;Compatible with Modern UI 1.68
|
||||||
|
|
||||||
;Language: Dutch (1043)
|
;Language: Dutch (1043)
|
||||||
;By Joost Verburg
|
;By Joost Verburg
|
||||||
|
@ -83,6 +83,7 @@
|
||||||
|
|
||||||
!define MUI_UNTEXT_FINISH_INFO_TITLE "Voltooien van de $(^Name) Deïnstallatie Wizard"
|
!define MUI_UNTEXT_FINISH_INFO_TITLE "Voltooien van de $(^Name) Deïnstallatie Wizard"
|
||||||
!define MUI_UNTEXT_FINISH_INFO_TEXT "$(^Name) zijn verwijderd van uw systeem.\r\n\r\nKlik op Voltooien om deze wizard te sluiten."
|
!define MUI_UNTEXT_FINISH_INFO_TEXT "$(^Name) zijn verwijderd van uw systeem.\r\n\r\nKlik op Voltooien om deze wizard te sluiten."
|
||||||
|
!define MUI_UNTEXT_FINISH_INFO_REBOOT "Uw system moet worden opnieuw opgestart om de deïnstallatie van $(^Name) te voltooien. Wilt u nu herstarten?"
|
||||||
|
|
||||||
!define MUI_UNTEXT_ABORTWARNING "Weet u zeker dat u $(^Name) Deïnstallatie wilt afsluiten?"
|
!define MUI_UNTEXT_ABORTWARNING "Weet u zeker dat u $(^Name) Deïnstallatie wilt afsluiten?"
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
;NSIS Modern User Interface - Language File
|
;NSIS Modern User Interface - Language File
|
||||||
;Compatible with Modern UI 1.67
|
;Compatible with Modern UI 1.68
|
||||||
|
|
||||||
;Language: English (1033)
|
;Language: English (1033)
|
||||||
;By Joost Verburg
|
;By Joost Verburg
|
||||||
|
@ -11,7 +11,7 @@
|
||||||
!define MUI_LANGNAME "English" ;Use only ASCII characters (if this is not possible, use the English name)
|
!define MUI_LANGNAME "English" ;Use only ASCII characters (if this is not possible, use the English name)
|
||||||
|
|
||||||
!define MUI_TEXT_WELCOME_INFO_TITLE "Welcome to the $(^Name) Setup Wizard"
|
!define MUI_TEXT_WELCOME_INFO_TITLE "Welcome to the $(^Name) Setup Wizard"
|
||||||
!define MUI_TEXT_WELCOME_INFO_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 allow Setup to update certain system files without rebooting your computer.\r\n\r\n$_CLICK"
|
!define MUI_TEXT_WELCOME_INFO_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$_CLICK"
|
||||||
|
|
||||||
!define MUI_TEXT_LICENSE_TITLE "License Agreement"
|
!define MUI_TEXT_LICENSE_TITLE "License Agreement"
|
||||||
!define MUI_TEXT_LICENSE_SUBTITLE "Please review the license terms before installing $(^Name)."
|
!define MUI_TEXT_LICENSE_SUBTITLE "Please review the license terms before installing $(^Name)."
|
||||||
|
@ -83,7 +83,8 @@
|
||||||
|
|
||||||
!define MUI_UNTEXT_FINISH_INFO_TITLE "Completing the $(^Name) Uninstall Wizard"
|
!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_FINISH_INFO_TEXT "$(^Name) has been uninstalled from your computer.\r\n\r\nClick Finish to close this wizard."
|
||||||
|
!define MUI_UNTEXT_FINISH_INFO_REBOOT "Your computer must be restarted in order to complete the uninstallation of $(^Name). Do you want to reboot now?"
|
||||||
|
|
||||||
!define MUI_UNTEXT_ABORTWARNING "Are you sure you want to quit $(^Name) Uninstall?"
|
!define MUI_UNTEXT_ABORTWARNING "Are you sure you want to quit $(^Name) Uninstall?"
|
||||||
|
|
||||||
!insertmacro MUI_LANGUAGEFILE_END
|
!insertmacro MUI_LANGUAGEFILE_END
|
|
@ -244,9 +244,6 @@ The interface files with a customized dialog resource IDD_SELCOM without a descr
|
||||||
</div>
|
</div>
|
||||||
<h3>Welcome/Finish Page Interface Settings</h3>
|
<h3>Welcome/Finish Page Interface Settings</h3>
|
||||||
<div>
|
<div>
|
||||||
<p><strong>MUI_WELCOMEFINISHPAGE_3LINES</strong><br />
|
|
||||||
Create a bigger area for the title on the Welcome page and the Finish page, to allow displaying 3
|
|
||||||
lines of text (with the default font).</p>
|
|
||||||
<p><strong>MUI_WELCOMEFINISHPAGE_BITMAP</strong> <span class="parameter">bmp_file</span><br />
|
<p><strong>MUI_WELCOMEFINISHPAGE_BITMAP</strong> <span class="parameter">bmp_file</span><br />
|
||||||
Bitmap for the Welcome page and the Finish page (recommended size: 164x314 pixels).<br />
|
Bitmap for the Welcome page and the Finish page (recommended size: 164x314 pixels).<br />
|
||||||
<em>Default: ${NSISDIR}\Contrib\Graphics\Wizard\win.bmp</em></p>
|
<em>Default: ${NSISDIR}\Contrib\Graphics\Wizard\win.bmp</em></p>
|
||||||
|
@ -263,16 +260,9 @@ if the user has a custom DPI setting.</p>
|
||||||
<p><strong>MUI_WELCOMEFINISHPAGE_INI</strong> <span class="parameter">ini_file</span><br />
|
<p><strong>MUI_WELCOMEFINISHPAGE_INI</strong> <span class="parameter">ini_file</span><br />
|
||||||
InstallOptions INI file for the Welcome page and the Finish page.<br />
|
InstallOptions INI file for the Welcome page and the Finish page.<br />
|
||||||
<em>Default: ${NSISDIR}\Contrib\Modern UI\ioSpecial.ini</em></p>
|
<em>Default: ${NSISDIR}\Contrib\Modern UI\ioSpecial.ini</em></p>
|
||||||
<p><strong>MUI_WELCOMEFINISHPAGE_INI_3LINES</strong> <span class="parameter">ini_file</span><br />
|
|
||||||
InstallOptions INI file for the Welcome page and the Finish page with space for 3 lines of title
|
|
||||||
text (with the default font).<br />
|
|
||||||
<em>Default: ${NSISDIR}\Contrib\Modern UI\ioSpecial3.ini</em></p>
|
|
||||||
</div>
|
</div>
|
||||||
<h3>Uninstaller Welcome/Finish Page Settings</h3>
|
<h3>Uninstaller Welcome/Finish Page Settings</h3>
|
||||||
<div>
|
<div>
|
||||||
<p><strong>MUI_UNWELCOMEFINISHPAGE_3LINES</strong><br />
|
|
||||||
Create a bigger area for the title on the uninstaller Welcome page and the Finish page, to allow
|
|
||||||
displaying 3 lines of text (with the default font).</p>
|
|
||||||
<p><strong>MUI_UNWELCOMEFINISHPAGE_BITMAP</strong> <span class="parameter">bmp_file</span><br />
|
<p><strong>MUI_UNWELCOMEFINISHPAGE_BITMAP</strong> <span class="parameter">bmp_file</span><br />
|
||||||
Bitmap for the Welcome page and the Finish page (recommended size: 164x314 pixels).<br />
|
Bitmap for the Welcome page and the Finish page (recommended size: 164x314 pixels).<br />
|
||||||
<em>Default: ${NSISDIR}\Contrib\Graphics\Wizard\win.bmp</em></p>
|
<em>Default: ${NSISDIR}\Contrib\Graphics\Wizard\win.bmp</em></p>
|
||||||
|
@ -289,10 +279,6 @@ if the user has a custom DPI setting.</p>
|
||||||
<p><strong>MUI_UNWELCOMEFINISHPAGE_INI</strong> <span class="parameter">ini_file</span><br />
|
<p><strong>MUI_UNWELCOMEFINISHPAGE_INI</strong> <span class="parameter">ini_file</span><br />
|
||||||
InstallOptions INI file for the uninstaller Welcome page and the Finish page.<br />
|
InstallOptions INI file for the uninstaller Welcome page and the Finish page.<br />
|
||||||
<em>Default: ${NSISDIR}\Contrib\Modern UI\ioSpecial.ini</em></p>
|
<em>Default: ${NSISDIR}\Contrib\Modern UI\ioSpecial.ini</em></p>
|
||||||
<p><strong>MUI_WELCOMEFINISHPAGE_INI_3LINES</strong> <span class="parameter">ini_file</span><br />
|
|
||||||
InstallOptions INI file for the Welcome page and the Finish page with space for 3 lines of title
|
|
||||||
text (with the default font).<br />
|
|
||||||
<em>Default: ${NSISDIR}\Contrib\Modern UI\ioSpecial3.ini</em></p>
|
|
||||||
</div>
|
</div>
|
||||||
<h3>License Page Interface Settings</h3>
|
<h3>License Page Interface Settings</h3>
|
||||||
<div>
|
<div>
|
||||||
|
@ -407,6 +393,8 @@ Subtext to display on the header of the page.</p>
|
||||||
<div>
|
<div>
|
||||||
<p><strong>MUI_WELCOMEPAGE_TITLE</strong> <span class="parameter">title</span><br />
|
<p><strong>MUI_WELCOMEPAGE_TITLE</strong> <span class="parameter">title</span><br />
|
||||||
Title to display on the top of the page.</p>
|
Title to display on the top of the page.</p>
|
||||||
|
<p><strong>MUI_WELCOMEPAGE_TITLE_3LINES</strong><br />
|
||||||
|
Extra space for the title area.</p>
|
||||||
<p><strong>MUI_WELCOMEPAGE_TEXT</strong> <span class="parameter">text</span><br />
|
<p><strong>MUI_WELCOMEPAGE_TEXT</strong> <span class="parameter">text</span><br />
|
||||||
Text to display on the page. Use \r\n for a newline.</p>
|
Text to display on the page. Use \r\n for a newline.</p>
|
||||||
</div>
|
</div>
|
||||||
|
@ -460,7 +448,11 @@ Text to display on the destination folder frame.</p>
|
||||||
<p><strong>MUI_DIRECTORYPAGE_VARIABLE</strong> <span class="parameter">variable</span><br />
|
<p><strong>MUI_DIRECTORYPAGE_VARIABLE</strong> <span class="parameter">variable</span><br />
|
||||||
Variable in which to store the selected folder.<br />
|
Variable in which to store the selected folder.<br />
|
||||||
<em>Default: $INSTDIR</em></p>
|
<em>Default: $INSTDIR</em></p>
|
||||||
|
<p><strong>MUI_DIRECTORYPAGE_VERIFYONLEAVE</strong><br />
|
||||||
|
Does not disable the Next button when a folder is invalid but allows you to use GetInstDirError in
|
||||||
|
the leave function to handle an invalid folder.</p>
|
||||||
</div>
|
</div>
|
||||||
|
<br />
|
||||||
<h3>Start Menu Folder Page Settings</h3>
|
<h3>Start Menu Folder Page Settings</h3>
|
||||||
<div>
|
<div>
|
||||||
<p>Put the code to write the shortcuts (using CreateShortcut) between the MUI_STARTMENU_WRITE_BEGIN
|
<p>Put the code to write the shortcuts (using CreateShortcut) between the MUI_STARTMENU_WRITE_BEGIN
|
||||||
|
@ -511,8 +503,12 @@ aborted.</p>
|
||||||
<div>
|
<div>
|
||||||
<p><strong>MUI_FINISHPAGE_TITLE</strong> <span class="parameter">title</span><br />
|
<p><strong>MUI_FINISHPAGE_TITLE</strong> <span class="parameter">title</span><br />
|
||||||
Title to display on the top of the page.</p>
|
Title to display on the top of the page.</p>
|
||||||
|
<p><strong>MUI_FINISHPAGE_TITLE_3LINES</strong><br />
|
||||||
|
Extra space for the title area.</p>
|
||||||
<p><strong>MUI_FINISHPAGE_TEXT</strong> <span class="parameter">text</span><br />
|
<p><strong>MUI_FINISHPAGE_TEXT</strong> <span class="parameter">text</span><br />
|
||||||
Text to display on the page. Use \r\n for a newline.</p>
|
Text to display on the page. Use \r\n for a newline.</p>
|
||||||
|
<p><strong>MUI_FINISHPAGE_TEXT_LARGE</strong><br />
|
||||||
|
Extra space for the text area (if using checkboxes).</p>
|
||||||
<p><strong>MUI_FINISHPAGE_BUTTON</strong> <span class="parameter">text</span><br />
|
<p><strong>MUI_FINISHPAGE_BUTTON</strong> <span class="parameter">text</span><br />
|
||||||
Text to display on the Finish button.</p>
|
Text to display on the Finish button.</p>
|
||||||
<p><strong>MUI_FINISHPAGE_TEXT_REBOOT</strong> <span class="parameter">text</span><br />
|
<p><strong>MUI_FINISHPAGE_TEXT_REBOOT</strong> <span class="parameter">text</span><br />
|
||||||
|
@ -828,69 +824,14 @@ inner dialog</li>
|
||||||
</div>
|
</div>
|
||||||
<h1>Version history</h1>
|
<h1>Version history</h1>
|
||||||
<ul>
|
<ul>
|
||||||
<li>1.67 - November 9, 2003
|
<li>1.68 - November 24, 2003
|
||||||
<ul>
|
<ul>
|
||||||
<li>Support for uninstaller Welcome/Finish pages</li>
|
<li>New settings for extra space for title and text on Welcome page and Finish page</li>
|
||||||
<li>Improved and changed text settings</li>
|
<li>Improved handling of verbose settings. Define MUI_VERBOSE the set the Modern UI verbose level
|
||||||
<li>ID for Start Menu Folder pages, easier to use multiple pages</li>
|
(1-4).</li>
|
||||||
<li>Renamed a few settings</li>
|
<li>Language file string for uninstaller reboot information</li>
|
||||||
<li>Default header image</li>
|
<li>Setting for folder validation in leave function</li>
|
||||||
<li>Support for uninstaller abort warning</li>
|
<li>Fixed finish page text settings for multiple pages</li>
|
||||||
<li>Setting for 3 line text on Welcome/Finish page</li>
|
|
||||||
<li>Langauge file backwards compatibility: English for missing strings</li>
|
|
||||||
<li>Support for different uninstaller header image</li>
|
|
||||||
<li>Language selection dialog not displayed if installer is silent</li>
|
|
||||||
<li>Cancel button on Finish page when there are options</li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<ul>
|
|
||||||
<li>1.66 - October 7, 2003
|
|
||||||
<ul>
|
|
||||||
<li>New system for page settings and custom pages</li>
|
|
||||||
<li>Support for uninstaller components page</li>
|
|
||||||
<li>Support for multiple pages of the same type</li>
|
|
||||||
<li>New possition for interface settings</li>
|
|
||||||
<li>Changed macro, setting names</li>
|
|
||||||
<li>Updated langauge system, new language files and settings</li>
|
|
||||||
<li>Removed MUI_PRODUCT and MUI VERSION. Use Name command now.</li>
|
|
||||||
<li>Removed MUI_BRANDINGTEXT. Use BrandingText command now.</li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<ul>
|
|
||||||
<li>1.65 - August 12, 2003
|
|
||||||
<ul>
|
|
||||||
<li>New page configuration system, no different system for installers with custom pages</li>
|
|
||||||
<li>Default windows color for the license text background</li>
|
|
||||||
<li>Example script updates (new format, user variables)</li>
|
|
||||||
<li>Improved registry storage for Start Menu folder</li>
|
|
||||||
<li>ReserveFile macro for StartMenu plug-in</li>
|
|
||||||
<li>Option to always show the language selection dialog (even if a language has been stored in the
|
|
||||||
registry)</li>
|
|
||||||
<li>Checkboxes on Finish page can be used to call a function</li>
|
|
||||||
<li>Support for custom leave functions for Start Menu Folder, Welcome and Finish pages</li>
|
|
||||||
<li>Support for a link on the Finish page</li>
|
|
||||||
<li>New macro to get Start Menu folder in uninstaller</li>
|
|
||||||
<li>Options to disable bitmap stretching</li>
|
|
||||||
<li>Components page description box info text: always displayed when mouse is outside box, disabled
|
|
||||||
style</li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<ul>
|
|
||||||
<li>1.64 - April 27, 2003
|
|
||||||
<ul>
|
|
||||||
<li>Support for license page with checkbox or radiobuttons to let the user accept the agreement or
|
|
||||||
not</li>
|
|
||||||
<li>Macros for finish headers don't have to be inserted anymore</li>
|
|
||||||
<li>Language preference stored when installation has completed, no problems anymore when the users
|
|
||||||
selects the wrong language</li>
|
|
||||||
<li>Header text for aborted installation</li>
|
|
||||||
<li>New macros: get language for uninstaller, delete shortcuts</li>
|
|
||||||
<li>Language specific fonts</li>
|
|
||||||
<li>Welcome/Finish page INI files can be modified in pre functions</li>
|
|
||||||
<li>More texts can be customized</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
;NSIS Modern User Interface version 1.67
|
;NSIS Modern User Interface version 1.68
|
||||||
;Macro System
|
;Macro System
|
||||||
;Written by Joost Verburg
|
;Written by Joost Verburg
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@
|
||||||
;License: License.txt
|
;License: License.txt
|
||||||
;Examples: Examples\Modern UI
|
;Examples: Examples\Modern UI
|
||||||
|
|
||||||
!echo "NSIS Modern User Interface version 1.67 - © 2002-2003 Joost Verburg"
|
!echo "NSIS Modern User Interface version 1.68 - © 2002-2003 Joost Verburg"
|
||||||
|
|
||||||
;--------------------------------
|
;--------------------------------
|
||||||
|
|
||||||
|
@ -108,9 +108,7 @@ Var MUI_TEMP2
|
||||||
!insertmacro MUI_DEFAULT MUI_INSTFILESPAGE_PROGRESSBAR "smooth"
|
!insertmacro MUI_DEFAULT MUI_INSTFILESPAGE_PROGRESSBAR "smooth"
|
||||||
!insertmacro MUI_DEFAULT MUI_BGCOLOR "FFFFFF"
|
!insertmacro MUI_DEFAULT MUI_BGCOLOR "FFFFFF"
|
||||||
!insertmacro MUI_DEFAULT MUI_WELCOMEFINISHPAGE_INI "${NSISDIR}\Contrib\Modern UI\ioSpecial.ini"
|
!insertmacro MUI_DEFAULT MUI_WELCOMEFINISHPAGE_INI "${NSISDIR}\Contrib\Modern UI\ioSpecial.ini"
|
||||||
!insertmacro MUI_DEFAULT MUI_WELCOMEFINISHPAGE_INI_3LINES "${NSISDIR}\Contrib\Modern UI\ioSpecial3.ini"
|
|
||||||
!insertmacro MUI_DEFAULT MUI_UNWELCOMEFINISHPAGE_INI "${NSISDIR}\Contrib\Modern UI\ioSpecial.ini"
|
!insertmacro MUI_DEFAULT MUI_UNWELCOMEFINISHPAGE_INI "${NSISDIR}\Contrib\Modern UI\ioSpecial.ini"
|
||||||
!insertmacro MUI_DEFAULT MUI_UNWELCOMEFINISHPAGE_INI_3LINES "${NSISDIR}\Contrib\Modern UI\ioSpecial3.ini"
|
|
||||||
!insertmacro MUI_DEFAULT MUI_WELCOMEFINISHPAGE_BITMAP "${NSISDIR}\Contrib\Graphics\Wizard\win.bmp"
|
!insertmacro MUI_DEFAULT MUI_WELCOMEFINISHPAGE_BITMAP "${NSISDIR}\Contrib\Graphics\Wizard\win.bmp"
|
||||||
!insertmacro MUI_DEFAULT MUI_UNWELCOMEFINISHPAGE_BITMAP "${NSISDIR}\Contrib\Graphics\Wizard\win.bmp"
|
!insertmacro MUI_DEFAULT MUI_UNWELCOMEFINISHPAGE_BITMAP "${NSISDIR}\Contrib\Graphics\Wizard\win.bmp"
|
||||||
|
|
||||||
|
@ -159,7 +157,10 @@ Var MUI_TEMP2
|
||||||
LicenseBkColor "${MUI_LICENSEPAGE_BGCOLOR}"
|
LicenseBkColor "${MUI_LICENSEPAGE_BGCOLOR}"
|
||||||
InstallColors ${MUI_INSTFILESPAGE_COLORS}
|
InstallColors ${MUI_INSTFILESPAGE_COLORS}
|
||||||
InstProgressFlags ${MUI_INSTFILESPAGE_PROGRESSBAR}
|
InstProgressFlags ${MUI_INSTFILESPAGE_PROGRESSBAR}
|
||||||
|
|
||||||
|
SubCaption 4 " "
|
||||||
|
UninstallSubCaption 2 " "
|
||||||
|
|
||||||
!insertmacro MUI_DEFAULT MUI_ABORTWARNING_TEXT "$(MUI_TEXT_ABORTWARNING)"
|
!insertmacro MUI_DEFAULT MUI_ABORTWARNING_TEXT "$(MUI_TEXT_ABORTWARNING)"
|
||||||
!insertmacro MUI_DEFAULT MUI_UNABORTWARNING_TEXT "$(MUI_UNTEXT_ABORTWARNING)"
|
!insertmacro MUI_DEFAULT MUI_UNABORTWARNING_TEXT "$(MUI_UNTEXT_ABORTWARNING)"
|
||||||
|
|
||||||
|
@ -358,12 +359,8 @@ Var MUI_TEMP2
|
||||||
!macro MUI_WELCOMEFINISHPAGE_INIT UNINSTALLER
|
!macro MUI_WELCOMEFINISHPAGE_INIT UNINSTALLER
|
||||||
|
|
||||||
!ifdef MUI_${UNINSTALLER}WELCOMEPAGE | MUI_${UNINSTALLER}FINISHPAGE
|
!ifdef MUI_${UNINSTALLER}WELCOMEPAGE | MUI_${UNINSTALLER}FINISHPAGE
|
||||||
|
|
||||||
!ifndef MUI_WELCOMEFINISHPAGE_3LINES
|
!insertmacro MUI_INSTALLOPTIONS_EXTRACT_AS "${MUI_${UNINSTALLER}WELCOMEFINISHPAGE_INI}" "ioSpecial.ini"
|
||||||
!insertmacro MUI_INSTALLOPTIONS_EXTRACT_AS "${MUI_${UNINSTALLER}WELCOMEFINISHPAGE_INI}" "ioSpecial.ini"
|
|
||||||
!else
|
|
||||||
!insertmacro MUI_INSTALLOPTIONS_EXTRACT_AS "${MUI_${UNINSTALLER}WELCOMEFINISHPAGE_INI_3LINES}" "ioSpecial.ini"
|
|
||||||
!endif
|
|
||||||
File "/oname=$PLUGINSDIR\modern-wizard.bmp" "${MUI_${UNINSTALLER}WELCOMEFINISHPAGE_BITMAP}"
|
File "/oname=$PLUGINSDIR\modern-wizard.bmp" "${MUI_${UNINSTALLER}WELCOMEFINISHPAGE_BITMAP}"
|
||||||
|
|
||||||
!insertmacro MUI_INSTALLOPTIONS_WRITE "ioSpecial.ini" "Field 1" "Text" "$PLUGINSDIR\modern-wizard.bmp"
|
!insertmacro MUI_INSTALLOPTIONS_WRITE "ioSpecial.ini" "Field 1" "Text" "$PLUGINSDIR\modern-wizard.bmp"
|
||||||
|
@ -676,6 +673,7 @@ Var MUI_TEMP2
|
||||||
!insertmacro MUI_FUNCTION_WELCOMEPAGE ${MUI_PAGE_UNINSTALLER_FUNCPREFIX}mui.WelcomePre_${MUI_UNIQUEID} ${MUI_PAGE_UNINSTALLER_FUNCPREFIX}mui.WelcomeLeave_${MUI_UNIQUEID}
|
!insertmacro MUI_FUNCTION_WELCOMEPAGE ${MUI_PAGE_UNINSTALLER_FUNCPREFIX}mui.WelcomePre_${MUI_UNIQUEID} ${MUI_PAGE_UNINSTALLER_FUNCPREFIX}mui.WelcomeLeave_${MUI_UNIQUEID}
|
||||||
|
|
||||||
!insertmacro MUI_UNSET MUI_WELCOMEPAGE_TITLE
|
!insertmacro MUI_UNSET MUI_WELCOMEPAGE_TITLE
|
||||||
|
!insertmacro MUI_UNSET MUI_WELCOMEPAGE_TITLE_3LINES
|
||||||
!insertmacro MUI_UNSET MUI_WELCOMEPAGE_TEXT
|
!insertmacro MUI_UNSET MUI_WELCOMEPAGE_TEXT
|
||||||
|
|
||||||
!verbose pop
|
!verbose pop
|
||||||
|
@ -805,6 +803,10 @@ Var MUI_TEMP2
|
||||||
!ifdef MUI_DIRECTORYPAGE_VARIABLE
|
!ifdef MUI_DIRECTORYPAGE_VARIABLE
|
||||||
DirVar "${MUI_DIRECTORYPAGE_VARIABLE}"
|
DirVar "${MUI_DIRECTORYPAGE_VARIABLE}"
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
|
!ifdef MUI_DIRECTORYPAGE_VERIFYONLEAVE
|
||||||
|
DirVerify leave
|
||||||
|
!endif
|
||||||
|
|
||||||
PageExEnd
|
PageExEnd
|
||||||
|
|
||||||
|
@ -813,6 +815,7 @@ Var MUI_TEMP2
|
||||||
!undef MUI_DIRECTORYPAGE_TEXT_TOP
|
!undef MUI_DIRECTORYPAGE_TEXT_TOP
|
||||||
!undef MUI_DIRECTORYPAGE_TEXT_DESTINATION
|
!undef MUI_DIRECTORYPAGE_TEXT_DESTINATION
|
||||||
!insertmacro MUI_UNSET MUI_DIRECTORYPAGE_VARIABLE
|
!insertmacro MUI_UNSET MUI_DIRECTORYPAGE_VARIABLE
|
||||||
|
!insertmacro MUI_UNSET MUI_DIRECTORYPAGE_VERIFYONLEAVE
|
||||||
|
|
||||||
!verbose pop
|
!verbose pop
|
||||||
|
|
||||||
|
@ -908,8 +911,8 @@ Var MUI_TEMP2
|
||||||
!insertmacro MUI_DEFAULT MUI_FINISHPAGE_TEXT "$(MUI_${MUI_PAGE_UNINSTALLER_PREFIX}TEXT_FINISH_INFO_TEXT)"
|
!insertmacro MUI_DEFAULT MUI_FINISHPAGE_TEXT "$(MUI_${MUI_PAGE_UNINSTALLER_PREFIX}TEXT_FINISH_INFO_TEXT)"
|
||||||
!insertmacro MUI_DEFAULT MUI_FINISHPAGE_BUTTON "$(MUI_BUTTONTEXT_FINISH)"
|
!insertmacro MUI_DEFAULT MUI_FINISHPAGE_BUTTON "$(MUI_BUTTONTEXT_FINISH)"
|
||||||
!insertmacro MUI_DEFAULT MUI_FINISHPAGE_TEXT_REBOOT "$(MUI_${MUI_PAGE_UNINSTALLER_PREFIX}TEXT_FINISH_INFO_REBOOT)"
|
!insertmacro MUI_DEFAULT MUI_FINISHPAGE_TEXT_REBOOT "$(MUI_${MUI_PAGE_UNINSTALLER_PREFIX}TEXT_FINISH_INFO_REBOOT)"
|
||||||
!insertmacro MUI_DEFAULT MUI_FINISHPAGE_TEXT_REBOOTNOW "$(MUI_${MUI_PAGE_UNINSTALLER_PREFIX}TEXT_FINISH_REBOOTNOW)"
|
!insertmacro MUI_DEFAULT MUI_FINISHPAGE_TEXT_REBOOTNOW "$(MUI_TEXT_FINISH_REBOOTNOW)"
|
||||||
!insertmacro MUI_DEFAULT MUI_FINISHPAGE_TEXT_REBOOTLATER "$(MUI_${MUI_PAGE_UNINSTALLER_PREFIX}TEXT_FINISH_REBOOTLATER)"
|
!insertmacro MUI_DEFAULT MUI_FINISHPAGE_TEXT_REBOOTLATER "$(MUI_TEXT_FINISH_REBOOTLATER)"
|
||||||
!insertmacro MUI_DEFAULT MUI_FINISHPAGE_RUN_TEXT "$(MUI_${MUI_PAGE_UNINSTALLER_PREFIX}TEXT_FINISH_RUN)"
|
!insertmacro MUI_DEFAULT MUI_FINISHPAGE_RUN_TEXT "$(MUI_${MUI_PAGE_UNINSTALLER_PREFIX}TEXT_FINISH_RUN)"
|
||||||
!insertmacro MUI_DEFAULT MUI_FINISHPAGE_SHOWREADME_TEXT "$(MUI_${MUI_PAGE_UNINSTALLER_PREFIX}TEXT_FINISH_SHOWREADME)"
|
!insertmacro MUI_DEFAULT MUI_FINISHPAGE_SHOWREADME_TEXT "$(MUI_${MUI_PAGE_UNINSTALLER_PREFIX}TEXT_FINISH_SHOWREADME)"
|
||||||
|
|
||||||
|
@ -942,11 +945,13 @@ Var MUI_TEMP2
|
||||||
!insertmacro MUI_FUNCTION_FINISHPAGE ${MUI_PAGE_UNINSTALLER_FUNCPREFIX}mui.FinishPre_${MUI_UNIQUEID} ${MUI_PAGE_UNINSTALLER_FUNCPREFIX}mui.FinishLeave_${MUI_UNIQUEID}
|
!insertmacro MUI_FUNCTION_FINISHPAGE ${MUI_PAGE_UNINSTALLER_FUNCPREFIX}mui.FinishPre_${MUI_UNIQUEID} ${MUI_PAGE_UNINSTALLER_FUNCPREFIX}mui.FinishLeave_${MUI_UNIQUEID}
|
||||||
|
|
||||||
!insertmacro MUI_UNSET MUI_FINISHPAGE_TITLE
|
!insertmacro MUI_UNSET MUI_FINISHPAGE_TITLE
|
||||||
|
!insertmacro MUI_UNSET MUI_FINISHPAGE_TITLE_3LINES
|
||||||
!insertmacro MUI_UNSET MUI_FINISHPAGE_TEXT
|
!insertmacro MUI_UNSET MUI_FINISHPAGE_TEXT
|
||||||
|
!insertmacro MUI_UNSET MUI_FINISHPAGE_TEXT_LARGE
|
||||||
!insertmacro MUI_UNSET MUI_FINISHPAGE_BUTTON
|
!insertmacro MUI_UNSET MUI_FINISHPAGE_BUTTON
|
||||||
!insertmacro MUI_UNSET MUI_FINISHPAGE_REBOOT
|
!insertmacro MUI_UNSET MUI_FINISHPAGE_TEXT_REBOOT
|
||||||
!insertmacro MUI_UNSET MUI_FINISHPAGE_REBOOTNOW
|
!insertmacro MUI_UNSET MUI_FINISHPAGE_TEXT_REBOOTNOW
|
||||||
!insertmacro MUI_UNSET MUI_FINISHPAGE_REBOOTLATER
|
!insertmacro MUI_UNSET MUI_FINISHPAGE_TEXT_REBOOTLATER
|
||||||
!insertmacro MUI_UNSET MUI_FINISHPAGE_RUN
|
!insertmacro MUI_UNSET MUI_FINISHPAGE_RUN
|
||||||
!insertmacro MUI_UNSET MUI_FINISHPAGE_RUN_TEXT
|
!insertmacro MUI_UNSET MUI_FINISHPAGE_RUN_TEXT
|
||||||
!insertmacro MUI_UNSET MUI_FINISHPAGE_RUN_PARAMETES
|
!insertmacro MUI_UNSET MUI_FINISHPAGE_RUN_PARAMETES
|
||||||
|
@ -1112,6 +1117,14 @@ Var MUI_TEMP2
|
||||||
|
|
||||||
!insertmacro MUI_INSTALLOPTIONS_WRITE "ioSpecial.ini" "Field 2" "Text" "${MUI_WELCOMEPAGE_TITLE}"
|
!insertmacro MUI_INSTALLOPTIONS_WRITE "ioSpecial.ini" "Field 2" "Text" "${MUI_WELCOMEPAGE_TITLE}"
|
||||||
|
|
||||||
|
!ifndef MUI_WELCOMEPAGE_TITLE_3LINES
|
||||||
|
!insertmacro MUI_INSTALLOPTIONS_WRITE "ioSpecial.ini" "Field 2" "Bottom" "38"
|
||||||
|
!insertmacro MUI_INSTALLOPTIONS_WRITE "ioSpecial.ini" "Field 3" "Top" "45"
|
||||||
|
!else
|
||||||
|
!insertmacro MUI_INSTALLOPTIONS_WRITE "ioSpecial.ini" "Field 2" "Bottom" "48"
|
||||||
|
!insertmacro MUI_INSTALLOPTIONS_WRITE "ioSpecial.ini" "Field 3" "Top" "55"
|
||||||
|
!endif
|
||||||
|
|
||||||
!insertmacro MUI_INSTALLOPTIONS_WRITE "ioSpecial.ini" "Field 3" "Bottom" "185"
|
!insertmacro MUI_INSTALLOPTIONS_WRITE "ioSpecial.ini" "Field 3" "Bottom" "185"
|
||||||
!insertmacro MUI_INSTALLOPTIONS_WRITE "ioSpecial.ini" "Field 3" "Text" "${MUI_WELCOMEPAGE_TEXT}"
|
!insertmacro MUI_INSTALLOPTIONS_WRITE "ioSpecial.ini" "Field 3" "Text" "${MUI_WELCOMEPAGE_TEXT}"
|
||||||
|
|
||||||
|
@ -1343,12 +1356,32 @@ Var MUI_TEMP2
|
||||||
!insertmacro MUI_INSTALLOPTIONS_WRITE "ioSpecial.ini" "Settings" "CancelEnabled" "1"
|
!insertmacro MUI_INSTALLOPTIONS_WRITE "ioSpecial.ini" "Settings" "CancelEnabled" "1"
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
|
!ifndef MUI_FINISHPAGE_TITLE_3LINES
|
||||||
|
!insertmacro MUI_INSTALLOPTIONS_WRITE "ioSpecial.ini" "Field 2" "Bottom" "38"
|
||||||
|
!insertmacro MUI_INSTALLOPTIONS_WRITE "ioSpecial.ini" "Field 3" "Top" "45"
|
||||||
|
!else
|
||||||
|
!insertmacro MUI_INSTALLOPTIONS_WRITE "ioSpecial.ini" "Field 2" "Bottom" "48"
|
||||||
|
!insertmacro MUI_INSTALLOPTIONS_WRITE "ioSpecial.ini" "Field 3" "Top" "55"
|
||||||
|
!endif
|
||||||
|
|
||||||
!insertmacro MUI_INSTALLOPTIONS_WRITE "ioSpecial.ini" "Field 2" "Text" "${MUI_FINISHPAGE_TITLE}"
|
!insertmacro MUI_INSTALLOPTIONS_WRITE "ioSpecial.ini" "Field 2" "Text" "${MUI_FINISHPAGE_TITLE}"
|
||||||
|
|
||||||
!ifndef MUI_${MUI_PAGE_UNINSTALLER_PREFIX}WELCOMEFINISHPAGE_3LINES
|
!ifdef MUI_FINISHPAGE_RUN | MUI_FINISHPAGE_SHOWREADME
|
||||||
!insertmacro MUI_INSTALLOPTIONS_WRITE "ioSpecial.ini" "Field 3" "Bottom" "85"
|
!ifndef MUI_FINISHPAGE_TITLE_3LINES
|
||||||
|
!ifndef MUI_FINISHPAGE_TEXT_LARGE
|
||||||
|
!insertmacro MUI_INSTALLOPTIONS_WRITE "ioSpecial.ini" "Field 3" "Bottom" "85"
|
||||||
|
!else
|
||||||
|
!insertmacro MUI_INSTALLOPTIONS_WRITE "ioSpecial.ini" "Field 3" "Bottom" "115"
|
||||||
|
!endif
|
||||||
|
!else
|
||||||
|
!ifndef MUI_FINISHPAGE_TEXT_LARGE
|
||||||
|
!insertmacro MUI_INSTALLOPTIONS_WRITE "ioSpecial.ini" "Field 3" "Bottom" "95"
|
||||||
|
!else
|
||||||
|
!insertmacro MUI_INSTALLOPTIONS_WRITE "ioSpecial.ini" "Field 3" "Bottom" "125"
|
||||||
|
!endif
|
||||||
|
!endif
|
||||||
!else
|
!else
|
||||||
!insertmacro MUI_INSTALLOPTIONS_WRITE "ioSpecial.ini" "Field 3" "Bottom" "95"
|
!insertmacro MUI_INSTALLOPTIONS_WRITE "ioSpecial.ini" "Field 3" "Bottom" "185"
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
!ifndef MUI_FINISHPAGE_NOREBOOTSUPPORT
|
!ifndef MUI_FINISHPAGE_NOREBOOTSUPPORT
|
||||||
|
@ -1363,19 +1396,29 @@ Var MUI_TEMP2
|
||||||
!insertmacro MUI_INSTALLOPTIONS_WRITE "ioSpecial.ini" "Field 4" "Text" "${MUI_FINISHPAGE_TEXT_REBOOTNOW}"
|
!insertmacro MUI_INSTALLOPTIONS_WRITE "ioSpecial.ini" "Field 4" "Text" "${MUI_FINISHPAGE_TEXT_REBOOTNOW}"
|
||||||
!insertmacro MUI_INSTALLOPTIONS_WRITE "ioSpecial.ini" "Field 4" "Left" "120"
|
!insertmacro MUI_INSTALLOPTIONS_WRITE "ioSpecial.ini" "Field 4" "Left" "120"
|
||||||
!insertmacro MUI_INSTALLOPTIONS_WRITE "ioSpecial.ini" "Field 4" "Right" "321"
|
!insertmacro MUI_INSTALLOPTIONS_WRITE "ioSpecial.ini" "Field 4" "Right" "321"
|
||||||
!ifndef MUI_${MUI_PAGE_UNINSTALLER_PREFIX}WELCOMEFINISHPAGE_3LINES
|
!ifndef MUI_FINISHPAGE_TITLE_3LINES
|
||||||
!insertmacro MUI_INSTALLOPTIONS_WRITE "ioSpecial.ini" "Field 4" "Top" "90"
|
!ifndef MUI_FINISHPAGE_TEXT_LARGE
|
||||||
!insertmacro MUI_INSTALLOPTIONS_WRITE "ioSpecial.ini" "Field 4" "Bottom" "100"
|
!insertmacro MUI_INSTALLOPTIONS_WRITE "ioSpecial.ini" "Field 4" "Top" "90"
|
||||||
|
!insertmacro MUI_INSTALLOPTIONS_WRITE "ioSpecial.ini" "Field 4" "Bottom" "100"
|
||||||
|
!else
|
||||||
|
!insertmacro MUI_INSTALLOPTIONS_WRITE "ioSpecial.ini" "Field 4" "Top" "120"
|
||||||
|
!insertmacro MUI_INSTALLOPTIONS_WRITE "ioSpecial.ini" "Field 4" "Bottom" "130"
|
||||||
|
!endif
|
||||||
!else
|
!else
|
||||||
!insertmacro MUI_INSTALLOPTIONS_WRITE "ioSpecial.ini" "Field 4" "Top" "100"
|
!ifndef MUI_FINISHPAGE_TEXT_LARGE
|
||||||
!insertmacro MUI_INSTALLOPTIONS_WRITE "ioSpecial.ini" "Field 4" "Bottom" "110"
|
!insertmacro MUI_INSTALLOPTIONS_WRITE "ioSpecial.ini" "Field 4" "Top" "100"
|
||||||
|
!insertmacro MUI_INSTALLOPTIONS_WRITE "ioSpecial.ini" "Field 4" "Bottom" "110"
|
||||||
|
!else
|
||||||
|
!insertmacro MUI_INSTALLOPTIONS_WRITE "ioSpecial.ini" "Field 4" "Top" "130"
|
||||||
|
!insertmacro MUI_INSTALLOPTIONS_WRITE "ioSpecial.ini" "Field 4" "Bottom" "140"
|
||||||
|
!endif
|
||||||
!endif
|
!endif
|
||||||
!insertmacro MUI_INSTALLOPTIONS_WRITE "ioSpecial.ini" "Field 4" "State" "1"
|
!insertmacro MUI_INSTALLOPTIONS_WRITE "ioSpecial.ini" "Field 4" "State" "1"
|
||||||
!insertmacro MUI_INSTALLOPTIONS_WRITE "ioSpecial.ini" "Field 5" "Type" "RadioButton"
|
!insertmacro MUI_INSTALLOPTIONS_WRITE "ioSpecial.ini" "Field 5" "Type" "RadioButton"
|
||||||
!insertmacro MUI_INSTALLOPTIONS_WRITE "ioSpecial.ini" "Field 5" "Text" "${MUI_FINISHPAGE_TEXT_REBOOTLATER}"
|
!insertmacro MUI_INSTALLOPTIONS_WRITE "ioSpecial.ini" "Field 5" "Text" "${MUI_FINISHPAGE_TEXT_REBOOTLATER}"
|
||||||
!insertmacro MUI_INSTALLOPTIONS_WRITE "ioSpecial.ini" "Field 5" "Left" "120"
|
!insertmacro MUI_INSTALLOPTIONS_WRITE "ioSpecial.ini" "Field 5" "Left" "120"
|
||||||
!insertmacro MUI_INSTALLOPTIONS_WRITE "ioSpecial.ini" "Field 5" "Right" "321"
|
!insertmacro MUI_INSTALLOPTIONS_WRITE "ioSpecial.ini" "Field 5" "Right" "321"
|
||||||
!ifndef MUI_${MUI_PAGE_UNINSTALLER_PREFIX}WELCOMEFINISHPAGE_3LINES
|
!ifndef MUI_FINISHPAGE_TITLE_3LINES
|
||||||
!insertmacro MUI_INSTALLOPTIONS_WRITE "ioSpecial.ini" "Field 5" "Top" "110"
|
!insertmacro MUI_INSTALLOPTIONS_WRITE "ioSpecial.ini" "Field 5" "Top" "110"
|
||||||
!insertmacro MUI_INSTALLOPTIONS_WRITE "ioSpecial.ini" "Field 5" "Bottom" "120"
|
!insertmacro MUI_INSTALLOPTIONS_WRITE "ioSpecial.ini" "Field 5" "Bottom" "120"
|
||||||
!else
|
!else
|
||||||
|
@ -1397,12 +1440,22 @@ Var MUI_TEMP2
|
||||||
!insertmacro MUI_INSTALLOPTIONS_WRITE "ioSpecial.ini" "Field 4" "Text" "${MUI_FINISHPAGE_RUN_TEXT}"
|
!insertmacro MUI_INSTALLOPTIONS_WRITE "ioSpecial.ini" "Field 4" "Text" "${MUI_FINISHPAGE_RUN_TEXT}"
|
||||||
!insertmacro MUI_INSTALLOPTIONS_WRITE "ioSpecial.ini" "Field 4" "Left" "120"
|
!insertmacro MUI_INSTALLOPTIONS_WRITE "ioSpecial.ini" "Field 4" "Left" "120"
|
||||||
!insertmacro MUI_INSTALLOPTIONS_WRITE "ioSpecial.ini" "Field 4" "Right" "315"
|
!insertmacro MUI_INSTALLOPTIONS_WRITE "ioSpecial.ini" "Field 4" "Right" "315"
|
||||||
!ifndef MUI_${MUI_PAGE_UNINSTALLER_PREFIX}WELCOMEFINISHPAGE_3LINES
|
!ifndef MUI_FINISHPAGE_TITLE_3LINES
|
||||||
!insertmacro MUI_INSTALLOPTIONS_WRITE "ioSpecial.ini" "Field 4" "Top" "90"
|
!ifndef MUI_FINISHPAGE_TEXT_LARGE
|
||||||
!insertmacro MUI_INSTALLOPTIONS_WRITE "ioSpecial.ini" "Field 4" "Bottom" "100"
|
!insertmacro MUI_INSTALLOPTIONS_WRITE "ioSpecial.ini" "Field 4" "Top" "90"
|
||||||
|
!insertmacro MUI_INSTALLOPTIONS_WRITE "ioSpecial.ini" "Field 4" "Bottom" "100"
|
||||||
|
!else
|
||||||
|
!insertmacro MUI_INSTALLOPTIONS_WRITE "ioSpecial.ini" "Field 4" "Top" "120"
|
||||||
|
!insertmacro MUI_INSTALLOPTIONS_WRITE "ioSpecial.ini" "Field 4" "Bottom" "130"
|
||||||
|
!endif
|
||||||
!else
|
!else
|
||||||
!insertmacro MUI_INSTALLOPTIONS_WRITE "ioSpecial.ini" "Field 4" "Top" "100"
|
!ifndef MUI_FINISHPAGE_TEXT_LARGE
|
||||||
!insertmacro MUI_INSTALLOPTIONS_WRITE "ioSpecial.ini" "Field 4" "Bottom" "110"
|
!insertmacro MUI_INSTALLOPTIONS_WRITE "ioSpecial.ini" "Field 4" "Top" "100"
|
||||||
|
!insertmacro MUI_INSTALLOPTIONS_WRITE "ioSpecial.ini" "Field 4" "Bottom" "110"
|
||||||
|
!else
|
||||||
|
!insertmacro MUI_INSTALLOPTIONS_WRITE "ioSpecial.ini" "Field 4" "Top" "130"
|
||||||
|
!insertmacro MUI_INSTALLOPTIONS_WRITE "ioSpecial.ini" "Field 4" "Bottom" "140"
|
||||||
|
!endif
|
||||||
!endif
|
!endif
|
||||||
!ifndef MUI_FINISHPAGE_RUN_NOTCHECKED
|
!ifndef MUI_FINISHPAGE_RUN_NOTCHECKED
|
||||||
!insertmacro MUI_INSTALLOPTIONS_WRITE "ioSpecial.ini" "Field 4" "State" "1"
|
!insertmacro MUI_INSTALLOPTIONS_WRITE "ioSpecial.ini" "Field 4" "State" "1"
|
||||||
|
@ -1418,22 +1471,42 @@ Var MUI_TEMP2
|
||||||
|
|
||||||
!ifndef MUI_FINISHPAGE_RUN
|
!ifndef MUI_FINISHPAGE_RUN
|
||||||
!define MUI_FINISHPAGE_CURFIELD_NO 4
|
!define MUI_FINISHPAGE_CURFIELD_NO 4
|
||||||
!ifndef MUI_${MUI_PAGE_UNINSTALLER_PREFIX}WELCOMEFINISHPAGE_3LINES
|
!ifndef MUI_FINISHPAGE_TITLE_3LINES
|
||||||
!define MUI_FINISHPAGE_CURFIELD_TOP 90
|
!ifndef MUI_FINISHPAGE_TEXT_LARGE
|
||||||
!define MUI_FINISHPAGE_CURFIELD_BOTTOM 100
|
!define MUI_FINISHPAGE_CURFIELD_TOP 90
|
||||||
|
!define MUI_FINISHPAGE_CURFIELD_BOTTOM 100
|
||||||
|
!else
|
||||||
|
!define MUI_FINISHPAGE_CURFIELD_TOP 120
|
||||||
|
!define MUI_FINISHPAGE_CURFIELD_BOTTOM 130
|
||||||
|
!endif
|
||||||
!else
|
!else
|
||||||
!define MUI_FINISHPAGE_CURFIELD_TOP 100
|
!ifndef MUI_FINISHPAGE_TEXT_LARGE
|
||||||
!define MUI_FINISHPAGE_CURFIELD_BOTTOM 110
|
!define MUI_FINISHPAGE_CURFIELD_TOP 100
|
||||||
|
!define MUI_FINISHPAGE_CURFIELD_BOTTOM 110
|
||||||
|
!else
|
||||||
|
!define MUI_FINISHPAGE_CURFIELD_TOP 130
|
||||||
|
!define MUI_FINISHPAGE_CURFIELD_BOTTOM 140
|
||||||
|
!endif
|
||||||
!endif
|
!endif
|
||||||
!else
|
!else
|
||||||
!define MUI_FINISHPAGE_CURFIELD_NO 5
|
!define MUI_FINISHPAGE_CURFIELD_NO 5
|
||||||
!ifndef MUI_${MUI_PAGE_UNINSTALLER_PREFIX}WELCOMEFINISHPAGE_3LINES
|
!ifndef MUI_FINISHPAGE_TITLE_3LINES
|
||||||
!define MUI_FINISHPAGE_CURFIELD_TOP 110
|
!ifndef MUI_FINISHPAGE_TEXT_LARGE
|
||||||
!define MUI_FINISHPAGE_CURFIELD_BOTTOM 120
|
!define MUI_FINISHPAGE_CURFIELD_TOP 110
|
||||||
|
!define MUI_FINISHPAGE_CURFIELD_BOTTOM 120
|
||||||
|
!else
|
||||||
|
!define MUI_FINISHPAGE_CURFIELD_TOP 140
|
||||||
|
!define MUI_FINISHPAGE_CURFIELD_BOTTOM 150
|
||||||
|
!endif
|
||||||
!else
|
!else
|
||||||
!define MUI_FINISHPAGE_CURFIELD_TOP 120
|
!ifndef MUI_FINISHPAGE_TEXT_LARGE
|
||||||
!define MUI_FINISHPAGE_CURFIELD_BOTTOM 130
|
!define MUI_FINISHPAGE_CURFIELD_TOP 120
|
||||||
!endif
|
!define MUI_FINISHPAGE_CURFIELD_BOTTOM 130
|
||||||
|
!else
|
||||||
|
!define MUI_FINISHPAGE_CURFIELD_TOP 150
|
||||||
|
!define MUI_FINISHPAGE_CURFIELD_BOTTOM 160
|
||||||
|
!endif
|
||||||
|
!endif
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
!insertmacro MUI_INSTALLOPTIONS_WRITE "ioSpecial.ini" "Field ${MUI_FINISHPAGE_CURFIELD_NO}" "Type" "CheckBox"
|
!insertmacro MUI_INSTALLOPTIONS_WRITE "ioSpecial.ini" "Field ${MUI_FINISHPAGE_CURFIELD_NO}" "Type" "CheckBox"
|
||||||
|
@ -2121,6 +2194,7 @@ Var MUI_TEMP2
|
||||||
|
|
||||||
!insertmacro MUI_LANGUAGEFILE_UNLANGSTRING_PAGE FINISH "MUI_UNTEXT_FINISH_INFO_TITLE"
|
!insertmacro MUI_LANGUAGEFILE_UNLANGSTRING_PAGE FINISH "MUI_UNTEXT_FINISH_INFO_TITLE"
|
||||||
!insertmacro MUI_LANGUAGEFILE_UNLANGSTRING_PAGE FINISH "MUI_UNTEXT_FINISH_INFO_TEXT"
|
!insertmacro MUI_LANGUAGEFILE_UNLANGSTRING_PAGE FINISH "MUI_UNTEXT_FINISH_INFO_TEXT"
|
||||||
|
!insertmacro MUI_LANGUAGEFILE_UNLANGSTRING_PAGE FINISH "MUI_UNTEXT_FINISH_INFO_REBOOT"
|
||||||
|
|
||||||
!ifdef MUI_UNABORTWARNING
|
!ifdef MUI_UNABORTWARNING
|
||||||
!insertmacro MUI_LANGUAGEFILE_LANGSTRING "MUI_UNTEXT_ABORTWARNING"
|
!insertmacro MUI_LANGUAGEFILE_LANGSTRING "MUI_UNTEXT_ABORTWARNING"
|
||||||
|
|
|
@ -13,10 +13,7 @@ Type=label
|
||||||
Left=120
|
Left=120
|
||||||
Right=315
|
Right=315
|
||||||
Top=10
|
Top=10
|
||||||
Bottom=37
|
|
||||||
[Field 3]
|
[Field 3]
|
||||||
Type=label
|
Type=label
|
||||||
Left=120
|
Left=120
|
||||||
Right=315
|
Right=315
|
||||||
Top=45
|
|
||||||
Bottom=185
|
|
|
@ -1,4 +1,4 @@
|
||||||
;NSIS Modern User Interface version 1.67
|
;NSIS Modern User Interface version 1.68
|
||||||
;Basic Example Script
|
;Basic Example Script
|
||||||
;Written by Joost Verburg
|
;Written by Joost Verburg
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@
|
||||||
;Configuration
|
;Configuration
|
||||||
|
|
||||||
;General
|
;General
|
||||||
Name "Modern UI Test 1.67"
|
Name "Modern UI Test 1.68"
|
||||||
OutFile "Basic.exe"
|
OutFile "Basic.exe"
|
||||||
|
|
||||||
;Folder selection page
|
;Folder selection page
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
;NSIS Modern User Interface version 1.67
|
;NSIS Modern User Interface version 1.68
|
||||||
;Header Bitmap Example Script
|
;Header Bitmap Example Script
|
||||||
;Written by Joost Verburg
|
;Written by Joost Verburg
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@
|
||||||
;Configuration
|
;Configuration
|
||||||
|
|
||||||
;General
|
;General
|
||||||
Name "Modern UI Test 1.67"
|
Name "Modern UI Test 1.68"
|
||||||
OutFile "HeaderBitmap.exe"
|
OutFile "HeaderBitmap.exe"
|
||||||
|
|
||||||
;Folder selection page
|
;Folder selection page
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
;NSIS Modern User Interface version 1.67
|
;NSIS Modern User Interface version 1.68
|
||||||
;InstallOptions Example Script
|
;InstallOptions Example Script
|
||||||
;Written by Joost Verburg
|
;Written by Joost Verburg
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@
|
||||||
;Configuration
|
;Configuration
|
||||||
|
|
||||||
;General
|
;General
|
||||||
Name "Modern UI Test 1.67"
|
Name "Modern UI Test 1.68"
|
||||||
OutFile "InstallOptions.exe"
|
OutFile "InstallOptions.exe"
|
||||||
|
|
||||||
;Folder selection page
|
;Folder selection page
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
;NSIS Modern User Interface version 1.67
|
;NSIS Modern User Interface version 1.68
|
||||||
;Multilingual Example Script
|
;Multilingual Example Script
|
||||||
;Written by Joost Verburg
|
;Written by Joost Verburg
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@
|
||||||
;Configuration
|
;Configuration
|
||||||
|
|
||||||
;General
|
;General
|
||||||
Name "Modern UI Test 1.67"
|
Name "Modern UI Test 1.68"
|
||||||
OutFile "MultiLanguage.exe"
|
OutFile "MultiLanguage.exe"
|
||||||
|
|
||||||
;Folder selection page
|
;Folder selection page
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
;NSIS Modern User Interface version 1.67
|
;NSIS Modern User Interface version 1.68
|
||||||
;Start Menu Folder Selection Example Script
|
;Start Menu Folder Selection Example Script
|
||||||
;Written by Joost Verburg
|
;Written by Joost Verburg
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@
|
||||||
;Configuration
|
;Configuration
|
||||||
|
|
||||||
;General
|
;General
|
||||||
Name "Modern UI Test 1.67"
|
Name "Modern UI Test 1.68"
|
||||||
OutFile "StartMenu.exe"
|
OutFile "StartMenu.exe"
|
||||||
|
|
||||||
;Folder selection page
|
;Folder selection page
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
;NSIS Modern User Interface version 1.67
|
;NSIS Modern User Interface version 1.68
|
||||||
;Welcome/Finish Page Example Script
|
;Welcome/Finish Page Example Script
|
||||||
;Written by Joost Verburg
|
;Written by Joost Verburg
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@
|
||||||
;Configuration
|
;Configuration
|
||||||
|
|
||||||
;General
|
;General
|
||||||
Name "Modern UI Test 1.67"
|
Name "Modern UI Test 1.68"
|
||||||
OutFile "WelcomeFinish.exe"
|
OutFile "WelcomeFinish.exe"
|
||||||
|
|
||||||
;Folder selection page
|
;Folder selection page
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
!define VER_MAJOR 2
|
!define VER_MAJOR 2
|
||||||
!define VER_MINOR 0
|
!define VER_MINOR 0
|
||||||
!define VER_REVISION 0
|
!define VER_REVISION 0
|
||||||
!define VER_BUILD 12
|
!define VER_BUILD 13
|
||||||
|
|
||||||
!define VER_FILE "20b5"
|
!define VER_FILE "20b5"
|
||||||
!define VER_DISPLAY "2.0 beta 5 (CVS)"
|
!define VER_DISPLAY "2.0 beta 5 (CVS)"
|
||||||
|
@ -273,7 +273,6 @@ SubSection "Extra User Interfaces" SecContribUIs
|
||||||
File "..\Contrib\Modern UI\Screenshot2.png"
|
File "..\Contrib\Modern UI\Screenshot2.png"
|
||||||
File "..\Contrib\Modern UI\License.txt"
|
File "..\Contrib\Modern UI\License.txt"
|
||||||
File "..\Contrib\Modern UI\ioSpecial.ini"
|
File "..\Contrib\Modern UI\ioSpecial.ini"
|
||||||
File "..\Contrib\Modern UI\ioSpecial3.ini"
|
|
||||||
|
|
||||||
SetOutPath $INSTDIR\Contrib\UIs
|
SetOutPath $INSTDIR\Contrib\UIs
|
||||||
File "..\Contrib\UIs\modern.exe"
|
File "..\Contrib\UIs\modern.exe"
|
||||||
|
@ -283,6 +282,7 @@ SubSection "Extra User Interfaces" SecContribUIs
|
||||||
File "..\Contrib\UIs\modern_smalldesc.exe"
|
File "..\Contrib\UIs\modern_smalldesc.exe"
|
||||||
|
|
||||||
Delete "$INSTDIR\Contrib\Modern UI\Readme.jpg"
|
Delete "$INSTDIR\Contrib\Modern UI\Readme.jpg"
|
||||||
|
Delete "$INSTDIR\Contrib\Modern UI\ioSpecial3.ini"
|
||||||
Delete "$INSTDIR\Contrib\UIs\modern2.exe"
|
Delete "$INSTDIR\Contrib\UIs\modern2.exe"
|
||||||
Delete "$INSTDIR\Contrib\UIs\modern3.exe"
|
Delete "$INSTDIR\Contrib\UIs\modern3.exe"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue