From: luigi.corrias on
Hello Everybody

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

Thanks

Luigi
From: Alexey Smirnov on
On Jan 15, 11:26 am, "luigi.corr...(a)gmail.com"
<luigi.corr...(a)gmail.com> wrote:
> 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