summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/Installer
diff options
context:
space:
mode:
authorsr55 <[email protected]>2017-06-11 12:51:24 +0100
committersr55 <[email protected]>2017-06-11 12:51:41 +0100
commit833d0a9658447647e96347621eb1ce42e9b4161e (patch)
tree67da3996c5cecd24caa4092421954406ed54f3a7 /win/CS/HandBrakeWPF/Installer
parent11e541653e7958e249bdc39fcb66835a523deea4 (diff)
WinGui: Update the assembly info / version numbers / manifest.
Diffstat (limited to 'win/CS/HandBrakeWPF/Installer')
-rw-r--r--win/CS/HandBrakeWPF/Installer/Installer.nsi10
-rw-r--r--win/CS/HandBrakeWPF/Installer/Installer64.nsi10
-rw-r--r--win/CS/HandBrakeWPF/Installer/MakeNightly.nsi6
-rw-r--r--win/CS/HandBrakeWPF/Installer/MakeNightly64.nsi6
4 files changed, 16 insertions, 16 deletions
diff --git a/win/CS/HandBrakeWPF/Installer/Installer.nsi b/win/CS/HandBrakeWPF/Installer/Installer.nsi
index 39149d30c..5752309ed 100644
--- a/win/CS/HandBrakeWPF/Installer/Installer.nsi
+++ b/win/CS/HandBrakeWPF/Installer/Installer.nsi
@@ -8,8 +8,8 @@
; HM NIS Edit Wizard helper defines
!define PRODUCT_NAME "HandBrake"
-!define PRODUCT_VERSION "1.0.3"
-!define PRODUCT_VERSION_NUMBER "1.0.3"
+!define PRODUCT_VERSION "1.1.0"
+!define PRODUCT_VERSION_NUMBER "1.1.0"
!define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\${PRODUCT_NAME}"
!define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}"
!define PRODUCT_UNINST_ROOT_KEY "HKLM"
@@ -78,9 +78,9 @@ Function .onInit
MessageBox MB_OK|MB_ICONEXCLAMATION "The installer is already running." /SD IDOK
Abort
- ; Detect if the intsaller is running on Windows XP and abort if it is.
- ${IfNot} ${AtLeastWinVista}
- MessageBox MB_OK "Windows Vista with Service Pack 1 or later is required in order to run HandBrake."
+ ; Detect if the intsaller is running on Windows XP/Vista and abort if it is.
+ ${IfNot} ${AtLeastWin7}
+ MessageBox MB_OK "Windows 7 with Service Pack 1 or later is required in order to run HandBrake."
Quit
${EndIf}
diff --git a/win/CS/HandBrakeWPF/Installer/Installer64.nsi b/win/CS/HandBrakeWPF/Installer/Installer64.nsi
index 1b42902f1..a12b393f3 100644
--- a/win/CS/HandBrakeWPF/Installer/Installer64.nsi
+++ b/win/CS/HandBrakeWPF/Installer/Installer64.nsi
@@ -8,8 +8,8 @@
; HM NIS Edit Wizard helper defines
!define PRODUCT_NAME "HandBrake"
-!define PRODUCT_VERSION "1.0.3"
-!define PRODUCT_VERSION_NUMBER "1.0.3"
+!define PRODUCT_VERSION "1.1.0"
+!define PRODUCT_VERSION_NUMBER "1.1.0"
!define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\${PRODUCT_NAME}"
!define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}"
!define PRODUCT_UNINST_ROOT_KEY "HKLM"
@@ -78,9 +78,9 @@ Function .onInit
MessageBox MB_OK|MB_ICONEXCLAMATION "The installer is already running." /SD IDOK
Abort
- ; Detect if the intsaller is running on Windows XP and abort if it is.
- ${IfNot} ${AtLeastWinVista}
- MessageBox MB_OK "Windows Vista with Service Pack 1 or later is required in order to run HandBrake."
+ ; Detect if the intsaller is running on Windows XP/Vista and abort if it is.
+ ${IfNot} ${AtLeastWin7}
+ MessageBox MB_OK "Windows 7 with Service Pack 1 or later is required in order to run HandBrake."
Quit
${EndIf}
diff --git a/win/CS/HandBrakeWPF/Installer/MakeNightly.nsi b/win/CS/HandBrakeWPF/Installer/MakeNightly.nsi
index 62214e7d9..178bbbcc6 100644
--- a/win/CS/HandBrakeWPF/Installer/MakeNightly.nsi
+++ b/win/CS/HandBrakeWPF/Installer/MakeNightly.nsi
@@ -78,9 +78,9 @@ Function .onInit
MessageBox MB_OK|MB_ICONEXCLAMATION "The installer is already running." /SD IDOK
Abort
- ; Detect if the intsaller is running on Windows XP and abort if it is.
- ${IfNot} ${AtLeastWinVista}
- MessageBox MB_OK "Windows Vista with Service Pack 1 or later is required in order to run HandBrake."
+ ; Detect if the intsaller is running on Windows XP/Vista and abort if it is.
+ ${IfNot} ${AtLeastWin7}
+ MessageBox MB_OK "Windows 7 with Service Pack 1 or later is required in order to run HandBrake."
Quit
${EndIf}
diff --git a/win/CS/HandBrakeWPF/Installer/MakeNightly64.nsi b/win/CS/HandBrakeWPF/Installer/MakeNightly64.nsi
index ff560121d..07bda3722 100644
--- a/win/CS/HandBrakeWPF/Installer/MakeNightly64.nsi
+++ b/win/CS/HandBrakeWPF/Installer/MakeNightly64.nsi
@@ -77,9 +77,9 @@ Function .onInit
MessageBox MB_OK|MB_ICONEXCLAMATION "The installer is already running." /SD IDOK
Abort
- ; Detect if the intsaller is running on Windows XP and abort if it is.
- ${IfNot} ${AtLeastWinVista}
- MessageBox MB_OK "Windows Vista with Service Pack 1 or later is required in order to run HandBrake."
+ ; Detect if the intsaller is running on Windows XP/Vista and abort if it is.
+ ${IfNot} ${AtLeastWin7}
+ MessageBox MB_OK "Windows 7 with Service Pack 1 or later is required in order to run HandBrake."
Quit
${EndIf}