Wednesday 21 November 2012

How to Create the Setup(Deployment) file for Windows applications C#.net in RealTime

             In this Article Explain the How to create the setup file for C#.net windows applications in RealTime Projects.Before installation of our projects in client system we need create Setup file for our Project for run in the client system,for that i gave some steps To create the Setup file with default desktop shortcut,show below steps.
Open Visual Studio->File----->New----->Project----->Other Project Types----->Setup and Deployment----->Setup Project----->Give File Name----->Ok
File----->Add----->Existing Project----->Browse The Project
Right Click On File System on Target Machine----->Add Special Folder----->Program Files Folder
Right Click on Program Files Folder----->Add----->Project Output----->Select The Project----->Choose Primary Output----->Ok

Create Default Desktop Shortcut icon for this project: Select Program Files Folder for above
Right Click on Primary output from----->Create Shortcut to----->Rename The Shortcut
Drag the Shortcut to the User's Desktop Folder
And finally Build the project.Setup is created in our Project location.
I hope these Steps will help you.