Skip to content

Commit b38ae81

Browse files
committed
Change subheads
1 parent f81af68 commit b38ae81

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ To run apps that use Visual C++ runtime libraries, the target machine must have
1919

2020
- A second computer that doesn't have the Visual C++ libraries
2121

22-
### Create an application and a setup file
22+
## Create an application and a setup file
2323

2424
1. If you need a sample application to deploy, you can create and build an MFC application by following the steps in [Walkthrough: Deploying a Visual C++ application by using a setup project](walkthrough-deploying-a-visual-cpp-application-by-using-a-setup-project.md). This walkthrough assumes your app is named `MyMFCApp` like the sample, but you can change the name to match your app.
2525

@@ -39,7 +39,7 @@ To run apps that use Visual C++ runtime libraries, the target machine must have
3939
4040
You can apply command-line options to the Redistributable executable in your batch file. For more information, see [Command-line options for the Redistributable packages](./redistributing-visual-cpp-files.md#command-line-options-for-the-redistributable-packages).
4141
42-
### Create a self-extracting setup file
42+
## Create a self-extracting setup file
4343
4444
1. Open a command prompt or open the **Run** window from the Start menu, then enter `iexpress.exe`.
4545
@@ -77,7 +77,7 @@ To run apps that use Visual C++ runtime libraries, the target machine must have
7777
7878
1. On the **Create package** page, choose **Next**. Choose **Finish**.
7979
80-
### Test the self-extracting setup file on the other computer
80+
## Test the self-extracting setup file on the other computer
8181
8282
1. On the other computer that doesn't have the Visual C++ libraries, download a copy of the setup file. Then, run the setup and follow the steps that it provides. Depending on the options selected, installation might require you to accept a User Account Control elevation request, or to run the installer by using the **Run as administrator** command.
8383

0 commit comments

Comments
 (0)