Dear Group,
Very much a newbie to AutoIT but otherwise fairly experienced sysadmin so maybe my assumptions are not valid in this context :-(
I want to use AutoIT and AU3Recorder to automate the installation of an executable. I have loaded the full version of SciTE to gain access to the AU3Recorder functionality. Environment Windows 7 32 bit in a Windows Active Directory environment.
I create an .au3 file and open the Tools, AU3Recorder dialog.
I then select Generate Internal Functions, Record Window Text and Record Mouse tick boxes
I enter the name and path of the program to be installed (the installer)
For example Run('c:\local\myprog.exe') and click the icon to begin recording.
I would expect the program "myprog.exe" to be launched, so that I could provide the necessary mouse clicks and keystrokes to complete the installation.
But I see nothing on screen, other than the recorder icon.
I must be doing something wrong??
After waiting a reasonable amount of time for things to happen (but they don't!) I then click to stop the recording process. I see the script (.au3) file gets populated with several lines that appear to make sense, such as the Run command, but never any evidence of mouse clicks or key strokes because the program "myprog" appears never to have been launched.
<quote>
Run('C:\mydir\myprog.exe')
_WinWaitActivate("C:\mydir\scriptname.au3 - SciTE","Match $whole word on")
<unquote>
Do I need to do something extra to make the installer (c:\mydir\myprog.exe) launch and do its thing?
Kind regards in advance,
Denis
P.S. in the meantime doing my searching of your forum!