#NoTrayIcon #Region ;**** Directives created by AutoIt3Wrapper_GUI **** #AutoIt3Wrapper_icon=Shockwave.ico #AutoIt3Wrapper_outfile=Shock.exe #AutoIt3Wrapper_Res_Language=1033 #EndRegion ;**** Directives created by AutoIt3Wrapper_GUI **** #cs ---------------------------------------------------------------------------- Adobe Shockwave Player 11.0.3.470 Silent Installer AutoIt Version: 3.2.12.1 Author: Ken Nichols Script Function: To automate the Adobe Shockwave Player Installer Thanks: av2606 for the mouse and keyboard disable #ce ---------------------------------------------------------------------------- Run("Shockwave.exe /S") ; Disable mouse and keyboard BlockInput(1) WinWaitActive("Installing Adobe Shockwave Player") ControlClick("Installing Adobe Shockwave Player", "", "[CLASS:Button; INSTANCE:1]") ControlClick("Installing Adobe Shockwave Player", "", "[CLASS:Button; INSTANCE:2]") ; Enable mouse and keyboard BlockInput(0)