Jump to content

Wanna Install


Recommended Posts

Hi,

i am doing my first steps with auto it.

I want to distribute the SW install via WPKG and automate the installation with AUTOIT.

Is it possible to hide the complete installation, if not to minimize it?

Here is my first script (dont laugh):

run("dia-setup-0.97.exe")

winwait("Installer Language")

ControlClick("Installer Language","OK","Button1")

Winwait("Dia 0.97 Installation")

Controlclick("Dia 0.97 Installation","&Weiter >","Button2")

Controlclick("Dia 0.97 Installation","Weiter >","Button2")

controlclick("Dia 0.97 Installation","&Weiter >","Button2")

controlclick("Dia 0.97 Installation","&Installieren","Button2")

Winwait("Dia 0.97 Installation","Die Installation von Dia 0.97 wird abgeschlossen")

controlclick("Dia 0.97 Installation","&Fertig stellen","Button2")

-------------------------------------------------------------------------------------------------

its simple but if i want to run it in the background, it doesnt work.

Link to comment
Share on other sites

Link to comment
Share on other sites

It may be possible for it to be done silently, using switches set by the installer... Have you had a look at that possibility?

Yes, it is possible. But from then on i can only use the predefined installation. What if i want to install it in a special directory?

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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