]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.14] gh-138896: Fix error installing C runtime on non-updated Windows machines...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 17 Sep 2025 14:22:41 +0000 (16:22 +0200)
committerGitHub <noreply@github.com>
Wed, 17 Sep 2025 14:22:41 +0000 (17:22 +0300)
Co-authored-by: adang1345 <adang1345@gmail.com>
Misc/NEWS.d/next/Windows/2025-09-15-15-34-29.gh-issue-138896.lkiF_7.rst [new file with mode: 0644]
Tools/msi/bundle/bundle.wxs

diff --git a/Misc/NEWS.d/next/Windows/2025-09-15-15-34-29.gh-issue-138896.lkiF_7.rst b/Misc/NEWS.d/next/Windows/2025-09-15-15-34-29.gh-issue-138896.lkiF_7.rst
new file mode 100644 (file)
index 0000000..018bf20
--- /dev/null
@@ -0,0 +1 @@
+Fix error installing C runtime on non-updated Windows machines
index abfeb88784890c8c3fcb349301870c4ab04c9bc2..3fcb00553f5edd3e938601d0766acb661e5a1bd4 100644 (file)
     <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" ?>