Skip to content

Commit faf37bf

Browse files
author
Colin Robertson
committed
Update links for 2017 license and redist
1 parent 176ed01 commit faf37bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ translation.priority.mt:
3838
- "tr-tr"
3939
---
4040
# Redistributing Visual C++ Files
41-
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 are permitted to redistribute them. To review the Microsoft Software License Terms, see License.htm in the directory where Visual Studio is installed, or on the Visual Studio installation media. To view the "REDIST list" that is referenced in the "Distributable Code" section of the Microsoft Software License Terms for certain editions of Visual Studio, see [Distributable Code for Microsoft Visual Studio 2015 and Microsoft Visual Studio 2015 SDK](http://go.microsoft.com/fwlink/p/?LinkId=523763) on the Microsoft website. For more information about redistributable files, see [Determining Which DLLs to Redistribute](../ide/determining-which-dlls-to-redistribute.md) and [Deployment Examples](../ide/deployment-examples.md).
41+
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 are permitted to redistribute them. To review the Visual Studio license terms, see the License terms link in the About Microsoft Visual Studio dialog box in the IDE, or download the [Microsoft Software License Terms](http://go.microsoft.com/fwlink/p/?LinkId=831114) file. To view the "REDIST list" that is referenced in the "Distributable Code" section of the Microsoft Software License Terms for certain editions of Visual Studio, see [Distributable Code for Microsoft Visual Studio 2017 and Microsoft Visual Studio 2017 SDK (Includes Utilities and BuildServer Files)](http://go.microsoft.com/fwlink/p/?LinkId=823098), or for Visual Studio 2015, see [Distributable Code for Microsoft Visual Studio 2015 and Microsoft Visual Studio 2015 SDK](http://go.microsoft.com/fwlink/p/?LinkId=523763). For more information about redistributable files, see [Determining Which DLLs to Redistribute](../ide/determining-which-dlls-to-redistribute.md) and [Deployment Examples](../ide/deployment-examples.md).
4242

4343
To deploy redistributable Visual C++ files, you can use the Visual C++ Redistributable Packages (VCRedist\_x86.exe, VCRedist\_x64.exe, or VCRedist\_arm.exe) that are included in Visual Studio. In Visual Studio 2017, these files can be found in the Program Files[ (x86)]\\Microsoft Visual Studio\\2017\\_edition_\\VC\\Redist\\MSVC\\_lib-version_ folder, where _edition_ is the Visual Studio edition installed, and _lib-version_ is the version of the libraries to redistribute. In Visual Studio 2015, these files can be found under your Visual Studio installation directory in Program Files [(x86)]\Microsoft Visual Studio *version*\VC\redist\\*locale*\\. Another option is to use redistributable merge modules (.msm files), which in Visual Studio 2017 can be found in the Program Files [(x86)]\\Microsoft Visual Studio\\2017\\_edition_\\VC\\Redist\\MSVC\\_lib-version_\\MergeModules\\ folder. In Visual Studio 2015 these can be found in Program Files [(x86)]\Common Files\Merge Modules\\. It's also possible to directly install redistributable Visual C++ DLLs in the *application local folder*, which is the folder that contains your executable application file. For servicing reasons, we do not recommend that you use this installation location.
4444

0 commit comments

Comments
 (0)