gh-138896: Fix error installing C runtime on non-updated Windows machines (GH-138932)
This commit is contained in:
@@ -0,0 +1 @@
|
|||||||
|
Fix error installing C runtime on non-updated Windows machines
|
||||||
@@ -106,11 +106,11 @@
|
|||||||
<Variable Name="SimpleInstallDescription" Value="" bal:Overridable="yes" />
|
<Variable Name="SimpleInstallDescription" Value="" bal:Overridable="yes" />
|
||||||
|
|
||||||
<Chain ParallelCache="yes">
|
<Chain ParallelCache="yes">
|
||||||
|
<PackageGroupRef Id="core" />
|
||||||
|
<PackageGroupRef Id="exe" />
|
||||||
<?if $(var.Platform)!="ARM64" ?>
|
<?if $(var.Platform)!="ARM64" ?>
|
||||||
<PackageGroupRef Id="crt" />
|
<PackageGroupRef Id="crt" />
|
||||||
<?endif ?>
|
<?endif ?>
|
||||||
<PackageGroupRef Id="core" />
|
|
||||||
<PackageGroupRef Id="exe" />
|
|
||||||
<PackageGroupRef Id="dev" />
|
<PackageGroupRef Id="dev" />
|
||||||
<PackageGroupRef Id="lib" />
|
<PackageGroupRef Id="lib" />
|
||||||
<?if $(var.IncludeFreethreaded)~="true" ?>
|
<?if $(var.IncludeFreethreaded)~="true" ?>
|
||||||
|
|||||||
Reference in New Issue
Block a user