this is gonna work:
 Code:
If $IsLaptop AND If Exist($path)
	?"This computer is a laptop ..........checking xxxx Security Settings "
	Goto InstallClient	
EndIf
Else
	?"This computer is NOT a laptop no additonal settings required"
EndIf

Remove the first EndIf.