Skip to content
This repository has been archived by the owner on May 27, 2022. It is now read-only.

Commit

Permalink
Fixes typo + 2018
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperPat45 committed Jan 27, 2018
1 parent c823384 commit 9ba5f8d
Show file tree
Hide file tree
Showing 17 changed files with 56 additions and 56 deletions.
2 changes: 1 addition & 1 deletion Contrib/UltraModernUI/Language files/English.nsh
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
!ifdef UMUI_ADDITIONALTASKSPAGE | UMUI_UNADDITIONALTASKSPAGE
${LangFileString} UMUI_TEXT_ADDITIONALTASKS_TITLE "Additional Tasks"
${LangFileString} UMUI_TEXT_ADDITIONALTASKS_SUBTITLE "Which are the additional tasks which must be carried out?"
${LangFileString} UMUI_TEXT_ADDITIONALTASKS_ADDITIONAL_ICONS "Additionnal Icons:"
${LangFileString} UMUI_TEXT_ADDITIONALTASKS_ADDITIONAL_ICONS "Additional Icons:"
${LangFileString} UMUI_TEXT_ADDITIONALTASKS_CREATE_DESKTOP_ICON "Create a desktop icon"
${LangFileString} UMUI_TEXT_ADDITIONALTASKS_CREATE_QUICK_LAUNCH_ICON "Create a Quick Launch icon"
${LangFileString} UMUI_TEXT_ADDITIONALTASKS_ADVANCED_PARAMETERS "Advanced parameters:"
Expand Down
44 changes: 22 additions & 22 deletions Contrib/UltraModernUI/UMUI.nsh
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
/*
NSIS UltraModern User Interface version 2.0 beta 3
Copyright 2005-2017 SuperPat
NSIS UltraModern User Interface version 2.0 beta 4
Copyright 2005-2018 SuperPat
Based on:
NSIS Modern User Interface version 1.8 (Git version: d20b99c082a99304a542c2fa6cf4abd381ca263a)
Copyright 2002-2017 Joost Verburg
Copyright 2002-2018 Joost Verburg
*/

!ifndef MUI_INCLUDED
!echo "NSIS Ultra-Modern User Interface version 2.0 beta 3 - Copyright 2005-2017 SuperPat"
!echo "NSIS Ultra-Modern User Interface version 2.0 beta 4 - Copyright 2005-2018 SuperPat"
!echo " (Bugfixes and some additions: 2015-2016 - Bodenseematze)"
!echo "Based on: NSIS Modern User Interface version 1.8 - Copyright 2002-2017 Joost Verburg"
!echo "Based on: NSIS Modern User Interface version 1.8 - Copyright 2002-2018 Joost Verburg"

;--------------------------------
!verbose push 3
Expand All @@ -21,7 +21,7 @@ Based on:

!define MUI_INCLUDED

!define UMUI_SYSVERSION "2.0 beta 3"
!define UMUI_SYSVERSION "2.0 beta 4"
!define MUI_SYSVERSION "1.8"

;--------------------------------
Expand Down Expand Up @@ -4255,9 +4255,9 @@ Var UMUI_INSTALLFLAG ; Contains a OR of all the flags define here
!macro MUI_FUNCTION_FINISHPAGE PRE LEAVE

