This looks useful:

Phil Wilson


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bob Arnson
Sent: Wednesday, September 06, 2006 11:22 AM
To: Vitaliy Ilyin
Cc: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] IE version in condition table

Vitaliy Ilyin wrote:

Could you please help me? How to specify minimum version of Internet Explorer in condition table?

MSI doesn't expose the IE version as a built-in property like MsiNetAssemblySupport. You can use a FileSearch to look for a particular version of iexplore.exe or (better yet) mshtml.dll or shdocvw.dll. Check out the FileSearch/MinVersion attribute.

-- 
sig://boB
http://bobs.org
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to