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 properties such as:Author,
Company,
Description,
Target Platform,
Product Name,
Version etc.

Articles in this series

Article Rating:
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading...