gh-138896: Fix error installing C runtime on non-updated Windows machines (GH-138932)

(cherry picked from commit 76b22978bc)

Co-authored-by: adang1345 <adang1345@gmail.com>
This commit is contained in:
Miss Islington (bot) 2025-09-17 15:54:59 +02:00 committed by GitHub
parent c707d38e70
commit 9a85f9d5dd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View file

@ -0,0 +1 @@
Fix error installing C runtime on non-updated Windows machines

View file

@ -106,11 +106,11 @@
<Variable Name="SimpleInstallDescription" Value="" bal:Overridable="yes" />
<Chain ParallelCache="yes">
<PackageGroupRef Id="core" />
<PackageGroupRef Id="exe" />
<?if $(var.Platform)!="ARM64" ?>
<PackageGroupRef Id="crt" />
<?endif ?>
<PackageGroupRef Id="core" />
<PackageGroupRef Id="exe" />
<PackageGroupRef Id="dev" />
<PackageGroupRef Id="lib" />
<?if $(var.IncludeFreethreaded)~="true" ?>