PismoPat


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





Re: SQL Server SP2 Command Line Upgrade Switch and Express Version Detection

Samuel Lester - MSFT


As for the exact Express command line installs for the first two cases, I'd suggest opening up template.ini from any SQL media and taking a look at their sample command line installs. There are quite a few, including Express installs, upgrades, etc. As for the wrapper, I'm not too familiar with InstallShield, so perhaps someone else can help out there.

Thanks,
Sam Lester (MSFT)