Jump to content

[How To]: Outpost Firewall Pro 2.5.365


SiMoNsAyS

Recommended Posts


3.0 uses an inno based setup script, so:

/sp- /verysilent /norestart

helps to install. nevertheless the **** config wizard pops up afterwards. this application is really troublesome. if not for the cool features it provides i would replace it!

the config wizards even pops up after adding the path to the configfile to the registry :-(

Link to comment
Share on other sites

the processname is still outpostinstall.exe :-(, so the only way to achieve this is via autoit - i hate auto it scripts....

maybe the pid changes, dunno... have to check it...

nevertheless, here's an autoit script that worked in a VM, although u get the config screen after the first reboot. however, this might be circumvented when u add the path to the configfile to the registry as u mentioned - i'll try that tomorrow...

this script is tested with version 3.0.543.431

Opt("TrayIconDebug", 1)
Opt("WinTitleMatchMode", 3)
BlockInput(1)

Run("OutpostProInstall.exe /sp- /verysilent /norestart")

;Cancel configuration Wizard
WinWaitActive("Configuration Wizard")
WinActivate("Configuration Wizard")
ControlClick("Configuration Wizard", "", "Button7")

;Confirm exit
WinWait("Outpost Firewall Pro")
ControlClick ("Outpost Firewall Pro", "", "Button1")

btw: has anybody tried the office version of outpost firewall? it should be easier to get it installed automatically, though much more expensive :-(

Edited by WotC
Link to comment
Share on other sites

update:

adding the following to the registry works - no config screen after a reboot. just the "whats new screen" - working on that though...

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Agnitum\Outpost Firewall\General]
"ICMP"=dword:00000000
"AutoUpdate"=dword:00000000
"EnableNetstatLogging"=dword:00000001
"EnableNetstatReporting"=dword:00000000
"SendRulesAtStartup"=dword:00000001
"ConfigFileName"="c:\\Outpost.cfg"


[HKEY_LOCAL_MACHINE\SOFTWARE\Agnitum\Outpost Firewall\Window]
"MinimizeOnClose"=dword:00000001
"MinimizeToTray"=dword:00000001

edit: i think the "whats new" can be cancelled as mentioned above... its just not history.txt but history.en in the ini file...

history.en=1c5bf93/69706b00

Edited by WotC
Link to comment
Share on other sites

Using the AutoIT script, merging the regfile into the registry BEFORE a reboot and copying the outpost ini to the install folder is a) silently and B) prevents the popup after the install... i tried it in a vm - so if anyone wants to give it a real-machine test....

[WhatsNew]
history.en=1c5bf93/69706b00

This is what i THINK is important in the ini file...

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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