BTW...
 code:
 
		; ************************* Install Metaframe *******************************
		If ingroup("Area_MetaFrame")=1 and exist("C:\PROGRAM FILES\Citrix\ICA CLIENT\Uninst.isu")=0
			if updateapp("Citrix_Metaframe")="yes"
				Shell "\\itss\setupl$\metaframe\Setup.exe -s"
				$=Writeprofilestring("$logon\inventory\Install.log","Metaframe","@wksta","@date")
				sleep 20
				endif
			endif
		; ******************* Remove metaframe from unnecessary PCs ******************
		If ingroup("Area_MetaFrame")=0 and exist("C:\PROGRAM FILES\Citrix\ICA CLIENT\Uninst.isu")=1 and Ingroup("areamis")=0
			? "	Uninstalling Citrix Metaframe"
			$UnstKey=ReadValue("$HKLMSMWCV\Uninstall\Citrix ICA Client","UninstallString")
			Shell "$UnstKey"
			$=Writeprofilestring("$logon\inventory\UnInstall.log","Metaframe","@wksta","@date")
			endif