planoleg Posted September 2, 2007 Posted September 2, 2007 Which commands do I use to check or uncheck some boxes during the installation of a program? I didn't find it on autoit site in tutorials
IcemanND Posted September 3, 2007 Posted September 3, 2007 us the send command to send key strokes. You tab to the desired check box and then send a space.See the examples under Send in the help file.
iuli_kyle Posted September 5, 2007 Posted September 5, 2007 Which commands do I use to check or uncheck some boxes during the installation of a program? I didn't find it on autoit site in tutorials... or you can use ControlClick function (see the help file)
radix Posted September 5, 2007 Posted September 5, 2007 Which commands do I use to check or uncheck some boxes during the installation of a program? I didn't find it on autoit site in tutorialsDon't need to search on AutoIt site. Help is in the file AutoIt3Help.exe from AutoIt installation folder.
MHz Posted September 6, 2007 Posted September 6, 2007 Functions to check or uncheck a checkbox / radio button.ControlCommand()ControlClick()ControlSend()Send()
radix Posted September 6, 2007 Posted September 6, 2007 (edited) Hi!I have a question:I try to make a script for DivX 6.6.1, but after "Choose Components" window, the installer stop responding to the script, installing Firefox and goes to finish even the script lines is finished.What command can I use to "taming" this installer?"Sleep" command does not work. Edited September 6, 2007 by radix
MHz Posted September 7, 2007 Posted September 7, 2007 Hi!I have a question:I try to make a script for DivX 6.6.1, but after "Choose Components" window, the installer stop responding to the script, installing Firefox and goes to finish even the script lines is finished.What command can I use to "taming" this installer?"Sleep" command does not work.If the script finishes before the installation is finished then use ProcessWaitClose() with the Process ID returned from Run(). If you need further help then attaching your script may help to see your problem.
MadBoy Posted September 7, 2007 Posted September 7, 2007 Hi!I have a question:I try to make a script for DivX 6.6.1, but after "Choose Components" window, the installer stop responding to the script, installing Firefox and goes to finish even the script lines is finished.What command can I use to "taming" this installer?"Sleep" command does not work.Just a thought why don't you go to AutoIt Forum with questions related to AutoIt? There are a lot of ppl there and can help you to achieve what you want? MSFN is good but for AutoIt purpose i would suggest using official forum
MHz Posted September 7, 2007 Posted September 7, 2007 Hi!I have a question:I try to make a script for DivX 6.6.1, but after "Choose Components" window, the installer stop responding to the script, installing Firefox and goes to finish even the script lines is finished.What command can I use to "taming" this installer?"Sleep" command does not work.Just a thought why don't you go to AutoIt Forum with questions related to AutoIt? There are a lot of ppl there and can help you to achieve what you want? MSFN is good but for AutoIt purpose i would suggest using official forum So what are you saying? That an offering of help from an "AutoIt Forum MVP member" is not good enough here?
MadBoy Posted September 8, 2007 Posted September 8, 2007 (edited) So what are you saying? That an offering of help from an "AutoIt Forum MVP member" is not good enough here? Well I'm only saying that if he wants to get better in auto it he should go to AutoIt Forum which gives a lot of support to people You were here this time but on AutoIt forum he can get more help (from you aswell) Edited September 8, 2007 by MadBoy
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