Skip to content

Commit 76b2297

Browse files
authored
gh-138896: Fix error installing C runtime on non-updated Windows machines (GH-138932)
1 parent 3a04be9 commit 76b2297

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix error installing C runtime on non-updated Windows machines

Tools/msi/bundle/bundle.wxs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,11 +106,11 @@
106106
<Variable Name="SimpleInstallDescription" Value="" bal:Overridable="yes" />
107107

108108
<Chain ParallelCache="yes">
109+
<PackageGroupRef Id="core" />
110+
<PackageGroupRef Id="exe" />
109111
<?if $(var.Platform)!="ARM64" ?>
110112
<PackageGroupRef Id="crt" />
111113
<?endif ?>
112-
<PackageGroupRef Id="core" />
113-
<PackageGroupRef Id="exe" />
114114
<PackageGroupRef Id="dev" />
115115
<PackageGroupRef Id="lib" />
116116
<?if $(var.IncludeFreethreaded)~="true" ?>

0 commit comments

Comments
 (0)