Click here to Skip to main content
15,884,099 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Guys

I'm writing a C# application that uses a SQL database to store Telemetry Data.
I need to create an installer that will install the application, including the .mdf Database files.
I'd also like the installer to include install files for SQL Server 2012

I'm writing the application in Visual Studio 2012
Posted
Comments
[no name] 2-Oct-14 14:59pm    
Pick a software package to create your installer with, read the documentation for whichever install creation package you choose to use.

Use Visual Studio Installer and Add custom action to install .mdf file of database.
 
Share this answer
 
 
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