[WiX-users] Validate browser

2013-08-09 Thread Christopher M. Bunn
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

Re: [WiX-users] Validate browser

2013-08-09 Thread Steven Ogilvie
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

Re: [WiX-users] Validate browser

2013-08-09 Thread Christopher M. Bunn
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

Re: [WiX-users] Validate browser

2013-08-09 Thread Steven Ogilvie
. 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

2013-08-09 Thread Christopher M. Bunn
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

Re: [WiX-users] Validate browser

2013-08-09 Thread Steven Ogilvie
: [WiX-users] Validate browser 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

Re: [WiX-users] Validate browser

2013-08-09 Thread Blair Murri
To: wix-users@lists.sourceforge.net Date: Fri, 9 Aug 2013 17:21:15 + Subject: Re: [WiX-users] Validate browser I am getting the version of IIS and see what it is in burn this is what I have: !-- Check for IIS 7.0 and above -- util:RegistrySearch Root=HKLM Key=SOFTWARE\Microsoft

Re: [WiX-users] Validate browser

2013-08-09 Thread Christopher M. Bunn
Great that worked! Thanks for the help Blair and Steven -Original Message- From: Blair Murri [mailto:os...@live.com] Sent: Friday, August 09, 2013 1:27 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Validate browser In Burn, when comparing versions