Skip to content

Commit d2eab53

Browse files
Propagate repair commands to inner bundles in Hosting Bundle (#33611)
Co-authored-by: William Godbe <[email protected]>
1 parent 29cd71c commit d2eab53

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Installers/Windows/WindowsHostingBundle/DotNetCore.wxs

+2
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)