;This will execute the 10357 Setup GUI executable Run("10357-1 Setup GUI_V_1_2_4_setup.exe") ;Now we wait for the window to pop up and become active and send the keystroke ALT+n WinWaitActive ("10357-1 Setup GUI version 1.2.4 Setup") Send ("!n") ;Now we wait for the window to pop up and become active and send the keystroke ALT+i WinWaitActive ("10357-1 Setup GUI version 1.2.4 Setup") Send ("!i") ;Now we wait for the window to pop up and become active and send the keystroke ALT+r WinWaitActive ("10357-1 Setup GUI version 1.2.4 Setup") Send ("!r") ;Now we wait for the window to pop up and become active and send the keystroke ALT+f WinWaitActive ("10357-1 Setup GUI version 1.2.4 Setup") Send ("!r") ;Now we wait for the window to pop up, untick run option and close it before moving on Send ("!r") Send ("!f") ;This will execute the Cygnus CP Config executable Run("Cygnus CP Config GUI_V_02_02_13_setup") ;Now we wait for the window to pop up and become active and send the keystroke ALT+n WinWaitActive ("Cygnus CP Config GUI version 02.02.13 Setup") Send ("!n") ;Now we wait for the window to pop up and become active and send the keystroke ALT+i WinWaitActive ("Cygnus CP Config GUI version 02.02.13 Setup") Send ("!i") ;Now we wait for the window to pop up and become active and send the keystroke ALT+r WinWaitActive ("Cygnus CP Config GUI version 02.02.13 Setup") Send ("!r") ;Now we wait for the window to pop up and become active and send the keystroke ALT+f WinWaitActive ("Cygnus CP Config GUI version 02.02.13 Setup") Send ("!r") ;Now we wait for the window to pop up, untick run option and close it before moving on Send ("!r") Send ("!f") ;This will execute the Cygnus Site Config executable Run("Cygnus Site Config_setup_V_1_00_11") ;Now we wait for the window to pop up and become active and send the keystroke ALT+n WinWaitActive ("Cygnus Site Config version 01.00.11 Setup") Send ("!n") ;Now we wait for the window to pop up and become active and send the keystroke ALT+i WinWaitActive ("Cygnus Site Config version 01.00.11 Setup") Send ("!i") ;Now we wait for the window to pop up and become active and send the keystroke ALT+r WinWaitActive ("Cygnus Site Config version 01.00.11 Setup") Send ("!r") ;Now we wait for the window to pop up and become active and send the keystroke ALT+f WinWaitActive ("Cygnus Site Config version 01.00.11 Setup") Send ("!r") ;Now we wait for the window to pop up, untick run option and close it before moving on Send ("!r") Send ("!f") ;This will execute the Ultima 2 CP Site Config executable Run("Ultima-2 CP Config_setup_V_2_00_00") ;Now we wait for the window to pop up and become active and send the keystroke ALT+n WinWaitActive ("Ultima-2 CP Config version 02.00.00 Setup") Send ("!n") ;Now we wait for the window to pop up and become active and send the keystroke ALT+i WinWaitActive ("Ultima-2 CP Config version 02.00.00 Setup") Send ("!i") ;Now we wait for the window to pop up and become active and send the keystroke ALT+r WinWaitActive ("Ultima-2 CP Config version 02.00.00 Setup") Send ("!r") ;Now we wait for the window to pop up and become active and send the keystroke ALT+f WinWaitActive ("Ultima-2 CP Config version 02.00.00 Setup") Send ("!r") ;Now we wait for the window to pop up, untick run option and close it before moving on Send ("!r") Send ("!f") ;Now we will install the serial lead driver Run("CDM21226_Setup") ;Now we wait for the window to pop up and become active and send the keystroke ALT+e WinWaitActive ("FTDI CDM Drivers") Send ("!e") ;Now we extract the serial lead driver files WinWaitActive ("Device Driver Installation Wizard") Send ("!n") ;Now we accpe the terms by sending the following keystroke, ALT+a, Alt+n WinWaitActive ("Device Driver Installation Wizard") Send ("!a") Send ("!n") ;Now we wait for the window to pop up and become active and send the keystroke enter WinWaitActive ("Device Driver Installation Wizard") Send("{ENTER}")