Jump to content

Pakserrion

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by Pakserrion

  1. I tried like you suggest but i've got an error at Line 7 "unable to parse line." Global $username = "user" Global $password = "psw" Global $domain = "dom" runas("$susername", "$sdomain", "$spassword", 2, "msiexec /i" & @directory & "\package.msi" )
  2. The msi package is included in a zip file with the script that is deployed with OCS inventory , i don't know in which folder he will store the files , i can launch the msi from the share but i don't know the syntax, i'm using this scrip because i need to use a domain admin for install that msi because he connect to a restrict server.
  3. 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.
×
×
  • Create New...