Kim
Kim

Reputation: 847

Check if Windows Installer 3.1 or higher is installed?

How can I check if Windows Installer version 4.5 is installed on target machine using registry.

I need to use this info in my installer bootstrapper and quit installation if WI 4.5 is not already installed.

I've checked HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\InstallerLocation but no information about its version.

Please advice. Thanks!

Upvotes: 0

Views: 2669

Answers (1)

Christopher Painter
Christopher Painter

Reputation: 55581

From the MSI team themselves:

How do detect the MSI version on the computer?

Windows Installer 3.1 Version Confusion

From Stefan Krueger ( Windows Installer MVP )

MSI Version Matrix

Upvotes: 1

Related Questions