From 222ce21070beadc25c00949ce54d5fc9b8974f17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damian=20B=C3=BCchel?= Date: Wed, 14 Apr 2021 16:49:42 +0200 Subject: [PATCH] SEBWIN-459: Extended error message of setup bundle regarding VC++ Redistributable. --- SetupBundle/Resources/Theme.wxl | 2 +- SetupBundle/Resources/Theme.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/SetupBundle/Resources/Theme.wxl b/SetupBundle/Resources/Theme.wxl index 57560222..d59cfba4 100644 --- a/SetupBundle/Resources/Theme.wxl +++ b/SetupBundle/Resources/Theme.wxl @@ -49,7 +49,7 @@ Setup Failed Uninstall Failed Repair Failed - One or more issues caused the setup to fail. In some cases, the .NET Framework fails to install due to insufficient disk space (at least 4.5 GB required) or network issues. Please fix the issues (e.g. install the <a href="https://dotnet.microsoft.com/download">.NET Framework Runtime</a> manually) and then retry setup. For more information see the <a href="#">log file</a>. + One or more issues caused the setup to fail. In some cases, the .NET Framework or the VC++ Redistributable fail to install due to insufficient disk space (at least 4.5 GB required) or network issues. Please fix the issues (e.g. install the <a href="https://dotnet.microsoft.com/download">.NET Framework Runtime</a> or the <a href="https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads">VC++ Redistributable</a> manually) and then retry setup. For more information see the <a href="#">log file</a>. You must restart your computer to complete the rollback of the software. &Restart &Close diff --git a/SetupBundle/Resources/Theme.xml b/SetupBundle/Resources/Theme.xml index 4326bf70..458e5c5d 100644 --- a/SetupBundle/Resources/Theme.xml +++ b/SetupBundle/Resources/Theme.xml @@ -75,8 +75,8 @@ #(loc.FailureInstallHeader) #(loc.FailureUninstallHeader) #(loc.FailureRepairHeader) - #(loc.FailureHyperlinkLogText) - + #(loc.FailureHyperlinkLogText) + #(loc.FailureRestartText)