Jump to content

Recommended Posts

Posted (edited)

Hello,

I try to control a setup wizard (innosetup). I use he following statements :

WinWaitActive(....)

Send("{ENTER}")

WinWaitClose(....)

The Enter command doesn't do anything. I tried the same action with a controlclick command which returned a 1 (succes) but the wizard will not go to the next page. Please Help!!

Edited by Alvin1555
Posted

What about a mousemove and mouseclick? Or sending the key, see if its still on the same window then send the key again?

I just recovered that all send, mousemove and other commands aren't working. Is it possible that an application rejects the scripts? Even the mouse isn't responding to the mousemove command (script runs through without error messages). The only commands working are the commands on the window.

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