Jump to content

Problem with a special class


Recommended Posts

Hi,

I try to install MySQL Server with an AutoIt script. Installation ok, but configuration wizard is not working correctly ...

I have a problem with this syntax :

ControlSend("MySQL Server Instance Configuration Wizard","","[CLASS:TTntEdit.UnicodeClass; INSTANCE:2]","blabla")

I try this syntax with an edit class (CLASS:Edit;), it works fine.

When I try with TTntEdit class (which is not recognized by autoit, i mean no completion), it dosen't work, so maybe (i supposed) the problem is this class ? But how i can resolve it ? Is there an other command to do what I want ? (Insert strings character)

PS : I'm a french guy, so sorry for my english.

Link to comment
Share on other sites

Google is your friend: Silent Install Instructions

And many other results like that.

If the GUI is owner-drawn then AutoIt doesn't have the API available for it. Don't know that's the case with the MySQL installer, but it seems likely. Run a command line install using their tools for silent install instead.

:blink:

Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
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...