!ifndef UMUI_WELCOMEFINISHABORTPAGE_USE_IMAGE
!define UMUI_INTERNAL_FNUMFIELDS_3ADDITIONNALCONTROLS 5
!define UMUI_INTERNAL_FNUMFIELDS_2ADDITIONNALCONTROLS 4
!define UMUI_INTERNAL_FNUMFIELDS_1ADDITIONNALCONTROLS 3
!define UMUI_INTERNAL_FNUMFIELDS_3ADDITIONALCONTROLS 5
!define UMUI_INTERNAL_FNUMFIELDS_2ADDITIONALCONTROLS 4
!define UMUI_INTERNAL_FNUMFIELDS_1ADDITIONALCONTROLS 3
!define UMUI_INTERNAL_FIELDTITLE 1
!define UMUI_INTERNAL_FIELDTEXT 2
!define UMUI_INTERNAL_FIELDTHIRD 3
Expand All @@ -4271,9 +4271,9 @@ Var UMUI_INSTALLFLAG ; Contains a OR of all the flags define here
!define UMUI_INTERNAL_FPOSLINKLEFT 22
!define UMUI_INTERNAL_FOPTIONCHECKLEFT 26
!else
!define UMUI_INTERNAL_FNUMFIELDS_3ADDITIONNALCONTROLS 6
!define UMUI_INTERNAL_FNUMFIELDS_2ADDITIONNALCONTROLS 5
!define UMUI_INTERNAL_FNUMFIELDS_1ADDITIONNALCONTROLS 4
!define UMUI_INTERNAL_FNUMFIELDS_3ADDITIONALCONTROLS 6
!define UMUI_INTERNAL_FNUMFIELDS_2ADDITIONALCONTROLS 5
!define UMUI_INTERNAL_FNUMFIELDS_1ADDITIONALCONTROLS 4
!define UMUI_INTERNAL_FIELDTITLE 2
!define UMUI_INTERNAL_FIELDTEXT 3
!define UMUI_INTERNAL_FIELDTHIRD 4
Expand Down Expand Up @@ -4375,7 +4375,7 @@ Var UMUI_INSTALLFLAG ; Contains a OR of all the flags define here

!insertmacro MUI_INSTALLOPTIONS_WRITE_DEFAULTCONVERT "ioSpecial.ini" "Field ${UMUI_INTERNAL_FIELDTEXT}" "Text" "MUI_FINISHPAGE_TEXT_REBOOT"

!insertmacro INSTALLOPTIONS_WRITE "ioSpecial.ini" "Settings" "Numfields" "${UMUI_INTERNAL_FNUMFIELDS_2ADDITIONNALCONTROLS}"
!insertmacro INSTALLOPTIONS_WRITE "ioSpecial.ini" "Settings" "Numfields" "${UMUI_INTERNAL_FNUMFIELDS_2ADDITIONALCONTROLS}"

!insertmacro INSTALLOPTIONS_WRITE "ioSpecial.ini" "Field ${UMUI_INTERNAL_FIELDTHIRD}" "Type" "RadioButton"
!insertmacro MUI_INSTALLOPTIONS_WRITE_DEFAULTCONVERT "ioSpecial.ini" "Field ${UMUI_INTERNAL_FIELDTHIRD}" "Text" "MUI_FINISHPAGE_TEXT_REBOOTNOW"
Expand Down Expand Up @@ -4594,15 +4594,15 @@ Var UMUI_INSTALLFLAG ; Contains a OR of all the flags define here


