From 833d0a9658447647e96347621eb1ce42e9b4161e Mon Sep 17 00:00:00 2001 From: sr55 Date: Sun, 11 Jun 2017 12:51:24 +0100 Subject: WinGui: Update the assembly info / version numbers / manifest. --- win/CS/HandBrakeWPF/Installer/MakeNightly.nsi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'win/CS/HandBrakeWPF/Installer/MakeNightly.nsi') 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} -- cgit v1.2.3