cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
msaponaro
Level 3

Windows Installer 3.1

Hi, I have an InstallScript project where I run the installation of SQLEXPRESS.
If on the client machine Windows Installer 3.1 is not present the installation of SQLEXPRESS fails.
How can I know if on client PC is installed Windows Installer 3.1?

Thanks!!!!
Labels (1)
0 Kudos
(1) Reply
esiemiat
Level 9

The Windows Installer InstallScript Object has a property you can check called EngineVersionAlreadyInstalled, and will also install the engine if it is missing.

If you don't want to use the object you could check the version of MSIEXEC.EXE.
0 Kudos