hmm too.

I'm playing with this code so I can run an installer only on domain pc's that are running Windows 7 but it aint working

 Code:
If instr(@producttype,"Server") or instr(@producttype,"Domain Controller") or instr(@producttype,"Windows XP Professional")
;	RUN "\\IE9\IE9-Windows7-x86-enu.exe"
	?"Don't do anything"
		else
;		?"Don't do anything"
		run "\\IE9\IE9-Windows7-x86-enu.exe"
endif


Trying something as a workaround