Loading
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

  • 0_H Yamanishi (Flexera Software)

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

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