Visual Studio Web Setup Project Detect SQL Server 2008

  • Thread starter Thread starter luigi.corrias
  • Start date Start date
L

luigi.corrias

Hello Everybody

Someone can tell me how i can check during my installation if sql
server 2008 exist in target machine?

Thanks

Luigi
 
Hello Everybody

Someone can tell me how i can check during my installation if sql
server 2008 exist in target machine?

Thanks

 Luigi

I think you can use Prerequisites

â—¦In the Solution Explorer, right-click Properties.
â—¦Click the button that reads Prerequisites...
â—¦In the dialog that appears, scroll to the bottom of the list and
check SQL Server
â—¦lf the target machine does not have it, the installer will help the
user download and install it.

Hope this helps
 
Back
Top