!ifdef MUI_FINISHPAGE_RUN & MUI_FINISHPAGE_SHOWREADME & MUI_FINISHPAGE_LINK
!insertmacro INSTALLOPTIONS_WRITE "ioSpecial.ini" "Settings" "Numfields" "${UMUI_INTERNAL_FNUMFIELDS_3ADDITIONNALCONTROLS}"
!insertmacro INSTALLOPTIONS_WRITE "ioSpecial.ini" "Settings" "Numfields" "${UMUI_INTERNAL_FNUMFIELDS_3ADDITIONALCONTROLS}"
!else ifdef MUI_FINISHPAGE_RUN & MUI_FINISHPAGE_SHOWREADME
!insertmacro INSTALLOPTIONS_WRITE "ioSpecial.ini" "Settings" "Numfields" "${UMUI_INTERNAL_FNUMFIELDS_2ADDITIONNALCONTROLS}"
!insertmacro INSTALLOPTIONS_WRITE "ioSpecial.ini" "Settings" "Numfields" "${UMUI_INTERNAL_FNUMFIELDS_2ADDITIONALCONTROLS}"
!else ifdef MUI_FINISHPAGE_RUN & MUI_FINISHPAGE_LINK
!insertmacro INSTALLOPTIONS_WRITE "ioSpecial.ini" "Settings" "Numfields" "${UMUI_INTERNAL_FNUMFIELDS_2ADDITIONNALCONTROLS}"
!insertmacro INSTALLOPTIONS_WRITE "ioSpecial.ini" "Settings" "Numfields" "${UMUI_INTERNAL_FNUMFIELDS_2ADDITIONALCONTROLS}"
!else ifdef MUI_FINISHPAGE_SHOWREADME & MUI_FINISHPAGE_LINK
!insertmacro INSTALLOPTIONS_WRITE "ioSpecial.ini" "Settings" "Numfields" "${UMUI_INTERNAL_FNUMFIELDS_2ADDITIONNALCONTROLS}"
!insertmacro INSTALLOPTIONS_WRITE "ioSpecial.ini" "Settings" "Numfields" "${UMUI_INTERNAL_FNUMFIELDS_2ADDITIONALCONTROLS}"
!else ifdef MUI_FINISHPAGE_RUN | MUI_FINISHPAGE_SHOWREADME | MUI_FINISHPAGE_LINK
!insertmacro INSTALLOPTIONS_WRITE "ioSpecial.ini" "Settings" "Numfields" "${UMUI_INTERNAL_FNUMFIELDS_1ADDITIONNALCONTROLS}"
!insertmacro INSTALLOPTIONS_WRITE "ioSpecial.ini" "Settings" "Numfields" "${UMUI_INTERNAL_FNUMFIELDS_1ADDITIONALCONTROLS}"
!endif


Expand Down Expand Up @@ -4831,9 +4831,9 @@ Var UMUI_INSTALLFLAG ; Contains a OR of all the flags define here

FunctionEnd

!undef UMUI_INTERNAL_FNUMFIELDS_3ADDITIONNALCONTROLS
!undef UMUI_INTERNAL_FNUMFIELDS_2ADDITIONNALCONTROLS
!undef UMUI_INTERNAL_FNUMFIELDS_1ADDITIONNALCONTROLS
!undef UMUI_INTERNAL_FNUMFIELDS_3ADDITIONALCONTROLS
!undef UMUI_INTERNAL_FNUMFIELDS_2ADDITIONALCONTROLS
!undef UMUI_INTERNAL_FNUMFIELDS_1ADDITIONALCONTROLS
!undef UMUI_INTERNAL_FIELDTITLE
!undef UMUI_INTERNAL_FIELDTEXT
!undef UMUI_INTERNAL_FIELDTHIRD
Expand Down Expand Up @@ -9194,7 +9194,7 @@ Var UMUI_INSTALLFLAG ; Contains a OR of all the flags define here
!macroend


; Additionnal Installoptions functions
; Additional Installoptions functions
; ------------------------------------

!macro UMUI_INSTALLOPTIONSEX_SETFOCUS HWND
Expand Down
4 changes: 2 additions & 2 deletions CreateZipUMUI.bat
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@echo off
@echo Creating UltraModernUI zip archive

del /Q UltraModernUI_2.0b3.zip
del /Q UltraModernUI_2.0b4.zip
rmdir /S /Q temp

mkdir temp
Expand Down Expand Up @@ -113,7 +113,7 @@ rem mkdir "temp\Include\"
copy Contrib\nsArray\*.* temp\Contrib\nsArray

cd temp
"C:\Program Files\7-Zip\7z.exe" a -tzip -mx9 ..\UltraModernUI_2.0b3.zip *
"C:\Program Files\7-Zip\7z.exe" a -tzip -mx9 ..\UltraModernUI_2.0b4.zip *
cd ..

