From 91d8012a61dd06fb89247e4c32d1b229344b6a9e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Jun 2021 10:44:51 -0700 Subject: Propagate repair commands to inner bundles in Hosting Bundle (#33613) Co-authored-by: William Godbe --- src/Installers/Windows/WindowsHostingBundle/DotNetCore.wxs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Installers/Windows/WindowsHostingBundle/DotNetCore.wxs b/src/Installers/Windows/WindowsHostingBundle/DotNetCore.wxs index 5f017547dd..87104b3cb1 100644 --- a/src/Installers/Windows/WindowsHostingBundle/DotNetCore.wxs +++ b/src/Installers/Windows/WindowsHostingBundle/DotNetCore.wxs @@ -10,6 +10,7 @@ Vital="yes" InstallCondition="VersionNT64 AND (NOT OPT_NO_RUNTIME)" InstallCommand="/quiet /norestart" + RepairCommand="/quiet /repair" Permanent="yes" DetectCondition="DotNetRedistLtsProductVersion_x64 = v$(var.DotNetRedistLtsInstallerProductVersionx64)"> @@ -20,6 +21,7 @@ Vital="yes" InstallCondition="(NOT OPT_NO_RUNTIME) AND (NOT OPT_NO_X86)" InstallCommand="/quiet /norestart" + RepairCommand="/quiet /repair" Permanent="yes" DetectCondition="DotNetRedistLtsProductVersion_x86 = v$(var.DotNetRedistLtsInstallerProductVersionx86)"> -- cgit v1.2.3