How to Create a Setup Wizard VB.NET or C# Project Visual Studio

VB.NET and C# Tutorials : How to Create or add a Installer (Setup.Exe) Wizard VB.NET or C# Project in Visual Studio 2015, VS 2010, VS 2012, VS 2013 using InstallShield Limited Edition for Visual Studio? In visual studio 2015 you can't find the InstallShield Component by default. so you must download and install it before, http://learn.flexerasoftware.com/content/IS-EVAL-InstallShield-Limited-Edition-Visual-Studio?lang=1033&ver=pro You can download it after fill the registrations form for free edition, just fill the required form and get InstallShield installer for free.

Read : Beginner to VB.NET
Beginner to C# (C Sharp)

Add a Setup Wizard in .NET (Visual Studio)

 Before create wizard in visual studio, make sure you have a simple project where We will add this into installation wizard later. If you don't, just create new project look like this one C# CRUD Operations Insert,Update,Delete with MySQL Database or VB.NET Insert Update Delete with MySQL Database Metro UI Theme + Source Code, Then we will start to create Installer of our project.

Create Installer Project
Open your visual studio and Click New project > Other Project Types > Setup and Deployment. See Figure for step by step to tutorials.

Create a Setup Wizard VB.NET or C# Project Visual Studio
Figure 1 - Create a Setup Wizard VB.NET or C# Project Visual Studio

Create a Setup Wizard VB.NET or C# Project Visual Studio 2
Figure 2 - Create a Setup Wizard VB.NET or C# Project Visual Studio

Create a Setup Wizard VB.NET or C# Project Visual Studio 3
Figure 3 - Create a Setup Wizard VB.NET or C# Project Visual Studio

Create a Setup Wizard VB.NET or C# Project Visual Studio 4
Figure 4 - Create a Setup Wizard VB.NET or C# Project Visual Studio

Create a Setup Wizard VB.NET or C# Project Visual Studio 5
Figure 5 - Create a Setup Wizard VB.NET or C# Project Visual Studio

Create a Setup Wizard VB.NET or C# Project Visual Studio 6
Figure 6 - Create a Setup Wizard VB.NET or C# Project Visual Studio

Create a Setup Wizard VB.NET or C# Project Visual Studio 7
Figure 7 - Create a Setup Wizard VB.NET or C# Project Visual Studio

After finishing, Click menu  Project and Build the Setup Project, wait up to finished, after finished open your file Setup project and you will find setup wizard has been finished.

Installations Our Project

Installations Project Visual Studio
Figure 1 - Installations Project Visual Studio

Installations Project Visual Studio 2
Figure 2 - Installations Project Visual Studio

Installations Project Visual Studio 3
Figure 3 - Installations Project Visual Studio

Installations Project Visual Studio 4
Figure 4 - Installations Project Visual Studio

Installations Project Visual Studio 5
Figure 5 - Installations Project Visual Studio

Installations Project Visual Studio 6
Figure 6 - Installations Project Visual Studio

Installations Project Visual Studio 7
Figure 7 - Installations Project Visual Studio

Installations Project Visual Studio 8
Figure 8 - Installations Project Visual Studio

Video tutorial How to Create a Setup Wizard VB.NET or C# Project Visual Studio