So be it.  I'm dropping custom actions, since they don't evaluate to a 1 or a 0
anyway, but rather evaluate to something like 500=500.  I'll use

(VersionNT = 501 AND ServicePackLevel >= 2) OR (VersionNT = 502 AND
ServicePackLevel >= 1) OR (VersionNT > 502)

Thanks!


On 5/10/07, Trevor Clifton <[EMAIL PROTECTED]> wrote:
> If I understand you correctly, you want the following conditions only:
>
> If it is XP and SP2 or greater
> (VersionNT = 501 AND ServicePackLevel >= 2) OR
>
> Or if it is Win2003 and (SP1 or greater)
> (VersionNT = 502 AND ServicePackLevel >= 1) OR
>
> Of if it is Vista
> (VersionNT = 600)
>
> Then you can also check if it is 64 bit or not with
> VersionNT64
>
> Us this reference for the syntax:
> http://msdn2.microsoft.com/en-us/library/aa368012.aspx
>
> and use this reference for the values look here:
> http://msdn2.microsoft.com/en-us/library/aa370556.aspx
>
>
> -Trevor
>


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to