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:
authordotnet-bot <dotnet-bot@microsoft.com>2021-06-18 20:46:21 +0300
committerdotnet-bot <dotnet-bot@microsoft.com>2021-06-18 20:46:21 +0300
commitae2eabad0e49302d0632a7dde917fdc68d960dc4 (patch)
treeaa048b8f8da92f0f043c78c3d59c4c31c1ca1df6
parent342fdd09308a22eb9169ae626ec17afdbf841910 (diff)
parentd2eab532a6a251135715fbedc88184037539d0f0 (diff)
Merge in 'release/5.0' changesv5.0.8
-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>