sumanth1980 Posted January 29, 2019 Posted January 29, 2019 >>>> Window <<<< Title: SQL Backup Master Setup Class: #32770 Position: 417, 175 Size: 606, 509 Style: 0x14C80044 ExStyle: 0x00010100 Handle: 0x000000000008042E >>>> Control <<<< Class: Instance: ClassnameNN: Name: Advanced (Class): [CLASS:; INSTANCE:] ID: Text: &Next > Position: 506, 440 Size: 74, 22 ControlClick Coords: 34, 17 Style: 0x56032001 ExStyle: 0x00000000 Handle: 0x00000000000C045C >>>> Mouse <<<< Position: 543, 483 Cursor ID: 0 Color: 0xE1E1E1 >>>> StatusBar <<<< >>>> ToolsBar <<<< >>>> Visible Text <<<< &Next > Welcome to the SQL Backup Master Setup Wizard The Setup Wizard will install SQL Backup Master on your computer. Click Next to continue or close the window to exit the Setup Wizard. Bitmap_1 Bitmap
Moderators JLogan3o13 Posted January 29, 2019 Moderators Posted January 29, 2019 @sumanth1980, @Sumanth97 creating multiple accounts on the forum is not tolerated and is a great way to get all accounts banned. I have closed the Sumanth1980 account, do not create another. As to your question, you need to show some patience and wait at least 24 hours before bumping your thread. Just because this is the most important thing in the world to you doesn't mean you can pester the forum until you get an answer. You also have provided exactly zero information; how do you expect anyone to help? You need to tell us: In detail what you're trying to do What problem you're encountering What you have tried on your own POST YOUR CODE yutijang 1 "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum!
Nine Posted January 29, 2019 Posted January 29, 2019 Look for silent install if available... “They did not know it was impossible, so they did it” ― Mark Twain Spoiler Block all input without UAC Save/Retrieve Images to/from Text Monitor Management (VCP commands) Tool to search in text (au3) files Date Range Picker Virtual Desktop Manager Sudoku Game 2020 Overlapped Named Pipe IPC HotString 2.0 - Hot keys with string x64 Bitwise Operations Multi-keyboards HotKeySet Recursive Array Display Fast and simple WCD IPC Multiple Folders Selector Printer Manager GIF Animation (cached) Debug Messages Monitor UDF Screen Scraping Round Corner GUI UDF Multi-Threading Made Easy Interface Object based on Tag
Earthshine Posted January 29, 2019 Posted January 29, 2019 (edited) Silent Install is the best way to automate, however I downloaded the installer and the Info tool returns all the data. Class is Static and ClassnameNN is Static4 [CLASS:Static; INSTANCE:4] what version of AutoIt are you using? that is just a windows Dialog box, CLASS #32770 and is easily handled by AutoIt. update, the form is a dialog, but that Next button is a bitmap, lol, not a control. the stuff above I posted in this post was for the FORM only. this should get you started though in a crude manner without resorting to UIAutomation #include <AutoItConstants.au3> #include <MsgBoxConstants.au3> WinActivate('SQL Backup Master Setup') Send('Enter') Send('Ctrl-A') Send('Ctrl-N') Edited January 29, 2019 by Earthshine My resources are limited. You must ask the right questions
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