Re: [WiX-users] Using substring operators in a 'Condition'

2014-04-29 Thread Tony
Actually I had it backwards. I always forget that LaunchCondition messages only appear if the condition if FALSE. So, my test worked a designed. On Tue, Apr 29, 2014 at 10:06 AM, Carter Young wrote: > IIRC LeftString THIS IS = RightString THIS IS Try Specifying the > Number of Characters to m

Re: [WiX-users] Using substring operators in a 'Condition'

2014-04-29 Thread Carter Young
IIRC LeftString THIS IS = RightString THIS IS Try Specifying the Number of Characters to match and You'll get the Desired Behavior Quoting Tony : > Why is this condition 'true'? > > > > > > > > > According to MSDN ( > http://msdn.microsoft.com/en-us/library/aa368012(

[WiX-users] Using substring operators in a 'Condition'

2014-04-29 Thread Tony
Why is this condition 'true'? According to MSDN ( http://msdn.microsoft.com/en-us/library/aa368012(v=vs.85).aspx) the '<<' should... "TRUE if left string starts with the right string." -- Tony -