Jump to content

remote script waits for login


bcl
 Share

Recommended Posts

We are running a program for software distribution/installation that pushes data out to remote computers and then runs as system to install. Our application uninstalls a program then installs a program(using an AutoIT script to answer prompts) then installs another program. It all works perfectly except that the script waits until someone logs into that machine. It doesnt matter if admin or restricted user logs in -either way the script takes off an work fine. The script is as follows:

Run("c:\Download\Byte.exe")

WinWaitActive("Byte Setup","Next")

Send("{ENTER}")

WinWaitActive("Byte Setup","Next")

Send("{ENTER}")

WinWaitActive("Byte Setup","Next")

Send("{UP}")

Send("{ENTER}")

WinWaitActive("Byte Setup","Next")

Send("{ENTER}")

WinWaitActive("Byte Setup","Next")

Send("{ENTER}")

WinWaitActive("Byte Setup","Next")

Send("{ENTER}")

WinWaitActive("Byte Setup","Finish")

Send("{ENTER}")

Is there a way to make the script run without someone loging in ?

Thanks

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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