cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
BingMa
Level 4

How to add prerequisite of SQL Server 2005 Express in InstallScript project?

Hi,

I'd like to add SQL Server 2005 Express as prerequisite in an installscript project.

I read something from the following thread:

http://community.macrovision.com/archive/index.php?t-164007.html

but what they talked about seems doesn't work with an installscript project.

Is there any example that I can follow?

Thanks,

Bing
Labels (1)
0 Kudos
(1) Reply
hidenori
Level 17

InstallScript projects do not support setup prerequisites. I recommend that you launch the Microsoft SQL Server 2005 Express redistributable using the LaunchAppAndWait() function.
0 Kudos