Nicolas971 Posted July 6, 2010 Posted July 6, 2010 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.
PsaltyDS Posted July 7, 2010 Posted July 7, 2010 Google is your friend: Silent Install InstructionsAnd 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. 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
Nicolas971 Posted July 8, 2010 Author Posted July 8, 2010 Thx ! I didn't know this kind of installation ! I'm going to test it
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now