mutleey Posted December 23, 2020 Posted December 23, 2020 Hello guys, I'm creating an automation however when I get to this screen the autoit window info does not detect the checkboxes, the tool only detects the groupbox, I believe the checkboxes are underneath, any tips for me to detect the checkboxes?
Subz Posted December 23, 2020 Posted December 23, 2020 Can you check the installer type, it looks like InnoSetup in which case you may be able to save the settings using the /saveinf switch and then using the /loadinf for installing.
mutleey Posted December 23, 2020 Author Posted December 23, 2020 It is not an InnoSetup installer, I opened it with the PEiD and the information was this Borland Delphi 6.0 - 7.0 [Overlay]
Nine Posted December 23, 2020 Posted December 23, 2020 If needed, this should give you full control of the installation. “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
mutleey Posted December 23, 2020 Author Posted December 23, 2020 (edited) I was not successful with Ui Automation, although the script was very good I couldn't find the checkbox Id. Edited December 23, 2020 by mutleey
Earthshine Posted December 24, 2020 Posted December 24, 2020 Use uispy to see if it can locate the checkboxes My resources are limited. You must ask the right questions
mutleey Posted December 24, 2020 Author Posted December 24, 2020 Thanks for the tip, I'll see if I can identify myself with these tools.
Subz Posted December 24, 2020 Posted December 24, 2020 Sorry was called away, have checked and the software is an Innosetup product, just use the /saveinf and /loadinf along with /silent or /verysilent switches, see here for more info: https://jrsoftware.org/ishelp/index.php?topic=setupcmdline
mutleey Posted December 26, 2020 Author Posted December 26, 2020 (edited) On 12/24/2020 at 6:07 PM, Subz said: Sorry was called away, have checked and the software is an Innosetup product, just use the /saveinf and /loadinf along with /silent or /verysilent switches, see here for more info: https://jrsoftware.org/ishelp/index.php?topic=setupcmdline Thanks, I'll see if it works Edit: It worked, I managed to find the options with the form you indicated .. thanks. Edited December 26, 2020 by mutleey
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