3
Answers

how to deploy windows form application c# ?

Photo of Mani Kandan

Mani Kandan

8y
272
1
Hello Everyone,
 
Please Advice me.
 
I am trying to developing Windows Application with WPF Visual Studio 2012 and the database is SQL Server.
 
How can I install SQL Server with database also automatically when I am installing .exe file on any other local computers? I want to happen, both are at the same time.
 
Is it possible ?
 
Advance Thanks,
Abhilash.J.A 

Answers (3)

1
Photo of Amit Gupta
NA 16.5k 25.7k 8y
You can set the prerequisite in the project file that either downloaded from the current file or from the given website.
1
Photo of Amit Gupta
NA 16.5k 25.7k 8y
Check the below link http://stepcoder.com/Articles/10034/how-to-create-setup-of-visual-studio-windows-application-with-databas . Hope it helps
0
Photo of Mani Kandan
NA 2.6k 135.8k 8y
Hi Amit Gupta,
 
Is it possible to install SQL Server .exe also on the local computer at the same time of installation?
 
Please replay me.