]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-138896: Fix error installing C runtime on non-updated Windows machines (GH-138932)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 17 Sep 2025 13:54:59 +0000 (15:54 +0200)
committerGitHub <noreply@github.com>
Wed, 17 Sep 2025 13:54:59 +0000 (13:54 +0000)
(cherry picked from commit 76b22978bcca4a9607523ba36b9c04ec3ba119bd)

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" ?>