diff options
author | sr55 <[email protected]> | 2018-05-06 20:30:52 +0100 |
---|---|---|
committer | sr55 <[email protected]> | 2018-05-06 20:30:52 +0100 |
commit | 0f568c165c61d7366f88d150a9fbc94900b56295 (patch) | |
tree | 996c5d4b7a82db52016926188f29a6d4a44e5e93 /win/CS/HandBrakeWPF/Installer/MakeNightly64.nsi | |
parent | 457bb751d054aab63a70f63a02b94c340186cedc (diff) |
WinGui: Update Version Numbers around the application / Installer. Update the Installer to download .NET 4.7.1 if missing.
Diffstat (limited to 'win/CS/HandBrakeWPF/Installer/MakeNightly64.nsi')
-rw-r--r-- | win/CS/HandBrakeWPF/Installer/MakeNightly64.nsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/CS/HandBrakeWPF/Installer/MakeNightly64.nsi b/win/CS/HandBrakeWPF/Installer/MakeNightly64.nsi index 71ba7f8ab..30123ead3 100644 --- a/win/CS/HandBrakeWPF/Installer/MakeNightly64.nsi +++ b/win/CS/HandBrakeWPF/Installer/MakeNightly64.nsi @@ -16,7 +16,7 @@ ;Required .NET framework
!define MIN_FRA_MAJOR "4"
-!define MIN_FRA_MINOR "6"
+!define MIN_FRA_MINOR "7"
!define MIN_FRA_BUILD "*"
SetCompressor lzma
@@ -125,7 +125,7 @@ Section "HandBrake" SEC01 ; Get .NET if required
${If} $InstallDotNET == "Yes"
SetDetailsView hide
- inetc::get /caption "Downloading Microsoft .NET Framework 4.6.2" /canceltext "Cancel" "https://www.microsoft.com/en-us/download/confirmation.aspx?id=53344" "$INSTDIR\dotnetfx.exe" /end
+ inetc::get /caption "Downloading Microsoft .NET Framework 4.6.2" /canceltext "Cancel" "https://www.microsoft.com/en-us/download/confirmation.aspx?id=56116" "$INSTDIR\dotnetfx.exe" /end
Pop $1
${If} $1 != "OK"
|