Hi there , i've to setup a script that install a msi packet in a 64 bit windows seven as a domain admin user , i need some help to make it work, :
Global $username = "user"
Global $password = "psw"
Global $domain = "dom"
runas("$susername", "$sdomain", "$spassword", 2, "msiexec /i package.msi /qn /L*v c:\test.txt" )
when i run it a msgbox from windows installer tell me that is impossible to open the install package. Verify that i got the rights or contact the producer, verify that the packes is valid .
Sorry for my english.