Classification: Public
Use the WIX RegistrySearch element to get the version of IE from the registry 
key at HKLM\SOFTWARE\Microsoft\Internet Explorer

i.e.
<Property Id="IE_VERSION" Secure="yes">
      <RegistrySearch Id="GetIEVersion"
                      Key="SOFTWARE\Microsoft Microsoft\Internet Explorer "
                      Name="Version"
                      Root="HKLM"
                      Type="raw"
                      Win64="no"/>
    </Property>

Steve

-----Original Message-----
From: Christopher M. Bunn [mailto:cmb...@torchmarkcorp.com]
Sent: August-06-13 5:46 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Detect Internet Explorer Browser Version

Can anyone provide an example in WIX to check the version of Internet Explorer 
Browser used for person who loads MSI?

 

Thanks,

Chris Bunn

214-250-5602

 

------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


This message has been marked as Public by Steven Ogilvie on August-06-13 
5:56:41 PM.

The above classification labels were added to the message by TITUS Message 
Classification. For more information visit www.titus.com.





------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to