the only thing i can tell you on this version is to use autoit to install it
heres an example of mine, use it if you want to
CODE
#NoTrayIcon
Opt("WinWaitDelay",100)
Opt("WinTitleMatchMode",4)
Opt("WinDetectHiddenText",1)
Opt("MouseCoordMode",0)
Run('OutpostProInstall.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-')
WinWait("Configuration Wizard","Configuration Wizard")
If Not WinActive("Configuration Wizard","Configuration Wizard") Then WinActivate("Configuration Wizard","Configuration Wizard")
WinWaitActive("Configuration Wizard","Configuration Wizard")
Send("{ENTER}{ENTER}")
Sleep(90000)
WinWaitActive("Configuration Wizard")
WinActivate("Configuration Wizard")
Send("{ENTER}")
Send("{ESC}")
EXIT
just change the time limit to suit your own needs if you use this pc, but as you can see im using the switches that youve mentioned to.
and as for the registry.. just import your key under this string in the registry
CODE
[HKEY_LOCAL_MACHINE\SOFTWARE\Agnitum\Outpost Firewall]
hope this helps you out some