Jump to content

Recommended Posts

Guest groundzero
Posted

I am trying to build a script that will allow me to install a ie6install.exe package. I need to run the file as a administrator. I have done the code below but I am receiving an error.

RunAsSet("install", summit01, "pass")

RunWait ("\\01summit_master\Programs\ie6\flat\win32\en\ie6setup.exe")

RunAsSet()

install is the username

summit01 is the domain

pass is the password

It is giving me errors. Please help.

Thank you.

  • Developers
Posted

I am trying to build a script that will allow me to install a ie6install.exe package.  I need to run the file as a administrator.  I have done the code below but I am receiving an error.

RunAsSet("install", summit01, "pass")

RunWait ("\\01summit_master\Programs\ie6\flat\win32\en\ie6setup.exe")

RunAsSet()

install is the username

summit01 is the domain

pass is the password

It is giving me errors.  Please help.

Thank you.

you need to put the domain name also in " " like RunAsSet("install", "summit01", "pass")

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...