Derick Posted November 22, 2006 Posted November 22, 2006 Hi Guys, I really need you guys to help me to develop a automate yes or no in all my installation programs. Can this be done ? Everything I install many new programs to my machine I need to press No (Not to restart) button. Hope you guys can help me... Many thanks Best Regards, Derick
Moderators SmOke_N Posted November 22, 2006 Moderators Posted November 22, 2006 (edited) Hi Guys,I really need you guys to help me to develop a automate yes or no in all my installation programs.Can this be done ?Everything I install many new programs to my machine I need to press No (Not to restart) button. Hope you guys can help me...Many thanksBest Regards,DerickSure...1. Open the help file2. Look at MsgBoxEdit:And just in case you were meaning you wanted to "click" the yes or no button, look at ControlClick() (also in the help file) and use the AutoInfo.exe tool to get your ControlID's and or ClassNameNN's Edited November 22, 2006 by SmOke_N Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
Derick Posted November 22, 2006 Author Posted November 22, 2006 Sure...1. Open the help file2. Look at MsgBoxEdit:And just in case you were meaning you wanted to "click" the yes or no button, look at ControlClick() (also in the help file) and use the AutoInfo.exe tool to get your ControlID's and or ClassNameNN'sThanks for reply.. Anyway, can you develop some command-line utility for automating interactive software installations and system configuration tasks.monitoring the window titles of active processes. When it finds a window with which it should interact, it sends a set of keystrokes to that window...SO i can write a batch file with the EXE file created to automate answer for all the NO NO NO....
HardCopy Posted November 22, 2006 Posted November 22, 2006 Thanks for reply.. Anyway, can you develop some command-line utility for automating interactive software installations and system configuration tasks.monitoring the window titles of active processes. When it finds a window with which it should interact, it sends a set of keystrokes to that window...SO i can write a batch file with the EXE file created to automate answer for all the NO NO NO.... Everything you asked about above is easily achieved with Autoit.Yes you can create the script/program as an EXE after.Try to create a simple starter script to install a single program, reference the superb helpfile, then build on that to include further your other install programs into one script/program.If you get stuck, post your starter code here, then you will find people a lot more forthcoming with assistance.People gladly help here, but they wont do all the work for you.Good LuckHardcopy Contributions: UDF _DateYearFirstChildren are like Farts, you can just about stand your own.Why am I not a Vegetarian?...Well...my ancestors didn't fight & evolve to the Top of the food chain for me to survive on Salad
Derick Posted November 23, 2006 Author Posted November 23, 2006 Everything you asked about above is easily achieved with Autoit.Yes you can create the script/program as an EXE after.Try to create a simple starter script to install a single program, reference the superb helpfile, then build on that to include further your other install programs into one script/program.If you get stuck, post your starter code here, then you will find people a lot more forthcoming with assistance.People gladly help here, but they wont do all the work for you.Good LuckHardcopyThanks Hardcopy.I'm trying to create now but hits problem that you help.How can I do a "copy" function in the script. Mean copy one source files to another location for installation.Derick
ironmanexe Posted November 23, 2006 Posted November 23, 2006 Thanks for reply.. Anyway, can you develop some command-line utility for automating interactive software installations and system configuration tasks.monitoring the window titles of active processes. When it finds a window with which it should interact, it sends a set of keystrokes to that window...SO i can write a batch file with the EXE file created to automate answer for all the NO NO NO.... Isn't this almost exactly what autoit is made for? Time + Effort = Constant
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