wolfshade Posted January 31, 2007 Posted January 31, 2007 (edited) Run("OutpostProInstall.exe")WinWaitActive("Select Setup Language", "Select the language to use during the installation:")Send("{ENTER}")WinWaitActive("Agnitum Outpost Firewall Pro Setup", "Welcome to the Agnitum Outpost Firewall Pro Setup Wizard")Send("!n")WinWaitActive("Agnitum Outpost Firewall Pro Setup", "License Agreement")Send("!a!n")WinWaitActive("Agnitum Outpost Firewall Pro Setup", "Select Destination Location")Send("!n")WinWaitActive("Agnitum Outpost Firewall Pro Setup", "Ready to Install")Send("!i")WinWaitActive("Configuration Wizard", "Advanced security")Send("{DOWN}!n")WinWaitActive("Configuration Wizard", "Automatically create rules on action request")Send("{SPACE}!n")Sleep(90000)Send("{ENTER}")WinWaitActive("Agnitum Outpost Firewall Pro Setup", "Completing the Agnitum Outpost Firewall Pro Setup Wizard")Send("!n!f")After main setup and after restart you could add these in a batch to take care of the rest of the nags that will come up:batch1:copy /y "path\codebelow.bat" "C:\Documents and Settings\All Users\Start Menu\Programs\Startup"codebelow.bat(will run only once on next startup):>>>regain focus codes somewhere around here i don't have my .bat since i don't use the rest myself<<<start /wait code1.exe :: compiled code1.au3del "C:\Documents and Settings\All Users\Start Menu\Programs\Startup\codebelow.bat"to register(code1.au3):If WinWaitActive("Outpost Firewall Pro Registration", "You may legally use Outpost Firewall Pro during a trial period.") Then Send("{ENTER}") WinWaitActive("Enter Key", "If you received a registration key from Agnitum") ClipPut("your_registration_key_here") Send("{TAB 3}") Send("{ENTER}") Send("{TAB}") Send("{ENTER}") Send("{ENTER}") WinWaitActive("Startup Configuration Wizard", "What's New in Outpost Firewall Pro?") Send("!n") WinWaitActive("Startup Configuration Wizard", "Quick Tune Plug-In") Send("{SPACE}!n") WinWaitActive("Startup Configuration Wizard", "Enable Anti-Spyware Protection") Send("{Space}!r{SPACE}{ENTER}") EndIfand if you lose focus on the way these(i lost the .bat since i don't use them myself):WinWait("Agnitum Products Update", "Some applications that can cause system stability issues")WinActivate("Agnitum Products Update", "Some applications that can cause system stability issues")Send("{ENTER}")WinActivate("Outpost Firewall Pro Registration", "You may legally use Outpost Firewall Pro") Edited January 31, 2007 by wolfshade
ajua Posted February 1, 2007 Posted February 1, 2007 i hope that they migrate to msi installer soon for vista guidelines compliance and this way will be far better to mod the installer to suit everyone's needs.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now