From 3daa7e83e06ccdef56fc5a5a11328dcffdb05239 Mon Sep 17 00:00:00 2001 From: sr55 Date: Thu, 1 Aug 2024 17:27:13 +0100 Subject: [PATCH] WinGui: Update the .NET runtime version in the installer. --- win/CS/HandBrake.Nsis.Installer/Installer64.nsi | 2 +- win/CS/HandBrake.Nsis.Installer/MakeNightly64.nsi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/win/CS/HandBrake.Nsis.Installer/Installer64.nsi b/win/CS/HandBrake.Nsis.Installer/Installer64.nsi index 09a9f4a0664b..d81cc7a2d558 100644 --- a/win/CS/HandBrake.Nsis.Installer/Installer64.nsi +++ b/win/CS/HandBrake.Nsis.Installer/Installer64.nsi @@ -27,7 +27,7 @@ ManifestDPIAware true !define MUI_LICENSEPAGE_TEXT_BOTTOM "You are now aware of your rights. Click Next to continue." !define MUI_WELCOMEFINISHPAGE_BITMAP "InstallerBackground.bmp" -!define MUI_TEXT_WELCOME_INFO_TEXT "Setup will guide you through the installation of HandBrake.$\r$\n$\r$\nIt is recommended you close any running instances of HandBrake before running setup.$\r$\n$\r$\nWARNING: Before updating, please make sure that there are no pending encodes in the Queue. Please make sure you have backed up any presets and made a note of your settings.$\r$\n$\r$\nHandBrake requires Microsoft .NET *Desktop* Runtime 6. If this is not installed, you will be prompted to install it when you first run the app." +!define MUI_TEXT_WELCOME_INFO_TEXT "Setup will guide you through the installation of HandBrake.$\r$\n$\r$\nIt is recommended you close any running instances of HandBrake before running setup.$\r$\n$\r$\nWARNING: Before updating, please make sure that there are no pending encodes in the Queue. Please make sure you have backed up any presets and made a note of your settings.$\r$\n$\r$\nHandBrake requires Microsoft .NET *Desktop* Runtime 8. If this is not installed, you will be prompted to install it when you first run the app." !define MUI_FINISHPAGE_RUN !define MUI_FINISHPAGE_RUN_TEXT "Create desktop shortcut (all users)" !define MUI_FINISHPAGE_RUN_FUNCTION "desktopShortcut" diff --git a/win/CS/HandBrake.Nsis.Installer/MakeNightly64.nsi b/win/CS/HandBrake.Nsis.Installer/MakeNightly64.nsi index 7e8a580a7273..e93b639dfe88 100644 --- a/win/CS/HandBrake.Nsis.Installer/MakeNightly64.nsi +++ b/win/CS/HandBrake.Nsis.Installer/MakeNightly64.nsi @@ -27,7 +27,7 @@ ManifestDPIAware true !define MUI_LICENSEPAGE_TEXT_BOTTOM "You are now aware of your rights. Click Next to continue." !define MUI_WELCOMEFINISHPAGE_BITMAP "InstallerBackground.bmp" -!define MUI_TEXT_WELCOME_INFO_TEXT "Setup will guide you through the installation of HandBrake.$\r$\n$\r$\nIt is recommended you close any running instances of HandBrake before running setup.$\r$\n$\r$\nWARNING: Before updating, please make sure that there are no pending encodes in the Queue. Please make sure you have backed up any presets and made a note of your settings.$\r$\n$\r$\nHandBrake requires Microsoft .NET *Desktop* Runtime 6. If this is not installed, you will be prompted to install it when you first run the app." +!define MUI_TEXT_WELCOME_INFO_TEXT "Setup will guide you through the installation of HandBrake.$\r$\n$\r$\nIt is recommended you close any running instances of HandBrake before running setup.$\r$\n$\r$\nWARNING: Before updating, please make sure that there are no pending encodes in the Queue. Please make sure you have backed up any presets and made a note of your settings.$\r$\n$\r$\nHandBrake requires Microsoft .NET *Desktop* Runtime 8. If this is not installed, you will be prompted to install it when you first run the app." !define MUI_FINISHPAGE_RUN !define MUI_FINISHPAGE_RUN_TEXT "Create desktop shortcut (all users)" !define MUI_FINISHPAGE_RUN_FUNCTION "desktopShortcut"