Skip to content

Commit 5142495

Browse files
authored
added note for VS2015
@msebolt Here's an example of how to do the VS2015 vs 2017 thing. I do suggest installing vs2015 so that you can see exactly what the UI text is for whatever you are working on. But the basic instructions should be identical up until the last step where you click on component X. If that's not possible, then OK to just do a generic "install the component" as the last step. Please go ahead and apply this to other PRs as appropriate.
1 parent 5433bdb commit 5142495

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/ide/walkthrough-deploying-a-visual-cpp-application-by-using-a-setup-project.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ You need the following components to complete this walkthrough:
3030
1. Use the **MFC ApplicationWizard** to create a new Visual Studio solution. To find the wizard, from the **New Project** dialog box, expand the **Visual C++** node, select **MFC**, select **MFC Application**, enter a name for the project, and then click **OK**. Click **Finish**.
3131

3232
> [!NOTE]
33-
> If the **MFC Application** type is missing, select **Open Visual Studio Installer** in the left pane of the **New Project** dialog box. Install the option located under **Desktop development with C++** in the **Optional** components section, named **Visual C++ MFC for x86 and x64**.
33+
> If the **MFC Application** type is missing:
34+
> **Visual Studio 2017**: Select **Open Visual Studio Installer** in the left pane of the **New Project** dialog box. Install the option located under **Desktop development with C++** in the **Optional** components section, named **Visual C++ MFC for x86 and x64**.
35+
> **Visual Studio 2015**: Click on the Windows Start button and type **Add Remove Programs**. Open the program from the results list and then find your Microsoft Visual Studio 2015 installation in the list of installed programs. Double-click it, then choose **Modify** and select the **Microsoft Foundation Classes** component under **Visual C++**.
3436
3537
1. Change the active solution configuration to **Release**. From the **Build** menu, select **Configuration Manger**. From the **Configuration Manager** dialog box, select **Release** from the **Active solution configuration** drop-down box. Click **Close**.
3638

0 commit comments

Comments
 (0)