From 46c1f6bd72e14b18d3405f6dfa488f0e00777700 Mon Sep 17 00:00:00 2001 From: adang1345 Date: Wed, 17 Sep 2025 09:32:52 -0400 Subject: [PATCH] gh-138896: Fix error installing C runtime on non-updated Windows machines (GH-138932) (cherry picked from commit 76b22978bcca4a9607523ba36b9c04ec3ba119bd) 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 00000000000000..018bf20aeb9fe4 --- /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 abfeb88784890c..3fcb00553f5edd 100644 --- a/Tools/msi/bundle/bundle.wxs +++ b/Tools/msi/bundle/bundle.wxs @@ -106,11 +106,11 @@ + + - -