We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29cd71c commit d2eab53Copy full SHA for d2eab53
src/Installers/Windows/WindowsHostingBundle/DotNetCore.wxs
@@ -10,6 +10,7 @@
10
Vital="yes"
11
InstallCondition="VersionNT64 AND (NOT OPT_NO_RUNTIME)"
12
InstallCommand="/quiet /norestart"
13
+ RepairCommand="/quiet /repair"
14
Permanent="yes"
15
DetectCondition="DotNetRedistLtsProductVersion_x64 = v$(var.DotNetRedistLtsInstallerProductVersionx64)">
16
</ExePackage>
@@ -20,6 +21,7 @@
20
21
22
InstallCondition="(NOT OPT_NO_RUNTIME) AND (NOT OPT_NO_X86)"
23
24
25
26
DetectCondition="DotNetRedistLtsProductVersion_x86 = v$(var.DotNetRedistLtsInstallerProductVersionx86)">
27
0 commit comments