Tuesday, 27 January 2015

How To Create Exe Fiile in C# Window Application


Create Setup In C# Window Application

Use Visual Studio Setup project. Setup project can automatically include .NET framework setup in your installation package:
Here is my step-by-step for windows forms application:
  1. Create setup project. You can use Setup Wizard.
























2.After add the setup  show like this.


























3. Now add all file related the software 
  • Bin
  • Object
  • Properties
  • Resources
  • etc.

4. Create the shortcut of both location
  • Desktop
  • Program Menu.

























4. Now Build The solution  


























Finally Make the setup file and install it in computer.



 I hope you use it in your application.
thnks

No comments:

Post a Comment

Working with 3- Tier Architecture in C#

  Introduction In this article we will learn Use to 3- Tier architecture in C#.NET application. 3-Tier architecture is very famous and ...