Skip to content

Commit 6c756e9

Browse files
author
Colin Robertson
authored
Update walkthrough-deploying-your-program-cpp.md
Restore user-input styling to defanged raw URL examples. Disable markdownlint warning.
1 parent de7a14f commit 6c756e9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/ide/walkthrough-deploying-your-program-cpp.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ The walkthrough shows how to use Windows Installer to deploy your application. Y
2222

2323
The steps in this section vary depending on which version of Visual Studio you have installed. Make sure the version selector in the upper left of this page is set correctly.
2424

25+
<!-- markdownlint-disable MD034 -->
26+
2527
::: moniker range="vs-2019"
2628

2729
### To install the setup and deployment project template for Visual Studio 2019
@@ -44,7 +46,7 @@ The steps in this section vary depending on which version of Visual Studio you h
4446

4547
1. In **Solution Explorer**, select the **Game Installer** project and choose **View** > **Properties Window** or hit **F4** to open the **Properties** window.
4648

47-
1. Specify additional details as you want them to appear in the installer. For example, use *Contoso* for **Manufacturer**, *Game Installer* for **Product Name**, and `http://www.contoso.com` for **SupportUrl**.
49+
1. Specify additional details as you want them to appear in the installer. For example, use *Contoso* for **Manufacturer**, *Game Installer* for **Product Name**, and *https\://www.contoso.com* for **SupportUrl**.
4850

4951
1. On the menu bar, choose **Build** > **Configuration Manager**. In the **Project** table, under the **Build** column, check the box for **Game Installer**. Click **Close**.
5052

@@ -86,7 +88,7 @@ The steps in this section vary depending on which version of Visual Studio you h
8688

8789
1. In **Solution Explorer**, select the **Game Installer** project and choose **View** > **Properties Window** or hit **F4** to open the **Properties** window.
8890

89-
1. Specify additional details as you want them to appear in the installer. For example, use *Contoso* for **Manufacturer**, *Game Installer* for **Product Name**, and `http://www.contoso.com` for **SupportUrl**.
91+
1. Specify additional details as you want them to appear in the installer. For example, use *Contoso* for **Manufacturer**, *Game Installer* for **Product Name**, and *https\://www.contoso.com* for **SupportUrl**.
9092

9193
1. On the menu bar, choose **Build** > **Configuration Manager**. In the **Project** table, under the **Build** column, check the box for **Game Installer**. Click **Close**.
9294

0 commit comments

Comments
 (0)