Tag Archives: Visual Studio 2017

Visual Studio 2017 Installer Projects – Part 3

In Visual Studio 2017 Installer Projects Part 2 we established a test application that we want to create an installer package. In this article we will open the test application and add a new set-up installer project. Open our test project TheWorldsGreatest.sln In Solution explorer we need to add a new project to our solution, right click on the solution “Solution ‘TheWorldsGreatest’ (2 projects” and Add\New project. Select “Setup project” and name the new project “TheWorldsGreatestInstall” Click on the TheWorldsGreatestInstall project where we can edit Read More +