Click here to Skip to main content
15,899,754 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Hi Friends,

I have Created a Project in C# Windows application.

I want to create setup for this project to install on client's (and other) systems.

How do I deploy this project for installing on any system?

Please help me.


Thanks You
Gulam Hussain
Posted
Updated 10-Mar-11 22:05pm
v4
Comments
Dalek Dave 11-Mar-11 3:24am    
Edited for Syntax and Readability.

First Go to the solution file in the solution explorer.

Right click on it and then click on Add New Project.

Go to Other Project Types.

Then Go to Set up and Deployment..

Then Click on Set up Project.

By making cetain setting in it.. and then build your application..

Then you got the set up which you can install to client's computer..
 
Share this answer
 
hi

change your connection string, just replace your pc name(Eg: Altus-Pc) with dot



// Eg: sqlcon.ConnectionString = "Data Source=.\\sqlexpress;Initial Catalog=databasename; Integrated Security=True";

This connection String will Supported in All Systems
 
Share this answer
 
Comments
Dalek Dave 11-Mar-11 3:25am    
Fair call.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900