; This script will install VLC DVD player 2.0.1 32bit version on your computer Run("E:\vlc-2.0.1-win32.exe") WinWaitActive("Installer Language") ControlCommand("Installer Language", "Please select a language.", "ComboBox1", "SelectString", "English") Send("{ENTER}") WinWaitActive("VLC media player 2.0.1 Setup", "Welcome to the VLC media player 2.0.1 Setup Wizard") Send("!n") WinWaitActive("VLC media player 2.0.1 Setup", "License Agreement") Send("!n") WinWaitActive("VLC media player 2.0.1 Setup", "Choose Components") Send("!n") WinWaitActive("VLC media player 2.0.1 Setup", "Choose Install Location") Send("!i") WinWaitActive("VLC media player 2.0.1 Setup", "Completing the VLC media player 2.0.1 Setup Wizard") Send("!f") Sleep(2000) If WinExists("Privacy and Network Access Policy") Then WinActivate("Privacy and Network Access Policy") Send("{ENTER}") EndIf