Propagate repair commands to inner bundles in Hosting Bundle (#33611)

Co-authored-by: William Godbe <wigodbe@microsoft.com>
This commit is contained in:
github-actions[bot] 2021-06-18 10:44:45 -07:00 committed by GitHub
parent 29cd71c8f7
commit d2eab532a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,7 @@
Vital="yes" Vital="yes"
InstallCondition="VersionNT64 AND (NOT OPT_NO_RUNTIME)" InstallCondition="VersionNT64 AND (NOT OPT_NO_RUNTIME)"
InstallCommand="/quiet /norestart" InstallCommand="/quiet /norestart"
RepairCommand="/quiet /repair"
Permanent="yes" Permanent="yes"
DetectCondition="DotNetRedistLtsProductVersion_x64 = v$(var.DotNetRedistLtsInstallerProductVersionx64)"> DetectCondition="DotNetRedistLtsProductVersion_x64 = v$(var.DotNetRedistLtsInstallerProductVersionx64)">
</ExePackage> </ExePackage>
@ -20,6 +21,7 @@
Vital="yes" Vital="yes"
InstallCondition="(NOT OPT_NO_RUNTIME) AND (NOT OPT_NO_X86)" InstallCondition="(NOT OPT_NO_RUNTIME) AND (NOT OPT_NO_X86)"
InstallCommand="/quiet /norestart" InstallCommand="/quiet /norestart"
RepairCommand="/quiet /repair"
Permanent="yes" Permanent="yes"
DetectCondition="DotNetRedistLtsProductVersion_x86 = v$(var.DotNetRedistLtsInstallerProductVersionx86)"> DetectCondition="DotNetRedistLtsProductVersion_x86 = v$(var.DotNetRedistLtsInstallerProductVersionx86)">
</ExePackage> </ExePackage>