Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a04be9 commit 76b2297Copy full SHA for 76b2297
2 files changed
Misc/NEWS.d/next/Windows/2025-09-15-15-34-29.gh-issue-138896.lkiF_7.rst
@@ -0,0 +1 @@
1
+Fix error installing C runtime on non-updated Windows machines
Tools/msi/bundle/bundle.wxs
@@ -106,11 +106,11 @@
106
<Variable Name="SimpleInstallDescription" Value="" bal:Overridable="yes" />
107
108
<Chain ParallelCache="yes">
109
+ <PackageGroupRef Id="core" />
110
+ <PackageGroupRef Id="exe" />
111
<?if $(var.Platform)!="ARM64" ?>
112
<PackageGroupRef Id="crt" />
113
<?endif ?>
- <PackageGroupRef Id="core" />
- <PackageGroupRef Id="exe" />
114
<PackageGroupRef Id="dev" />
115
<PackageGroupRef Id="lib" />
116
<?if $(var.IncludeFreethreaded)~="true" ?>
0 commit comments