views:

171

answers:

1

Hi

I have created a project using C# and SQL SERVER 2005.

I want to deploy the project so that I can create .msi file.

Can anyone help me with the steps I should follow to create the setup file?

Also in which editor I should add then database and how can I add it?

Please somebody help me out!

A: 

http://msdn.microsoft.com/en-us/library/19x10e5c%28VS.71%29.aspx

You cannot embed database into setup. That needs to be installed separately.

You may also find this useful

Umair Ahmed