about setup
-
HI I developed a windows form application using c#.and i created a .exe(setup) file.it is running in my system.i want to install on another system which does not contain sql server.i want to install sql server along with the .exe file.how to include sql server during setup creation.how to add my data base to the set up...please help....... Thanks..:) RAHUL
-
HI I developed a windows form application using c#.and i created a .exe(setup) file.it is running in my system.i want to install on another system which does not contain sql server.i want to install sql server along with the .exe file.how to include sql server during setup creation.how to add my data base to the set up...please help....... Thanks..:) RAHUL
You can't. Due to licensing, you cannot ship the SQL Server setup in your own setup. It must be installed seperately, which you can get from SQL Server 2012 Express[^].
A guide to posting questions on CodeProject[^]
Dave Kreskowiak -
HI I developed a windows form application using c#.and i created a .exe(setup) file.it is running in my system.i want to install on another system which does not contain sql server.i want to install sql server along with the .exe file.how to include sql server during setup creation.how to add my data base to the set up...please help....... Thanks..:) RAHUL