From c1154943b12435331450cc50a2e24c3a2827f742 Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Wed, 17 Sep 2025 16:22:41 +0200 Subject: [PATCH] [3.14] gh-138896: Fix error installing C runtime on non-updated Windows machines (GH-138932) (#139034) Co-authored-by: adang1345 --- .../Windows/2025-09-15-15-34-29.gh-issue-138896.lkiF_7.rst | 1 + Tools/msi/bundle/bundle.wxs | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 Misc/NEWS.d/next/Windows/2025-09-15-15-34-29.gh-issue-138896.lkiF_7.rst 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 index 000000000000..018bf20aeb9f --- /dev/null +++ b/Misc/NEWS.d/next/Windows/2025-09-15-15-34-29.gh-issue-138896.lkiF_7.rst @@ -0,0 +1 @@ +Fix error installing C runtime on non-updated Windows machines diff --git a/Tools/msi/bundle/bundle.wxs b/Tools/msi/bundle/bundle.wxs index abfeb8878489..3fcb00553f5e 100644 --- a/Tools/msi/bundle/bundle.wxs +++ b/Tools/msi/bundle/bundle.wxs @@ -106,11 +106,11 @@ + + - - -- 2.47.3