; Choose interface WinWaitActive("WinZip Setup","switch between the two interfaces") Send("!c") Send("!n")
; Installation type (custom/express) WinWaitActive("WinZip Setup","&Express setup (recommended)") Send("!e") Send("!n")
; Select file associations WinWaitActive("WinZip Setup","WinZip needs to associate itself with your archives") Send("!n")
; Completed installation screen WinWaitActive("WinZip Setup","Thank you for installing this evaluation version") Send("{ENTER}")
; Wait for winzip to load then close it WinWaitActive("WinZip (Evaluation Version)") WinClose("WinZip (Evaluation Version)") ; Run the winzip installer Run("winzip90.exe")