Re: [WiX-users] condition expression syntax (ICE79)

2008-02-01 Thread Daryn Mitchell
> -Original Message- > I have a feature with the ID="SomeFeature". > > $SomeFeature > This throws an ICE79 error. > > However, changing the $ to a ! is fine. $ is for components, & and ! are for features. (Conditional Statement Syntax http://msdn2.microsoft.com/en-us/library/aa368012(VS

[WiX-users] condition expression syntax (ICE79)

2008-02-01 Thread larsenal
I'm running Wix 3 and can't figure out how to get around this ICE79 error. I have a feature with the ID="SomeFeature". Down in the InstallExecuteSequence I have... $SomeFeature This throws an ICE79 error. However, changing the $ to a ! is fine. !SomeFeature Any ideas? Has the expression sy