Hi,
On Sat, 15 Nov 2008 09:39:01 -0800, Gidi <shnapsi[ at ]hotmail.com.dontspam> wrote:
[Quoted Text] >Hi, > >I'm building an Installation application, and i need to check weather >Windows Installer installed on the machine or not, and if so, which version.
>3. if there's a better way to check it, I'll be happy to hear about it.
You can use the version propert of the installer object, see "Installer.Version Property" at:
http://msdn.microsoft.com/en-us/library/aa369495(VS.85).aspx
The installer object can also obtain file versions.
Bye, Dennis Dennis Bareis [Microsoft MVP] (dbareis[ at ]KillSpam.gmail.com) http://dennisbareis.com/ Freeware Windows Installer creation tool (+ "ORCA automation"): http://makemsi.dennisbareis.com/
|