#cs ---------------------------------------------------------------------------- AutoIt Version: 3.2.4.9 Script Function: Installs Firefox 2.0.0.6. Author: Chris McCafferty This work is licensed under a Creative Commons Attribution-Share Alike License. To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/3.0/us/ or send a letter to Creative Commons, 171 Second Street, Suite 300, San Francisco, California, 94105, USA. #ce ---------------------------------------------------------------------------- ; Script Start - Add your code below here #region --- ScriptWriter generated code Start --- Opt("WinWaitDelay",100) Opt("WinTitleMatchMode",4) Opt("WinDetectHiddenText",1) Opt("MouseCoordMode",0) Run('\\server\share\Firefox Setup 2.0.0.6.exe') WinWait("Mozilla Firefox Setup","Welcome to the Mozil") If Not WinActive("Mozilla Firefox Setup","Welcome to the Mozil") Then WinActivate("Mozilla Firefox Setup","Welcome to the Mozil") WinWaitActive("Mozilla Firefox Setup","Welcome to the Mozil") MouseMove(356,363) MouseDown("left") MouseUp("left") WinWait("Mozilla Firefox Setup ","Please review the li") If Not WinActive("Mozilla Firefox Setup ","Please review the li") Then WinActivate("Mozilla Firefox Setup ","Please review the li") WinWaitActive("Mozilla Firefox Setup ","Please review the li") MouseMove(191,299) MouseDown("left") MouseUp("left") MouseMove(365,363) MouseDown("left") MouseUp("left") WinWait("Mozilla Firefox Setup","Choose setup options") If Not WinActive("Mozilla Firefox Setup","Choose setup options") Then WinActivate("Mozilla Firefox Setup","Choose setup options") WinWaitActive("Mozilla Firefox Setup","Choose setup options") MouseDown("left") MouseUp("left") WinWait("Mozilla Firefox Setup ","Completing the Mozil") If Not WinActive("Mozilla Firefox Setup ","Completing the Mozil") Then WinActivate("Mozilla Firefox Setup ","Completing the Mozil") WinWaitActive("Mozilla Firefox Setup ","Completing the Mozil") MouseMove(185,197) MouseDown("left") MouseUp("left") MouseMove(353,368) MouseDown("left") MouseUp("left") #endregion --- ScriptWriter generated code End ---