Jump to content

Recommended Posts

Posted

I am trying to automate an app install. This includes clicking the Next button and hitting radio buttons as you would expect. However, there are no typical WINDOWS underscore letters to Send and the installer windows offer no visible or hidden text. In short this application install needs to be attended as it is poorly written in comparison. Can autoit grab a next button even when its not identified? -- if so can someone post an example. I have been floundering for some time now testing Mouseclick ControlClick using co-ords and other methods but all I am getting is a systray icon telling me the script has paused. I hope to create an exe version if this can be sorted.

Thanks in advance :)

Posted

The controlclick function sends a mouseclick to a specific button.. you don't need to know its x y coordinates. Take a look at the helpfile for automated winzip install (either winzip or winrar cant' remember) as thats pretty close to what you are looking for.

Welcome to the forum, let us know if you need more help

While ProcessExists('Andrews bad day.exe')
	BlockInput(1)
	SoundPlay('Music.wav')
	SoundSetWaveVolume('Louder')
WEnd
Posted

mickem: The ControlCommand command should help you out too. I was just in the same boat with a horrid software install. You can use ControlCommand to enable/disable checkboxes and the like.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...