Skip to content

Commit 501834a

Browse files
Merge pull request MicrosoftDocs#5174 from MicrosoftDocs/main638744634763985204sync_temp
For protected branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents 431fd2c + 9c1b218 commit 501834a

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

docs/windows/latest-supported-vc-redist.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Latest supported Visual C++ Redistributable downloads"
33
description: "This article lists the download links for the latest versions of Visual C++ Redistributable packages."
4-
ms.date: 11/15/2024
4+
ms.date: 1/15/2025
55
helpviewer_keywords:
66
[
77
"redist",
@@ -19,6 +19,8 @@ ms.author: msaleh
1919

2020
The Visual C++ Redistributable installs Microsoft C and C++ (MSVC) runtime libraries. Many applications built using Microsoft C and C++ tools require these libraries. If your app uses those libraries, a Microsoft Visual C++ Redistributable package must be installed on the target system before you install your app. The Redistributable package architecture must match your app's target architecture. The Redistributable version must be at least as recent as the MSVC build toolset used to build your app. We recommend you use the latest Redistributable available for your version of Visual Studio, with some exceptions noted later in this article.
2121

22+
Distribution of the Visual C++ Runtime Redistributable package, merge modules, and individual binaries is limited to licensed Visual Studio users and is subject to such License Terms.
23+
2224
For details on how to install and redistribute Visual Studio components, see [Redistributing Visual C++ Files](redistributing-visual-cpp-files.md).
2325

2426
## Visual Studio 2015, 2017, 2019, and 2022

docs/windows/redistributing-visual-cpp-files.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
22
title: "Redistributing Visual C++ Files"
33
description: "Visual Studio includes Redistributable libraries and components you can deploy with your app."
4-
ms.date: 01/13/2023
4+
ms.date: 01/15/2025
55
helpviewer_keywords: ["application deployment [C++], file redistributing", "redistributing applications [C++]", "deploying applications [C++], file redistributing", "file redistribution [C++]", "redistributing applications [C++], about redistributing applications"]
6-
ms.assetid: d201b2ce-36f1-44e5-a96c-0db81a1ba652
76
---
87
# Redistributing Visual C++ Files
98

@@ -12,6 +11,8 @@ ms.assetid: d201b2ce-36f1-44e5-a96c-0db81a1ba652
1211
1312
## Redistributable files and licensing
1413

14+
Distribution of the Visual C++ Runtime Redistributable package, merge modules, and individual binaries is limited to licensed Visual Studio users and is subject to such License Terms.
15+
1516
When you deploy an application, you must also deploy the files that are required to support it. If any of these files are provided by Microsoft, check whether you're permitted to redistribute them. You'll find a link to the Visual Studio license terms in the IDE. Use the License terms link in the About Microsoft Visual Studio dialog box. Or, download the relevant EULAs and licenses from the Visual Studio [License Directory](https://visualstudio.microsoft.com/license-terms/).
1617

1718
::: moniker range="msvc-170"

0 commit comments

Comments
 (0)