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

<Custom Action="MyAction" After="InstallFinalize">$SomeFeature</Custom>

This throws an ICE79 error.

However, changing the $ to a ! is fine.

<Custom Action="MyAction" After="InstallFinalize">!SomeFeature</Custom>

Any ideas?  Has the expression syntax changed?
-- 
View this message in context: 
http://www.nabble.com/condition-expression-syntax-%28ICE79%29-tp15238257p15238257.html
Sent from the wix-users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to