...working on outpost 2.5...
someone can help me to silent install outpost?
#41
Posted 28 September 2004 - 04:55 PM
...working on outpost 2.5...
#42
Posted 29 September 2004 - 03:24 PM
save me a lot of trouble
is this right?
ECHO. ECHO Installing Agnitum Oupost Pro Firewall v2.1 ECHO Please wait... start /wait %systemdrive%\install\Agnitum Outpost Firewall Pro\OutpostProInstaller.exe start /wait %systemdrive%\Install\Agnitum Outpost Firewall Pro\Key.reg ECHO Done
thanks
#43
Posted 29 September 2004 - 05:03 PM
ECHO. ECHO Installing Agnitum Oupost Pro Firewall v2.1 ECHO Please wait... start /wait "%systemdrive%\install\Agnitum Outpost Firewall Pro\OutpostProInstaller.exe" start /wait "%systemdrive%\Install\Agnitum Outpost Firewall Pro\Key.reg" ECHO Done
#45
Posted 29 September 2004 - 07:40 PM
Quote
; Language: English
; Platform: Win9x / NT / XP
; Author: SiMoNsAyS aka Bio]-[aZaRD
; Script Function: Instalar Agnitum Outpost Pro Firewall 2.5
Opt("TrayIconDebug", 1)
Opt("WinTitleMatchMode", 3)
Run("OutpostProInstall.exe /s")
BlockInput(1)
;pass automatic config screen
WinWaitActive("Create New Configuration")
Send("{ENTER}")
;pass configuration wizard screen
WinWaitActive("Configuration Wizard")
Send("{ENTER}")
;pass finish installation screen
WinWaitActive("Configuration Wizard")
Send("{ENTER}")
;the most important on the installation. cancel the reboot now window.
WinWaitActive("Install")
ControlClick("OK","Cancel","Button3")
EXIT
what it's marked in red is the window that i can't bypass. i need a code that can wait for a button to be active (the keypress is sent when the button is still greyed out).
#47
Posted 01 October 2004 - 08:06 AM
;pass configuration wizard screen
Sleep(2000)
WinWaitActive("Configuration Wizard")
WinActivate("Configuration Wizard")
Send("{ENTER}")
Good Luck!
#48
Posted 10 October 2004 - 08:50 AM
#49
Posted 10 October 2004 - 08:55 AM
lilweirddude, on Oct 10 2004, 04:50 PM, said:
???
that it's strange because normally most of autoit scripts (and mine) block the input
#51
Posted 10 October 2004 - 09:14 AM
; AutoIt Version: 3.0.102
; Language: English
; Platform: Win9x / NT
; Author: nateklomp
; Script Function: Install Agnitum Outpost Firewall Professional v2.1.303.314
Run("outpost.exe")
Sleep(5000)
WinWaitActive("Welcome")
WinActivate("Welcome")
ControlClick("Welcome","","Button1")
WinActivate("License Agreement for Outpost Firewall 2.1")
ControlClick("License Agreement","","Button3")
WinActivate("License Agreement for Outpost Firewall 2.1")
Send("N")
WinWaitActive("Read Me File")
WinActivate("Read Me File")
ControlClick("Read Me File","","Button1")
WinWaitActive("Choose Destination Location")
WinActivate("Choose Destination Location")
ControlClick("Choose Destination Location","","Button1")
WinWaitActive("Start Installation")
WinActivate("Start Installation")
ControlClick("Start Installation","","#327701")
ControlClick("Start Installation","","Button1")
Sleep(5000)
WinWaitActive("Auto-configuration")
WinActivate("Auto-configuration")
ControlClick("Auto-configuration","","Button1")
WinWaitActive("Application")
WinActivate("Application")
ControlClick("Application","","Button6")
WinActivate("Application")
ControlClick("Application","","Button1")
WinWaitActive("Network")
WinActivate("Network")
ControlClick("Network","","Button6")
WinActivate("Network")
ControlClick("Network","","Button1")
WinWaitActive("Installation Complete")
WinActivate("Installation Complete")
ControlClick("Installation Complete","","Button1")
WinWaitActive("Install")
WinActivate("Install")
ControlClick("Install","","Button3")
EXIT
edit: corrected
This post has been edited by SiMoNsAyS: 10 October 2004 - 09:20 AM
#54
Posted 11 October 2004 - 05:36 PM
#55
Posted 12 October 2004 - 10:47 AM
That way it will wait for the window so a faster pc wont idle not enought.
#56
Posted 12 October 2004 - 12:03 PM
#57
Posted 12 October 2004 - 05:50 PM
ah, i see it's been changed
will try again



Help

Back to top









