Run("D:\PARTC\ArcExplorer\aeclient.exe") WinWaitActive("ArcExplorer 1.1 Installation", "Welcome!") ControlClick("ArcExplorer 1.1 Installation", "Welcome!", "Button1") WinWaitActive("ArcExplorer 1.1 Installation", "Select Destination Directory") ControlClick("ArcExplorer 1.1 Installation", "Select Destination Directory", "Button1") WinWaitActive("ArcExplorer 1.1 Installation", "Select Components") ControlClick("ArcExplorer 1.1 Installation", "Select Components", "Button1") WinWaitActive("ArcExplorer 1.1 Installation", "Select Program Folder") ControlClick("ArcExplorer 1.1 Installation", "Select Program Folder", "Button1") WinWaitActive("ArcExplorer 1.1 Installation", "Create Shortcut on Desktop") ControlClick("ArcExplorer 1.1 Installation", "Create Shortcut on Desktop", "Button1") WinWaitActive("ArcExplorer 1.1 Installation", "Ready to Install!") ControlClick("ArcExplorer 1.1 Installation", "Ready to Install!", "Button1") WinWaitActive("ArcExplorer 1.1 Installation", "Installation Completed!") ControlClick("ArcExplorer 1.1 Installation", "Installation Completed!", "Button1") Sleep(2000) ShellExecute("explorer.exe", "D:\", "", "", @SW_MAXIMIZE) ShellExecute("D:\MA_INTRO.PDF") WinWaitActive("MA_INTRO.PDF") WinSetState("MA_INTRO.PDF", "", @SW_MAXIMIZE)