no beacause "SERVER_NAME_OR_IP=entarray.ministero.comunicazioni.priv ENABLE_AUTO_DETECT=0 REFRESH_WEB_PROXY=1 /qn" is 1 command...if i excute the command separate work....
the all code is:
$userName = "gfdgfg"
$domain = "dsadsadsaf"
$password = "dsadsadsad"
If FileExists("C:\Programmi\Microsoft Firewall Client 2004\") Then
Exit
Else
Local $process=RunAsWait($userName,$domain,$password,1,'\\10.80.198.3\share\setup /v" SERVER_NAME_OR_IP=entarray.ministero.comunicazioni.priv ENABLE_AUTO_DETECT=0 REFRESH_WEB_PROXY=1 /qn"',@SystemDir)
ProcessWaitClose($process)
Local $msg=MsgBox(4,"Installazione Firewall Client ISA","L'installazione di ISA server 2006 è terminata, è consigliabile riavviare il computer. Vuoi Riavviare ora?")
If $msg==4 Then
Shutdown(6)
EndIf
EndIf