mutleey 0 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? Share this post Link to post Share on other sites
Subz 689 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. Share this post Link to post Share on other sites
mutleey 0 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] Share this post Link to post Share on other sites
Subz 689 Posted December 23, 2020 Whats the name of the software? Share this post Link to post Share on other sites
Nine 996 Posted December 23, 2020 If needed, this should give you full control of the installation. Not much of a signature but working on it... Spoiler Block all input without UAC Save/Retrieve Images to/from Text Tool to search content in au3 files Date Range Picker Sudoku Game 2020 Overlapped Named Pipe IPC x64 Bitwise Operations Multi-keyboards HotKeySet Fast and simple WCD IPC Multiple Folders Selector GIF Animation (cached) Share this post Link to post Share on other sites
mutleey 0 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 Share this post Link to post Share on other sites
Earthshine 518 Posted December 24, 2020 Use uispy to see if it can locate the checkboxes My resources are limited. You must ask the right questions Share this post Link to post Share on other sites
mutleey 0 Posted December 24, 2020 Thanks for the tip, I'll see if I can identify myself with these tools. Share this post Link to post Share on other sites
Subz 689 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 Share this post Link to post Share on other sites
mutleey 0 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 Share this post Link to post Share on other sites