Guest groundzero Posted March 18, 2004 Posted March 18, 2004 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.
Raider Posted March 18, 2004 Posted March 18, 2004 It would be a lot easier if you could give the exact error message. And try to put the domain name in RunAsSet() in quotes...
Developers Jos Posted March 18, 2004 Developers Posted March 18, 2004 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 usernamesummit01 is the domainpass is the passwordIt 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now