Quote:


This program is only compatible with workstations and throws an error when installation is attempted on a server.





The following will exit your script if running on a server.

Code:

If (InStr(UCase(@PRODUCTTYPE), 'SERVER') OR (InStr(UCase(@PRODUCTTYPE), 'DOMAIN')
; Running on a server
Exit
EndIf