Our application installation setup needs to be able to detect:
- Is SQL Server 2005 Express Installed
- If false, run the SP2 Installation
- Is SQL Server 2005 Express or SQL Express SP1 Installed
- If false, run the SP2 Installation with Update Switch
- Is SQL Server 2005 (not Express) Installed
- If true, abort installation with a mesage.
Can you direct me to some documentation about testing for these environments or just if someone has some scripts that will run in InstallShield, that would be great.
ALSO, can you direct me to information about using the command line update switch for the Express SP2 Installer
Thanks.
Pat