Jump to content

Recommended Posts

Posted

Welcome to AutoIt and the forum!

I would use the following approach:

  • Professional programs provide a silent installation option. So there is no need to automate the application's GUI.
  • On the forum you will find ready-made tools to select and install programs (Example: Vollatran). You can easily add new software without the need to modify your autoit script

 

My UDFs and Tutorials:

  Reveal hidden contents

 

Posted
  On 6/5/2020 at 6:13 AM, Winstonekk said:

i don't really know how to do delay between click without sleep, because my boss say thats every PC is not the same, and i don't know how to do it.

Expand  

The Sleep command is independent of the performance of the respective PC. Sleep(1000) has a duration of 1000 ms (1 sec ) on any PC. I therefore do not understand what argues against the use of Sleep in general.

Recommendation :
It would be beneficial if you could write function names, variable names and comments in English language. This makes it easier for potential helpers to follow your source code. Text output in message boxes or in a GUI can be written in your local language of course :).

Apart from that, I consider it just like @water .

Musashi-C64.png

"In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move."

Posted

What you need is the silent switches for these programs, and then you do runwait on them.

Alternatively, what you could do is the WinWaitClose for the window in question.

  Reveal hidden contents

IUIAutomation - Topic with framework and examples

Au3Record.exe

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