Hi,
I would like to launch a .msi with the script bellow, but taht doesne't work :
The login, password and domaine are good.
I would like to launch a .msi with the script bellow, but taht doesne't work :
The login, password and domaine are good.
[ autoit ]
; Indentifiants du compte administrateur utilisé Local $sUserName = "administrateur" Local $sPassword = "password" Local $sDomain = "domain" ; Commande de lancement de l'exécutable RunAs($sUserName, $sDomain, $sPassword, 0, "\\serveur1\appli.msi", @SystemDir)