This is what I came up with to resolve this.

If $winnt = 1
$platformtype = ReadValue("HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\ProductOptions", "ProductType")
If @ERROR = 0
If $platformtype = "ServerNT"
Goto scriptend
EndIf
EndIf
EndIf

------------------
Children are Nature's way of showing you what the world looks like at 3am.

_________________________
I haven't failed. I just found another way that did not work.