Skip to content

Commit c115494

Browse files
[3.14] gh-138896: Fix error installing C runtime on non-updated Windows machines (GH-138932) (#139034)
Co-authored-by: adang1345 <[email protected]>
1 parent f8ee2d4 commit c115494

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)