Skip to content

Commit 15fb4ba

Browse files
committed
Fix error installing C runtime on non-updated Windows machines
1 parent 5c4bb9b commit 15fb4ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)