Jump to content

Recommended Posts

Posted

Hi

I have been playing with AutoIT for a wwek or 2 now, and I am findint it really handy

I have created a few install scripts for myself and most work, however, I have a shareware app' that nees a password entering during the install. I have tried a fe different ways to do this but I am not having much luck

How do I simply insert a word into the imput box in the install process?

Thanks

Keith

Posted (edited)

ControlSetText(), use the autoit window info tool to get the control id or class name or whatever.

Edited by monoceres

Broken link? PM me and I'll send you the file!

Posted

Thanks, but that didnt work

I found a post on here and used this

ControlSend(WinGetHandle("[active]"), "", "[CLASS:obj_EDIT; INSTANCE:3]", "windows")

Thanks anyway

Keith

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...