slu 0 Posted February 4, 2011 Autoit is designed for automating the Windows GUI. I need to install Autoit from command line without any user interaction, but I could find any document about it. Share this post Link to post Share on other sites
willichan 220 Posted February 4, 2011 There is a ZIP file version that you can use instead of the installer. http://www.autoitscript.com/site/autoit/autoit-downloads/ Just unZIP it into the folder where you want it. Join me in supporting Pediatric Therapy Network through Amazon Smile. My UDFs: Barcode Libraries, Automate creation of any type of project folder, File Locking with Cooperative Semaphores, Inline binary files, Continue script after reboot, WinWaitMulti, Name Aggregator Share this post Link to post Share on other sites
Jos 2,208 Posted February 4, 2011 use the installer with parameter /S. Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Share this post Link to post Share on other sites
slu 0 Posted February 4, 2011 Thanks for all the replies. Using the installer with parameter /S works. The zip file vesrion still needs one user interaction. Share this post Link to post Share on other sites
slu 0 Posted February 4, 2011 Where can I find the installer options? Usually, we can find out the options by /? when doing windows commands or installshield installers. Share this post Link to post Share on other sites
Jos 2,208 Posted February 4, 2011 We use NSIS : http://nsis.sourceforge.net/Which_command_line_parameters_can_be_used_to_configure_installers SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Share this post Link to post Share on other sites