So far, so good. Therefore, when I try to add the following condition, it doesn't work:
(VersionNT=502 And NETVER='1') Or (VersionNT>=600 And UACSTATUS='0')
I think it does not recognize the brackets, because I tried a single condition with it and it didn't work. It's strange, because there's an expression at this article: http://etutorials.org/Programming/Ma...ch+Conditions/ with brackets (go down to "Detecting Windows Versions")
Bookmarks