I know how to create setup file in c# but what I want to ask is that after creating setupfile of my proj will it run on other system??
I have a database attach to my application & database is created in SQL SERVER 2005. So will it run on other system if there is no sql server install in it. Any help????
Loading
Sam HobbsPosted Aug 9, 2011, 10:33 PM
So I suggest you read articles in this web site. You should find the answers here; you probably do not need to go to other web sites. My guess is that a good solution would be for your software's requirements to include SQL Server as a requirement and you could provide instructions for installing SQL Server Express.
Jiteendra SampathiraoPosted Aug 9, 2011, 5:03 AM
I'm sure it will help you... refer this LINK
Prasant JinagaPosted Aug 9, 2011, 5:00 AM
To Create a Setup Go to Solution Explorer --> Add New Project -->Setup and Deployment -->Visual Studio Installer -->Setup Project Name it.and then
To add an existing setup project to a solution
1.On the File menu, point to Add, then click Existing Project.
2.In the resulting Add Existing Project dialog box, browse to the location of the setup project and click Open.
Build the Solution.
It run on other system until the sql and the Sql Server is accesable to that user.
Thanks,
Prasant