; ---------------------------------------------------------------------------- ; ; AutoIt Version: 3.1.0 ; Author: sadicq ; ; Script Function: ; Xpize 4 MCE Beta 2 UA Setup. ; ; ---------------------------------------------------------------------------- ; Script Start - Add your code below here Run("Xpize.exe") WinWaitActive("Installer Language") Send("{ENTER}") WinWaitActive("XPize 4.0 MCE BETA2 Setup","Welcome to the XPize 4.0 MCE BETA2 Setup Wizard") Send("!n") WinWaitActive("XPize 4.0 MCE BETA2 Setup","Please review the license terms before installing XPize 4.0 MCE BETA2.") Send("!a") Send("!n") WinWaitActive("XPize 4.0 MCE BETA2 Setup","Please review the Read Me before proceeding.") Send("{ENTER}") WinWaitActive("XPize 4.0 MCE BETA2 Setup","Choose which features of XPize 4.0 MCE BETA2 you want to install.") Send("{SPACE}") Send("{DOWN})") Send("{SPACE}") Send("!i") WinWaitActive("XPize 4.0 MCE BETA2 Setup","Setup was completed successfully.") Send("!n") WinWaitActive("XPize 4.0 MCE BETA2 Setup","Completing the XPize 4.0 MCE BETA2 Setup Wizard") Send("{DOWN})") Send("!f")