Skip to content

Commit ae2eaba

Browse files
committed
Merge in 'release/5.0' changes
2 parents 342fdd0 + d2eab53 commit ae2eaba

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)