Skip to content

Commit 91d8012

Browse files
Propagate repair commands to inner bundles in Hosting Bundle (#33613)
Co-authored-by: William Godbe <wigodbe@microsoft.com>
1 parent 946e916 commit 91d8012

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Installers/Windows/WindowsHostingBundle/DotNetCore.wxs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
Vital="yes"
1111
InstallCondition="VersionNT64 AND (NOT OPT_NO_RUNTIME)"
1212
InstallCommand="/quiet /norestart"
13+
RepairCommand="/quiet /repair"
1314
Permanent="yes"
1415
DetectCondition="DotNetRedistLtsProductVersion_x64 = v$(var.DotNetRedistLtsInstallerProductVersionx64)">
1516
</ExePackage>
@@ -20,6 +21,7 @@
2021
Vital="yes"
2122
InstallCondition="(NOT OPT_NO_RUNTIME) AND (NOT OPT_NO_X86)"
2223
InstallCommand="/quiet /norestart"
24+
RepairCommand="/quiet /repair"
2325
Permanent="yes"
2426
DetectCondition="DotNetRedistLtsProductVersion_x86 = v$(var.DotNetRedistLtsInstallerProductVersionx86)">
2527
</ExePackage>

0 commit comments

Comments
 (0)