Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-06-18 20:44:51 +0300
committerGitHub <noreply@github.com>2021-06-18 20:44:51 +0300
commit91d8012a61dd06fb89247e4c32d1b229344b6a9e (patch)
tree012a5e4190ec222be7f4ed91574dcda69df6d600
parent946e9168b3f58da85d9c8748a0d305c86cfc4387 (diff)
Propagate repair commands to inner bundles in Hosting Bundle (#33613)
Co-authored-by: William Godbe <wigodbe@microsoft.com>
-rw-r--r--src/Installers/Windows/WindowsHostingBundle/DotNetCore.wxs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Installers/Windows/WindowsHostingBundle/DotNetCore.wxs b/src/Installers/Windows/WindowsHostingBundle/DotNetCore.wxs
index 5f017547dd..87104b3cb1 100644
--- a/src/Installers/Windows/WindowsHostingBundle/DotNetCore.wxs
+++ b/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>