Skip to content

Commit 4ed151d

Browse files
author
Matthew Sebolt
authored
bracket fix
1 parent 417d977 commit 4ed151d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/ide/deploying-visual-cpp-application-by-using-the-vcpp-redistributable-package.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ You must have these components to complete this walkthrough:
5454
5555
- Your MFC application (.exe file).
5656
57-
- vcredist_x86.exe. This file is located in \Program Files (x86)\Microsoft Visual Studio <version>\SDK\Bootstrapper\Packages\. You can also download this file from [Microsoft](https://www.microsoft.com/en-us/download/confirmation.aspx?id=5555).
57+
- vcredist_x86.exe. This file is located in \Program Files (x86)\Microsoft Visual Studio \<version>\SDK\Bootstrapper\Packages\. You can also download this file from [Microsoft](https://www.microsoft.com/en-us/download/confirmation.aspx?id=5555).
5858
5959
- The setup.bat file that you created in the earlier step.
6060
@@ -83,7 +83,7 @@ You must have these components to complete this walkthrough:
8383
The self-extracting setup file installs the MFC application that is in the folder that you specified in step 2. The application runs successfully because the Visual C++ Redistributable Package installer is included in the self-extracting setup file.
8484
8585
> [!IMPORTANT]
86-
> To determine which version of the runtime is installed, the installer checks the registry key \HKLM\SOFTWARE\Microsoft\VisualStudio\<version>\VC\Runtimes\<platform>. If the currently installed version is newer than the version that the installer is attempting to install, the installer returns success without installing the older version and leaves an additional entry on the installed programs page in the Control Panel.
86+
> To determine which version of the runtime is installed, the installer checks the registry key \HKLM\SOFTWARE\Microsoft\VisualStudio\\<version>\VC\Runtimes\\<platform>. If the currently installed version is newer than the version that the installer is attempting to install, the installer returns success without installing the older version and leaves an additional entry on the installed programs page in the Control Panel.
8787
8888
## See Also
8989

0 commit comments

Comments
 (0)