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

This will check for all workstation level OSes that are XP SP2 or higher.
If you want to allow servers as well, drop the ' AND MsiNTProductType = 1'
from the condition

Regards,
//aj

On 6/8/07, Richard <[EMAIL PROTECTED]> wrote:


In article <[EMAIL PROTECTED]>,
    Sankaranarayanan <[EMAIL PROTECTED]>  writes:

>
> Is there any other property wich will distinguish between the different
Servi
ce Packs.

<http://msdn2.microsoft.com/en-US/library/aa370554.aspx>
--
"The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download
      <http://www.xmission.com/~legalize/book/download/index.html>

        Legalize Adulthood! <http://blogs.xmission.com/legalize/>

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

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