You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/windows/walkthrough-deploying-a-visual-cpp-application-by-using-a-setup-project.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ If you have Visual Studio installed, but you don't have the C++ or MFC component
44
44
45
45
1. In the Manage Extensions dialog, expand **Online** > **Visual Studio Marketplace** > **Tools** and select **Setup & Deployment**.
46
46
47
-
:::image type="content" source="media/vs2019-extension-dialog-installer-project.png" alt-text="Screenshot of the Manage Extensions dialog Microsoft Visual Studio Installer Projects item selected.":::
47
+
:::image type="content" source="media/vs2019-extension-dialog-installer-project.png" alt-text="Screenshot of the Manage Extensions dialog Microsoft Visual Studio Installer Projects item selected." Lightbox="media/vs2019-extension-dialog-installer-project.png":::
48
48
49
49
1. In the list of extensions, select **Microsoft Visual Studio Installer Projects 2022**. Choose the **Download** button.
50
50
@@ -84,7 +84,7 @@ If you have Visual Studio installed, but you don't have the C++ or MFC component
84
84
85
85
1. In the Manage Extensions dialog, expand **Online** > **Visual Studio Marketplace** > **Tools** and select **Setup & Deployment**.
86
86
87
-
:::image type="content" source="media/vs2019-extension-dialog-installer-project.png" alt-text="Screenshot of the Manage Extensions dialog Microsoft Visual Studio Installer Projects item selected.":::
87
+
:::image type="content" source="media/vs2019-extension-dialog-installer-project.png" alt-text="Screenshot of the Manage Extensions dialog Microsoft Visual Studio Installer Projects item selected." Lightbox="media/vs2019-extension-dialog-installer-project.png":::
88
88
89
89
1. In the list of extensions, select **Microsoft Visual Studio Installer Projects**. Choose the **Download** button.
90
90
@@ -124,7 +124,7 @@ If you have Visual Studio 2017 installed, but you don't have the C++ or MFC comp
124
124
125
125
1. In the Extensions and Updates dialog, expand **Online** > **Visual Studio Marketplace** > **Tools** and select **Setup & Deployment**. Set the **Sort by** dropdown to **Most Downloads**.
126
126
127
-
:::image type="content" source="media/vs2019-extension-dialog-installer-project.png" alt-text="Screenshot of the Manage Extensions dialog Microsoft Visual Studio Installer Projects item selected.":::
127
+
:::image type="content" source="media/vs2019-extension-dialog-installer-project.png" alt-text="Screenshot of the Manage Extensions dialog Microsoft Visual Studio Installer Projects item selected." Lightbox="media/vs2019-extension-dialog-installer-project.png":::
128
128
129
129
1. In the list of extensions, select **Microsoft Visual Studio Installer Projects**. Choose the **Download** button.
The Windows Desktop Wizard replaces the Win32 Application Wizard in Visual Studio 2017 and later. The wizard allows you to create any of four types of C++ projects (listed in the heading in the table below). In each case, you can specify additional options that are appropriate for the type of project you open.
12
12
13
-

14
-
15
-
:::image type="content" source="media/windows-desktop-wizard.png" alt-text="Screenshot of the Windows Desktop Project wizard. Application type is set to Console Application (.exe) Precompiled Header and Security Development Lifecycle (SDL) checks are selected.":::
13
+
:::image type="content" source="media/windows-desktop-wizard.png" alt-text="Screenshot of the Windows Desktop Project wizard. Application type is set to Console Application (.exe) Precompiled Header and Security Development Lifecycle (SDL) checks are selected." Lightbox="media/windows-desktop-wizard.png":::
16
14
17
15
The following table indicates which options are available for each application type.
0 commit comments