Browse Source

Propagate repair commands to inner bundles in Hosting Bundle (#33588)

William Godbe 4 years ago
parent
commit
1ead7696c8
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/Installers/Windows/WindowsHostingBundle/DotNetCore.wxs

+ 2 - 0
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)">
             </ExePackage>
@@ -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)">
             </ExePackage>