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

2013-08-13 Thread Christopher M. Bunn
Great - Thanks! -Original Message- From: Rob Mensching [mailto:r...@robmensching.com] Sent: Tuesday, August 13, 2013 12:24 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Display value in message - Burn "[ServicePackLevel]"? On Tue, Au

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

2013-08-13 Thread Rob Mensching
"[ServicePackLevel]"? On Tue, Aug 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 >= v5.1 > AN

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