imm0 0 Posted March 16, 2013 Hello scripters I kinda need your help if possible. I want an auto instalation of a program. So far i managed to move the cursor and click next in the first page , but the next windows has the same title Maybe the third page would have the same title and it seems that the WinWaitActive dont work when i use the same title I read a bit in help files that i could use &handle? Maybe i bit syntax help Sorry for noob Questions Share this post Link to post Share on other sites
JohnOne 1,603 Posted March 16, 2013 First you should check if the program supports command line parameters, usually they do, and you can install it silently without interaction. What is the name of the program? AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. Share this post Link to post Share on other sites
AutoBert 197 Posted March 16, 2013 There is a second Parameter "Text" for this case. Share this post Link to post Share on other sites
imm0 0 Posted March 16, 2013 Thanks for the repliesThere is a second Parameter "Text" for this case.I tried the text thing but it seems that the text cant be read by the script or something(i cant either copy that text it to my clipboard) First you should check if the program supports command line parameters, usually they do, and you can install it silently without interaction.What is the name of the program?It might not support s.i i dont really knowIt installs some ads in the process Share this post Link to post Share on other sites
JohnOne 1,603 Posted March 16, 2013 If you don't know, then what is it, someone will tell you. It's by far the easiest way. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. Share this post Link to post Share on other sites
water 2,369 Posted March 16, 2013 As JohnOne has posted above: Please tell us the name of the program you try to install. We then can check if it supports command line parameters for installation. If not we can guide you how to automate the installation GUI. My UDFs and Tutorials: Spoiler UDFs:Active Directory (NEW 2020-10-10 - Version 1.5.2.1) - Download - General Help & Support - Example Scripts - WikiOutlookEX (NEW 2020-12-15 - Version 1.6.3.1) - Download - General Help & Support - Example Scripts - WikiOutlookEX_GUI (2020-06-27 - Version 1.3.2.0) - DownloadOutlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - WikiExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example ScriptsPowerPoint (2017-06-06 - Version 0.0.5.0) - Download - General Help & SupportExcel - Example Scripts - WikiWord - WikiTask Scheduler (2019-12-03 - Version 1.5.1.0) - Download - General Help & Support - WikiTutorials:ADO - Wiki, WebDriver - Wiki Share this post Link to post Share on other sites
Blue_Drache 260 Posted March 16, 2013 Post some code. Lofting the cyberwinds on teknoleather wings, I am...The Blue Drache Share this post Link to post Share on other sites
imm0 0 Posted March 16, 2013 (edited) Post some code. >>>> Window <<<< Title: Media Crawler Installer Class: THtmlUIForm Position: 530, 295 Size: 620, 400 Style: 0x96000000 ExStyle: 0x00090008 Handle: 0x00110414 >>>> Control <<<< Class: Internet Explorer_Server Instance: 1 ClassnameNN: Internet Explorer_Server1 Name: Advanced (Class): [CLASS:Internet Explorer_Server; INSTANCE:1] ID: Text: Position: 0, 0 Size: 620, 400 ControlClick Coords: 266, 62 Style: 0x56000000 ExStyle: 0x00000000 Handle: 0x00130412 >>>> Mouse <<<< Position: 796, 357 Cursor ID: 0 Color: 0x163A55 As JohnOne has posted above: Please tell us the name of the program you try to install. We then can check if it supports command line parameters for installation. If not we can guide you how to automate the installation GUI. i cant post the exe is kinda adware Edited March 16, 2013 by imm0 Share this post Link to post Share on other sites
Jos 2,175 Posted March 16, 2013 i cant post the exe is kinda adwareCare to elaborate? 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
Exit 149 Posted March 16, 2013 Media Crawler Installer.exe /VERYSILENT App: Au3toCmd UDF: _SingleScript() Share this post Link to post Share on other sites
imm0 0 Posted March 16, 2013 Care to elaborate?I dont exacly get what you mean but i use sandbox to install it Media Crawler Installer.exe /VERYSILENThuh? Share this post Link to post Share on other sites
water 2,369 Posted March 16, 2013 (edited) According to SourceForge: "The “Media Crawler” is an extensible Eclipse RCP based desktop application which will crawl a given file system, extract metadata from files, map metadata to internal schemas and store the metadata in a databse. This project is ANDS-funded." Edited March 16, 2013 by water My UDFs and Tutorials: Spoiler UDFs:Active Directory (NEW 2020-10-10 - Version 1.5.2.1) - Download - General Help & Support - Example Scripts - WikiOutlookEX (NEW 2020-12-15 - Version 1.6.3.1) - Download - General Help & Support - Example Scripts - WikiOutlookEX_GUI (2020-06-27 - Version 1.3.2.0) - DownloadOutlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - WikiExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example ScriptsPowerPoint (2017-06-06 - Version 0.0.5.0) - Download - General Help & SupportExcel - Example Scripts - WikiWord - WikiTask Scheduler (2019-12-03 - Version 1.5.1.0) - Download - General Help & Support - WikiTutorials:ADO - Wiki, WebDriver - Wiki Share this post Link to post Share on other sites