As Glenn suggested, it could be as simple as...

 Code:
if instr(@producttype,"Server") or instr(@producttype,"Domain Controller")
  ;exit 0
else
  ;run the login script
endif