Boss007 Posted July 22, 2011 Posted July 22, 2011 (edited) Hi I have a problem with a script to silenly install revo uninstaller. I need to click the ok button on the revo installer language screen I have tried all sortst of commands with the given screen info and nothing works except for the mouseclick command which is not ideal. Below is the window info I have been trying to click the ok button on. Position: 493, 305 Size: 294, 160 Handle: 0x001704E8 PID: 4084 Path: D:\software\revosetup.exe Control ======= Class: Static Instance: 1 [CLASS:Static; INSTANCE:1] ID: 1007 [CLASS:Static; ID:1007] Style: 0x50020000 WS_CHILD, WS_GROUP, WS_VISIBLE ExStyle: 0x00000004 WS_EX_NOPARENTNOTIFY Position: 68, 16 Size: 210, 44 Handle: 0x001F0432 Text: Please select a language. Visible Text ============ English OK Cancel Please select a language.: Can any one give me a pointer into getting round this and how to silently insatlling revo uninstaller? Thanks! Edited July 22, 2011 by Boss007
sleepydvdr Posted July 22, 2011 Posted July 22, 2011 This will silently install it: Run("revosetup.exe /S") More info on the subject: http://unattended.sourceforge.net/installers.php #include <ByteMe.au3>
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