User123 Posted December 21, 2009 Posted December 21, 2009 Hi, Using the AutoIT script, I could automate the installation process with the following sequence: WinWait("Database","Select Installation ") If Not WinActive("Database","Select Installation ") Then WinActivate("Database","Select Installation ") WinWaitActive("Database","Select Installation ") send("c") But when the system while in installation gets locked, the installation process stops and starts again when the window of the process gets active. I want to continue and complete the installation even the system gets locked or logged off. Is there any better process than the above? Thanks, User123
AdmiralAlkex Posted December 21, 2009 Posted December 21, 2009 It's right in the FAQ, Q21. .Some of my scripts: ShiftER, Codec-Control, Resolution switcher for HTC ShiftSome of my UDFs: SDL UDF, SetDefaultDllDirectories, Converting GDI+ Bitmap/Image to SDL Surface
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