rmdir /S /Q temp
Expand Down
10 changes: 5 additions & 5 deletions Docs/InstallOptionsEx/License.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Original IO version Copyright � 2001 Michael Bishop
IO DLL version 1 Copyright � 2001-2002 Nullsoft, Inc., ORTIM
IO DLL version 2 Copyright � 2003-2009 Amir Szekely, Joost Verburg, Dave Laundon
IOEx DLL (changed from original IO 2) Copyright � 2004-2005 Diego Pedroso
IOEx DLL (starting at v.2.4.5) Copyright � 2006-2017 SuperPat
Original IO version Copyright � 2001 Michael Bishop
IO DLL version 1 Copyright � 2001-2002 Nullsoft, Inc., ORTIM
IO DLL version 2 Copyright � 2003-2009 Amir Szekely, Joost Verburg, Dave Laundon
IOEx DLL (changed from original IO 2) Copyright � 2004-2005 Diego Pedroso
IOEx DLL (starting at v.2.4.5) Copyright � 2006-2018 SuperPat

This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
Expand Down
2 changes: 1 addition & 1 deletion Docs/InstallOptionsEx/Readme.html
Original file line number Diff line number Diff line change
Expand Up @@ -5669,7 +5669,7 @@ <h2 class=mm><i>2.4.5 beta 3</i></h2>
IO DLL version 1 Copyright &copy; 2001-2002 Nullsoft, Inc., ORTIM
IO DLL version 2 Copyright &copy; 2003-2009 Amir Szekely, Joost Verburg, Dave Laundon
IOEx DLL (changed from original IO 2) Copyright &copy; 2004-2005 Diego Pedroso
IOEx DLL (starting at v.2.4.5) Copyright &copy; 2006-2017 SuperPat
IOEx DLL (starting at v.2.4.5) Copyright &copy; 2006-2018 SuperPat

This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
Expand Down
4 changes: 2 additions & 2 deletions Docs/SkinnedControls/Readme.html
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ <h1>License</h1>
<h2><img class="trigger" title="Open/Close section" alt="[+]" id="trigger_lic" src="images/closed.gif" onclick="toggle('trigger_lic', 'toggle_lic');"/> License Terms</h2>
<div class="toggle" id="toggle_lic">

<pre>Copyright &copy; 2005-2017 SuperPat</pre>
<pre>Copyright &copy; 2005-2018 SuperPat</pre>

<pre>Based on <a target="_blank" href="http://nsis.sourceforge.net/Wansis_plug-in">wansis</a>, a Plug-in written by Saivert that skins NSIS like Winamp
and use the wa_dlg.h courtesy of Nullsoft, Inc.
Expand Down Expand Up @@ -394,7 +394,7 @@ <h2><img class="trigger" title="Open/Close section" alt="[+]" id="trigger_lic" s

</div>

<div class="footer">&copy; 2005-2017 SuperPat</div>
<div class="footer">&copy; 2005-2018 SuperPat</div>

</div>

Expand Down
2 changes: 1 addition & 1 deletion Docs/SkinnedControls/license.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright � 2005-2017 SuperPat
Copyright � 2005-2018 SuperPat

Based on wansis, a Plug-in written by Saivert that skins NSIS like Winamp
and use the wa_dlg.h courtesy of Nullsoft, Inc.
Expand Down
2 changes: 1 addition & 1 deletion Docs/UltraModernUI/License.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright � 2005-2017 SuperPat
Copyright � 2005-2018 SuperPat

UltraModernUI is based on the ModernUI of Joost Verburg and inspired of the ExperienceUI of dandaman32

