cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
cesar_huitron
Level 2

Prerrequisites SQLServerExpress

I need a prerequisite "SQLServerExpress" benn instaled before my application. How can i create install condition to this? I have been wrote this "IS_SQLSERVER_DATABASE>="#1"" in Condition.

thanks.
Labels (1)
0 Kudos
(1) Reply
Not applicable

You can check the registry value(CurrentVersion) under HKLM\SOFTWARE\Microsoft\Microsoft SQL Server\SQLEXPRESS\MSSQLServer\CurrentVersion, get the result then set to one property. Set the property as condition.
0 Kudos