From d0d6cd009d8b2767874d266102dd86f87f711443 Mon Sep 17 00:00:00 2001 From: sr55 Date: Fri, 12 Oct 2007 17:23:37 +0000 Subject: [PATCH] WinGUI: - Updated installer with .Net information for lazy users. git-svn-id: svn://localhost/HandBrake/trunk@1022 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- win/C#/Installer/Installer.nsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/win/C#/Installer/Installer.nsi b/win/C#/Installer/Installer.nsi index c1bda6f8..41150650 100644 --- a/win/C#/Installer/Installer.nsi +++ b/win/C#/Installer/Installer.nsi @@ -47,7 +47,7 @@ Function .onInit Call GetDotNETVersion Pop $0 ${If} $0 == "not found" - MessageBox MB_OK|MB_ICONSTOP ".NET runtime library is not installed." + MessageBox MB_OK|MB_ICONSTOP ".NET runtime library is not installed. $\r$\n You can download .Net Framework 2 from the microsoft website. $\r$\n Alternatively you can use google for a direct download URL" Abort ${EndIf} @@ -55,7 +55,7 @@ Function .onInit ${VersionCompare} $0 "2.0" $1 ${If} $1 == 2 - MessageBox MB_OK|MB_ICONSTOP ".NET runtime library v2.0 or newer is required. You have $0." + MessageBox MB_OK|MB_ICONSTOP ".NET runtime library v2.0 or newer is required. You have $0. $\r$\n You can download .Net Framework 2 from the microsoft website. $\r$\n Alternatively you can use google for a direct download URL" Abort ${EndIf} FunctionEnd -- 2.11.0