Click here to Skip to main content
15,886,919 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
I want deploy windows application (C# application) which have database.How we can deploy windows application with .mdf database and how we can insert multiple
product key during deployment and how can insert .net framework to install that program or software on another machine which don't have .net framework.In short how can develop windows base software which is
installed another computer. send me +ve or -ve reply on [Email address removed]

[Edit]Email address removed (never post your email address, unless you like spam: Why shouldn't I post my email address in a public forum?[^])[/Edit]
Posted
Updated 22-Mar-13 7:30am
v3
Comments
joshrduncan2012 22-Mar-13 12:38pm    
Are you wanting someone to do the work for you?

1 solution

So, you actually want to know how to make an installer, that installs framework and sql server express if necessary.
Well, start reading this MSDN article: http://msdn.microsoft.com/en-us/library/vstudio/2kt85ked(v=vs.100).aspx[^]. Don't forget to click on the link How to: Install Prerequisites in Windows Installer Deployment[^] in the middle of it, and in that one on the link Prerequisites Dialog Box[^].
There you have much all, that you need.

If you think of WIX[^], look here: http://wix.sourceforge.net/manual-wix3/install_dotnet.htm[^] and this: http://wix.tramontana.co.hu/tutorial/net-and-net/framed-by-net[^], and maybe more, but you better try the Visual Studio way...
 
Share this answer
 

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