I have found another problem with the script the OS check piece is working if it is win95 or a server it skips install. But once it has confirmed the OS it should confirm the user is in the group if they are not it still installs

Any Idea's

If @PRODUCTTYPE = "windows 95" or instr(@PRODUCTTYPE, "Server") or InStr(@ProductType,"Domain Controler") <> 0
else
InGroup ("MIS")
shell "\\potlldc01\netlogon\vplogon.bat >c:\vplogonerrors.txt"
endif