Expand Down
4 changes: 2 additions & 2 deletions Docs/UltraModernUI/ReadMe.rtf
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ ttp://schemas.microsoft.com/office/word/2003/wordml}}\paperw12240\paperh15840\ma
the tool that allows programmers to create such installers for Windows. UltraModernUI and NSIS are released under an open source license.
\par
\par \hich\af0\dbch\af31505\loch\f0 The }{\rtlch\fcs1 \af0\afs20 \ltrch\fcs0 \fs20\lang1033\langfe255\langnp1033\insrsid6518900\charrsid924724 \hich\af0\dbch\af31505\loch\f0 Ultra-Modern}{\rtlch\fcs1 \af0\afs20 \ltrch\fcs0
\fs20\lang1033\langfe255\langnp1033\insrsid11944112\charrsid924724 \hich\af0\dbch\af31505\loch\f0 User Interface also features new pages (Confirm, Abort, AlternativeStartMenu, AdditionnalTasks, Info\hich\af0\dbch\af31505\loch\f0
rmation, Maintenance, Update, StupType, Serial Number...).
\fs20\lang1033\langfe255\langnp1033\insrsid11944112\charrsid924724 \hich\af0\dbch\af31505\loch\f0 User Interface also features new pages (Confirm, Abort, AlternativeStartMenu, AdditionalTasks, Info\hich\af0\dbch\af31505\loch\f0
rmation, Maintenance, Update, SetupType, Serial Number...).
\par
\par \hich\af0\dbch\af31505\loch\f0 UltraModernUI include also ModernUIEx. ModernUIEx is the same User Interface as the original Modern UI style but with the support of the new Ultra}{\rtlch\fcs1 \af0\afs20 \ltrch\fcs0
\fs20\lang1033\langfe255\langnp1033\insrsid2833028 -}{\rtlch\fcs1 \af0\afs20 \ltrch\fcs0 \fs20\lang1033\langfe255\langnp1033\insrsid11944112\charrsid924724 \hich\af0\dbch\af31505\loch\f0 Modern pages.
Expand Down
2 changes: 1 addition & 1 deletion Docs/UltraModernUI/ReadMe.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

The Ultra-Modern User Interface is a new interface with a style like the most recent installers for NSIS 3 (Nullsoft Scriptable Install System), the tool that allows programmers to create such installers for Windows. UltraModernUI and NSIS are released under an open source license.

The Ultra-Modern User Interface also features new pages (Confirm, Abort, AlternativeStartMenu, AdditionnalTasks, Information, Maintenance, Update, StupType, Serial Number...).
The Ultra-Modern User Interface also features new pages (Confirm, Abort, AlternativeStartMenu, AdditionalTasks, Information, Maintenance, Update, SetupType, Serial Number...).

UltraModernUI include also ModernUIEx. ModernUIEx is the same User Interface as the original Modern UI style but with the support of the new Ultra-Modern pages.

Expand Down
14 changes: 7 additions & 7 deletions Docs/UltraModernUI/Readme.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ <h1>Introduction</h1>

<div style="text-align: justify;">
<p>The Ultra-Modern User Interface is a new interface with a style like the most recent installers for NSIS 3 (Nullsoft Scriptable Install System), the tool that allows programmers to create such installers for Windows. UltraModernUI and NSIS are released under an open source license.</p>
<p>The Ultra-Modern User Interface also features new pages (Confirm, Abort, AlternativeStartMenu, AdditionalTasks, Information, Maintenance, Update, StupType...). The interface and the graphics can be customized using the provided settings and the new skins system. </p>
<p>UltraModernUI include also an other User Interface named ModernUIEx. ModernUIEx is the same User Interface as the original Modern UI style but with the support of the new ultra-modern pages and thith a little more options.</p>
<p>The Ultra-Modern User Interface also features new pages (Confirm, Abort, AlternativeStartMenu, AdditionalTasks, Information, Maintenance, Update, SetupType...). The interface and the graphics can be customized using the provided settings and the new skins system. </p>
<p>UltraModernUI include also an other User Interface named ModernUIEx. ModernUIEx is the same User Interface as the original Modern UI style but with the support of the new ultra-modern pages and with a little more options.</p>
<p>Using the UltraModernUI macros and language files, writing scripts with a ultra-modern interface is easy. A lot of examples are available to show the different features and this document contains all information about writing UltraModernUI scripts and a reference of all settings.</p>
<p>The issue of UltraModernUI is to be the most compatible with the existing Modern UI scripts. Because of it is based on the Modern UI of Joost Verburg, it use the same macro a define and provide new one. The new macro and define use the prefix UMUI_ instead of MUI_.</p>
<p>Please be aware that the UltraModernUI and the Modern UI interfaces settings are different compared to the classic interface. This means that you should not use settings like LicenseText, Icon, CheckBitmap, InstallColors etc. but the ones that are documented here.</p>
Expand Down Expand Up @@ -2642,7 +2642,7 @@ <h1><a id="examples"></a>Example Scripts</h1>
<h1>Version History</h1>
<ul>

<li><strong>Version 2.0 beta 4</strong> - ???? ??, 2017
<li><strong>Version 2.0 beta 4</strong> - ???? ??, 2018
<ul>
<li>Fixed UMUI_PAGE_SERIALNUMBER and UMUI_PAGE_SERIALNUMBER pages did not compile.</li>
</ul>
Expand All @@ -2651,7 +2651,7 @@ <h1>Version History</h1>
<li><strong>Version 2.0 beta 3</strong> - August 06, 2017
<ul>
<li>New Bulgarian language files by Angel.</li>
<li>Added support HKCR32, HKCR64, HKCU32, HKCU64, HKLM32 and HKLM64 root keys for all the UMUI_*_REGISTRY_ROOT defines and for the UMUI_ADDPARAMTOSAVETOREGISTRYKEY macro with NSIS versions >= 2.03.</li>
<li>Added support HKCR32, HKCR64, HKCU32, HKCU64, HKLM32 and HKLM64 root keys for all the UMUI_*_REGISTRY_ROOT defines and for the UMUI_ADDPARAMTOSAVETOREGISTRYKEY macro with NSIS versions >= 3.02.</li>
<li>Added support for MUI_UNCONFIRMPAGE_VARIABLE from Modern UI 1.8.</li>
<li>Added support for MUI_PAGE_CUSTOMFUNCTION_DESTROYED for original StartMenu page from Modern UI 1.8.</li>
<li>Minor Fixes.</li>
Expand Down Expand Up @@ -2751,7 +2751,7 @@ <h1>Credits</h1>
<div>

<p>Made by SuperPat<br />
- Based on Modern UI 1.8 Copyright 2002-2017 Joost Verburg.<br />
- Based on Modern UI 1.8 Copyright 2002-2018 Joost Verburg.<br />
- And inspired of the ExperienceUI of dandaman32.</p>

<p>Skins by SuperPat<br />
Expand Down Expand Up @@ -2779,7 +2779,7 @@ <h1>License</h1>
<h2><img class="trigger" title="Open/Close section" alt="[+]" id="trigger_lic" src="images/closed.gif" onclick="toggle('trigger_lic', 'toggle_lic');" /> License Terms</h2>
<div class="toggle" id="toggle_lic">

<pre>Copyright &copy; 2005-2017 SuperPat</pre>
<pre>Copyright &copy; 2005-2018 SuperPat</pre>

<pre>This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
Expand All @@ -2803,7 +2803,7 @@ <h2><img class="trigger" title="Open/Close section" alt="[+]" id="trigger_lic" s

</div>

<div class="footer">&copy; 2005-2017 SuperPat</div>
<div class="footer">&copy; 2005-2018 SuperPat</div>

</div>

Expand Down
2 changes: 1 addition & 1 deletion Examples/InstallOptionsEx/InstallOptionsEx.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
VIAddVersionKey ProductVersion "${VERSION}"
VIAddVersionKey Comments "InstallOptionsEx plugin for NSIS (Nullsoft Scriptable Install System)."
VIAddVersionKey LegalTrademarks "InstallOptionsEx is released under the zlib/libpng license: http://nsis.sf.net/License"
VIAddVersionKey LegalCopyright "Copyright © 2005-2017 SuperPat, Copyright © 2004-2005 Diego Pedroso"
VIAddVersionKey LegalCopyright "Copyright 2005-2018 SuperPat, Copyright 2004-2005 Diego Pedroso"
VIAddVersionKey FileDescription "InstallOptionsEx allow you to create custom pages for NSIS installers, to prompt the user for extra information."
VIAddVersionKey FileVersion "${VERIPV}"

Expand Down
2 changes: 1 addition & 1 deletion Examples/SkinnedControls/SkinnedControls.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
VIProductVersion "${VERIPV}.0.0"
VIAddVersionKey "ProductName" "SkinnedControls plugin for NSIS (Nullsoft Scriptable Install System)."
VIAddVersionKey "LegalTrademarks" "SkinnedControls is released under the zlib/libpng license"
VIAddVersionKey "LegalCopyright" "Copyright © 2005-2017 SuperPat, Based on wansis @ Saivert"
VIAddVersionKey "LegalCopyright" "Copyright 2005-2018 SuperPat, Based on wansis @ Saivert"
VIAddVersionKey "FileDescription" "SkinnedControls allow you to can skin all buttons and scroll bars of your installer."
VIAddVersionKey "FileVersion" "${VERIPV}"

Expand Down
6 changes: 3 additions & 3 deletions Examples/UltraModernUI/NSISUltraModernUI.nsi
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
; o-----------------------------------------------o
; | NSIS 3.02 + Ultra-Modern User Interface 2.0b3 |
; | NSIS 3.02 + Ultra-Modern User Interface 2.0b4 |
; (-----------------------------------------------)
; | Installer script. |
; | Written by SyperPat |
Expand All @@ -11,7 +11,7 @@
!define /date NOW "%Y-%m-%d"
!define NAME "UltraModernUI"

!define UMUI_VERSION "2.0b3"
!define UMUI_VERSION "2.0b4"
!define UMUI_VERBUILD "2.0_${NOW}"

!define VER_MAJOR 3
Expand All @@ -31,7 +31,7 @@
VIAddVersionKey ProductVersion "${UMUI_VERSION}"
VIAddVersionKey Comments "This package also include some plugins used by UMUI to extend the possibilities of NSIS."
VIAddVersionKey LegalTrademarks "NSIS and UltraModernUI are released under the zlib/libpng license: http://nsis.sf.net/License"
VIAddVersionKey LegalCopyright "Copyright © 2005-2017 SuperPat"
VIAddVersionKey LegalCopyright "Copyright © 2005-2018 SuperPat"
VIAddVersionKey FileDescription "NSIS (Nullsoft Scriptable Install System) with the Ultra-Modern User Interface."
VIAddVersionKey FileVersion "${UMUI_VERBUILD}"

Expand Down
6 changes: 3 additions & 3 deletions Examples/UltraModernUI/UltraModernUI.nsi
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
; o----------------------------------------o
; | NSIS Ultra-Modern User Interface 2.0b3 |
; | NSIS Ultra-Modern User Interface 2.0b4 |
; (----------------------------------------)
; | Installer script. |
; | Written by SyperPat |
Expand All @@ -20,7 +20,7 @@
!error "VER_MAJOR, VER_MINOR and VER_REV_STR defines does not match the current NSIS version: ${NSIS_VERSION}"
!endif

!define UMUI_VERSION "2.0b3"
!define UMUI_VERSION "2.0b4"
!define UMUI_VERBUILD "2.0_${NOW}"

!define /date VERIPV "200.%Y.%m.%d"
Expand All @@ -29,7 +29,7 @@
VIAddVersionKey ProductVersion "${UMUI_VERSION}"
VIAddVersionKey Comments "A new User Interface for NSIS with a style like the most recent installers. This package also include some plugins used by UMUI to extend the possibilities of NSIS."
VIAddVersionKey LegalTrademarks "UltraModernUI is released under the zlib/libpng license: http://nsis.sf.net/License"
VIAddVersionKey LegalCopyright "Copyright � 2005-2017 SuperPat"
VIAddVersionKey LegalCopyright "Copyright � 2005-2018 SuperPat"
VIAddVersionKey FileDescription "Ultra-Modern User Interface for NSIS (Nullsoft Scriptable Install System) version 2.42+ x86 ansi edition and NSIS version 3 x86 edition."
VIAddVersionKey FileVersion "${UMUI_VERBUILD}"

Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright © 2005-2016 SuperPat
Copyright © 2005-2018 SuperPat

UltraModernUI is based on the ModernUI of Joost Verburg and inspired of the ExperienceUI of dandaman32

Expand Down
Loading

0 comments on commit 9ba5f8d

Please sign in to comment.