1

My application required SQL SERVER 2005 Express edition. So how can I make the application setup to include SQL setup and run behind setup.

1 Answer 1

3
  1. Right click your Setup Project and select properties.
  2. Click "Prerequisites"
  3. Select the the prerequisite you need - in this case SQL Server 2005 Express
  4. Either select "Download from the component vendor's web site" or if you are going bundling the setup with your own installation then select "Download from the same location as my application"
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.