Jump to content

Recommended Posts

Posted

Hello,

I'm trying to automate the installation of PowerArchiver 9.62.3.0 with AutoIt V3. At the end of the installation, program give the 2 following choices:

- Run PowerArchiver 2006

- What's New

I want to desactivate both of them but I can't reach them by programing. AutoIt Active Window Info doesn't give me the handles to reach these fields. So how can I do this ?

Thanks,

Regards,

D. Croutz.

Posted

Hello,

I'm trying to automate the installation of PowerArchiver 9.62.3.0 with AutoIt V3. At the end of the installation, program give the 2 following choices:

- Run PowerArchiver 2006

- What's New

I want to desactivate both of them but I can't reach them by programing. AutoIt Active Window Info doesn't give me the handles to reach these fields. So how can I do this ?

Thanks,

Regards,

D. Croutz.

First things first... wrong forum. This is Scripts and Scraps. This post should be in the support forum.

In answer to your question: Unfortunately you will have to use what some would call a "dirty workaround". Look in the helpfile for the Send() function. You I am sure can send the proper keyboard commands (TAB to get there and SPACE to disable) to do the job for you.

JS

AutoIt Links

File-String Hash Plugin Updated! 04-02-2008 Plugins have been discontinued. I just found out.

ComputerGetInfo UDF's Updated! 11-23-2006

External Links

Vortex Revolutions Engineer / Inventor (Web, Desktop, and Mobile Applications, Hardware Gizmos, Consulting, and more)

Guest BinaryVision
Posted

The sending of spaces is a common workaround for these type of scripts. You may also have to use a combination of TABs and SPACEs when selecting an item in a customized tree list.

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
×
×
  • Create New...