Hi Yuval,

is a question of operator priority:

It should look like that
<Custom Action="Start" After="InstallFinalize">
(INSTALLERROR = 0) AND Not(Installed)</Custom>

Your term means
                   INSTALLERROR=(0 AND NOT Installed)
and this is of course always false

Mike

Yuval David wrote:
> Hello,
>
> I'm  trying to run a custom action with a condition that verify that a
> property value of  INSTALLERROR  is 0, but it doesn't work
>
> The syntax is probably not right. Can some one tell me what is the
> problem please?
>
>  
>
>    
>
> <Property Id="INSTALLERROR"> Value="0" </Property>
>
>  
>
> <Custom Action="Start" After="InstallFinalize">
>
>             INSTALLERROR = 0 AND Not Installed</Custom>
>
>  
>
>  
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win great prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>   
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to