bcl Posted November 28, 2007 Posted November 28, 2007 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
realkiller Posted November 28, 2007 Posted November 28, 2007 the only thing i could off think about is logging in ass system:) Microsoft got a tool for it (systools)and i 2 remote administrator see my signature but it isnt complete yet Remote 3.1 BetaRemote Media Player ControlUSB Security 1.2
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