Check your %temp%
i.e. C:\Users\<your login user>\AppData\Local\Temp
name would be: MY_INSTALLER_20130809114750.log

Steve

-----Original Message-----
From: Christopher M. Bunn [mailto:cmb...@torchmarkcorp.com] 
Sent: August-09-13 11:41 AM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Validate browser

Where is the burn runtime log file?  I'm not seeing a log file anywhere

-----Original Message-----
From: Steven Ogilvie [mailto:steven.ogil...@titus.com]
Sent: Friday, August 09, 2013 9:24 AM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Validate browser

What does the burn runtime log file have ?

-----Original Message-----
From: Christopher M. Bunn [mailto:cmb...@torchmarkcorp.com]
Sent: August-09-13 10:18 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Validate browser

Does anyone see anything wrong with the following code?  I'm trying to check 
the version of the browser in BURN ( bootstrapper app) and see if it is greater 
than or equal to 8.  Otherwise stop the install and display message.
It evaluates to false every time even if I change it to an expression that 
should work.

 

<util:RegistrySearch

     Root="HKLM"

     Key="SOFTWARE\Microsoft\Internet Explorer"

     Value="Version"

     Variable="IEVersion"

    />

 

    <bal:Condition Message="Internet Explorer version 8 or higher must be 
installed">IEVersion >= 8</bal:Condition>

 

Thanks,

Chris Bunn

 

 

-----------------------------------------------------------------------------
-
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

-----------------------------------------------------------------------------
-
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

------------------------------------------------------------------------------
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

------------------------------------------------------------------------------
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