John Smith wrote:
> Hi,
>  
> I want to publish a custom action event only when a certain expression
> is TRUE.
> e.g. when a certain property [Version] is higher than "7.0", what's the
> syntax to use??

Hi,

just use that property inside of the <Custom> tag:

<InstallExecuteSequence>
    <Custom Action='MyAction' After='InstallFinalize'>VersionNT >=
500</Custom>

...

Regards,
Frank

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to