Skip to content

Commit

Permalink
Propagate repair commands to inner bundles in Hosting Bundle (#33611)
Browse files Browse the repository at this point in the history
Co-authored-by: William Godbe <wigodbe@microsoft.com>
  • Loading branch information
github-actions[bot] and wtgodbe committed Jun 18, 2021
1 parent 29cd71c commit d2eab53
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Installers/Windows/WindowsHostingBundle/DotNetCore.wxs
Expand Up @@ -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>
Expand All @@ -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>
Expand Down

0 comments on commit d2eab53

Please sign in to comment.