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:
- 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