Jump to content

Agnitum Outpost Firewall 4.0.971.7030 (584) .au3


Recommended Posts

Posted (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.au3
del "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}")
EndIf

and 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 by wolfshade

Posted

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.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...