Jump to content

swiche for Outpost Firewall 4.0 needed


Alagor

Recommended Posts


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

#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

[HKEY_LOCAL_MACHINE\SOFTWARE\Agnitum\Outpost Firewall]

hope this helps you out some

Link to comment
Share on other sites

  • 11 months later...

Hello, I need some help with my autoIt Script for installing Outpost 4.0.971.7030 (584) spanish

Works fine with moderns machines but not with slower like P-III, it stops in the line with 'sleep' command.

Here it is:

Run("OutpostFirewallInstall4.0_ontinet_es.exe")

WinWaitActive("Elija el idioma de instalación", "Elija el idioma a usar durante la instalación:")

Send("{ENTER}")

WinWaitActive("Instalación - Agnitum Outpost Firewall Pro", "Bienvenido al asistente de instalación de Agnitum Outpost Firewall Pro.")

Send("!s")

WinWaitActive("Instalación - Agnitum Outpost Firewall Pro", "Acuerdo de Licencia")

Send("!c!s")

WinWaitActive("Instalación - Agnitum Outpost Firewall Pro", "Elija la Carpeta de Destino")

Send("!s")

WinWaitActive("Instalación - Agnitum Outpost Firewall Pro", "Preparado para Instalar")

Send("!i")

WinWaitActive("Asistente para la configuración", "Seguridad avanzada")

Send("{DOWN}!t")

WinWaitActive("Asistente para la configuración", "Especifique si desea que las reglas para las aplicaciones bien conocidas y reglas globales se creen automáticamente tan pronto como requieran una acción por primera vez o desea que se apliquen conjuntos de reglas predefinidas para todas las aplicaciones encontradas.")

Send("{SPACE}!t")

Sleep(30000)

Send("{ENTER}")

WinWaitActive("Instalación - Agnitum Outpost Firewall Pro", "Completando el asistente de instalación de Agnitum Outpost Firewall Pro")

Send("!n!t")

I've tryed to change sleep 30000 (it's a utility to wait some time), with:

WinWaitActive("Asistente para la configuración", "Finalizar"

I's the moment the installer is searching for applications, an when it finishes the button 'Finalizar' appears.

Then, autoit script should detect that button, but it doesen't and shows an error.

Can you tell me an alternative to do that?

Thanks

Link to comment
Share on other sites

WinWaitActive("Asistente para la configuración", "Finalizar"

Solved! It's only I had forgotten to put a Quote - ) - at the end of the line.

It works fine now.

At least my scrip now can be used to hel another person to make spanish Outpost Firewal be installed silently.

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...