[WiX-users] WIX - naming conventions

2013-08-13 Thread Christopher M. Bunn
Are there any naming conventions for the different parts to a WIX application? Components, File, Directories etc - Everything seems to vary I find on the internet, and even to the book I have. Thanks, Chris Bunn 214-250-5602 ---

Re: [WiX-users] Display value in message - Burn

2013-08-13 Thread Christopher M. Bunn
g 13, 2013 at 9:57 AM, Christopher M. Bunn < cmb...@torchmarkcorp.com> wrote: > Is there a way to display the actual value of ServicePack embedded in > the message in Burn? Thanks! > > > > (VersionNT >= v5.1 AND ServicePackLevel >= 3) OR (VersionNT64 > >=

[WiX-users] Display value in message - Burn

2013-08-13 Thread Christopher M. Bunn
Is there a way to display the actual value of ServicePack embedded in the message in Burn? Thanks! (VersionNT >= v5.1 AND ServicePackLevel >= 3) OR (VersionNT64 >= v5.1 AND ServicePackLevel >= 3) Thanks, Chris Bunn ---

[WiX-users] recommended project structure for WIX

2013-08-12 Thread Christopher M. Bunn
Can anyone point me to a reference that recommends a best practices project structure for WIX - using boot strapper? I have two projects - one for Setup and one for BootStrapper. I have 2 dependencies - .net framework 4 and iis express. I was going to create a Dependencies folder for those; a

Re: [WiX-users] Validate browser

2013-08-09 Thread Christopher M. Bunn
0]i000: Setting string variable 'IISx64Version' to value '7' > > [1394:1F58][2013-08-09T13:17:00]i052: Condition '(NOT((IISVersion < 7) AND (NOT VersionNT64 OR (IISx64Version < 7))) )' evaluates to true. > You can use the same similar logic > > >

Re: [WiX-users] Validate browser

2013-08-09 Thread Christopher M. Bunn
toolset. Subject: Re: [WiX-users] Validate browser Check your %temp% i.e. C:\Users\\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

Re: [WiX-users] Validate browser

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

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

[WiX-users] BURN - Check browser version and install if not the minimum browser

2013-08-08 Thread Christopher M. Bunn
Can anyone provide an example to handle the following scenario?? I need get the version of Internet Explorer Browser in a boot strapper project in BURN used for person who loads MSI. I need to be able to install IE 8 (which is our minimum requirements) if the version is less than 8. Any help is

[WiX-users] Detect Internet Explorer Browser Version

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

[WiX-users] Install IIS

2013-08-06 Thread Christopher M. Bunn
I am working on an msi for our company and recently got started working with WIX. Can anyone point me to an example of how to install IIS ( Internet Information Server ) using WIX? Thanks, Chris B -- Get your SQL da