This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Prerrequisites SQLServerExpress
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Apr 06, 2011
05:12 PM
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.
thanks.
(1) Reply
Not applicable
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Apr 06, 2011
09:13 PM
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.