vote up 0 vote down star

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!

flag

38% accept rate

1 Answer

vote up 0 vote down

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

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.