MSFN Forum: Outpost Firewall Pro 3.5 (build 638/457) - MSFN Forum

Jump to content



Unattended CD/DVD Guide Homepage · MSFN Forum Rules

Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.

Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.

We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.

Read Forum Rules
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Outpost Firewall Pro 3.5 (build 638/457) need help silent install almost complete Rate Topic: -----

#1 User is offline   Lost Soul 

  • Snap ... Crackle ... Pop
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,746
  • Joined: 12-December 03

Posted 13 February 2006 - 12:39 PM

hello everybody the latest version of Outpost Firewall Pro 3.5 (build 638/457)
has just been released on the 9th i believe

im trying to make a silent installer otu of it, and so far its going kinda good but yet i ran into 1 little snag
first the good pints is that it uses a type on inno setup installer

so you can install it like this OutpostProInstall.exe /VERYSILENT /SP- /NOICONS /NORESTART

but the problem is the (configuration wizard) pops up

does any body have any ideals on how to get around this ?

other then that it installs just fine


#2 User is offline   ajua 

  • Custom Installer Maker
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,260
  • Joined: 16-April 05

Posted 13 February 2006 - 03:12 PM

what is /NOICONS for? for avoid the shorcuts? or what? thanks.
i use myself outpost and will try to get the latest version working silently on my ua dvd. will let you know if i found something on the config wizard.

have you tried at the outpost forum in agnitum's website? i will look tonight.

#3 User is offline   Lost Soul 

  • Snap ... Crackle ... Pop
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,746
  • Joined: 12-December 03

Posted 13 February 2006 - 03:44 PM

View Postelajua, on Feb 13 2006, 05:12 PM, said:

what is /NOICONS for? for avoid the shorcuts? or what? thanks.
i use myself outpost and will try to get the latest version working silently on my ua dvd. will let you know if i found something on the config wizard.

have you tried at the outpost forum in agnitum's website? i will look tonight.



the /NOICONS switch makes the installer not create desktop and quicklaunch shortcuts


btw .. the only way ive found to get around the configuration wizard was to use a custom autoit script with the
/VERYSILENT /SP- /NOICONS /NORESTART switches in it, its not the perfect solution but it works, :)

#4 User is offline   ajua 

  • Custom Installer Maker
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,260
  • Joined: 16-April 05

Posted 13 February 2006 - 09:25 PM

i've never used autoit but i already download it to try it with outpost. can you post your script to see if it helps me on it? thanks.

#5 User is offline   Lost Soul 

  • Snap ... Crackle ... Pop
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,746
  • Joined: 12-December 03

Posted 13 February 2006 - 11:17 PM

View Postelajua, on Feb 13 2006, 11:25 PM, said:

i've never used autoit but i already download it to try it with outpost. can you post your script to see if it helps me on it? thanks.



sure no worries,, hope this will help you out

name this what ever you want with the extension .au3 and then save it,, then compile it after youve edited it the way you like ,, change the time delay to suit your own needs

Quote

; AutoIt Version: 3.0.102
; Language: English
; Platform: Win9x / NT / XP
; Author: Lost Soul
; Script Function: Instals Agnitum Outpost Pro Firewall 3.5
Run("OutpostProInstall.exe /VERYSILENT /SP- /NOICONS /NORESTART")
;pass automatic config screen
WinWaitActive("Configuration Wizard")
WinActivate("Configuration Wizard")
Send("{ENTER}")
;pass configuration wizard screen
Sleep(90000)
WinWaitActive("Configuration Wizard")
WinActivate("Configuration Wizard")
Send("{ENTER}")
;pass finish installation screen
WinWaitActive("Configuration Wizard")
WinActivate("Configuration Wizard")
Send("{ENTER}")
Send("{ESC}")
EXIT


#6 User is offline   ajua 

  • Custom Installer Maker
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,260
  • Joined: 16-April 05

Posted 13 February 2006 - 11:47 PM

thanks. i think that the compile exe file should be along with OutpostProInstall.exe. am i correct?
i will install autoit tomorrow i begin my trainig ;) thanks for your script. in my opinion outpost is the best firewall by far. i hate when all us computer magazines talk wonders about zonealarm. it isnt bad but i prefer outpost's ability to display all kinds of info on almost everything that is happening in your network.


later.

#7 User is offline   Lost Soul 

  • Snap ... Crackle ... Pop
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,746
  • Joined: 12-December 03

Posted 14 February 2006 - 12:33 AM

View Postelajua, on Feb 14 2006, 01:47 AM, said:

thanks. i think that the compile exe file should be along with OutpostProInstall.exe. am i correct?
i will install autoit tomorrow i begin my trainig ;) thanks for your script. in my opinion outpost is the best firewall by far. i hate when all us computer magazines talk wonders about zonealarm. it isnt bad but i prefer outpost's ability to display all kinds of info on almost everything that is happening in your network.


later.



yes it should be along side the installer,, and yes i agree with you on it being the best, but thats just my opinion, each to there own huh :)

#8 User is offline   CrashUK 

  • Newbie
  • Group: Members
  • Posts: 43
  • Joined: 09-August 04

Posted 14 April 2006 - 04:50 PM

try it this way. this way it has to exit so the next program can install.. but 40 secs should do if it dont outpost should still install ok.



Quote

Run("OutpostProInstall.exe /VERYSILENT /SP- /NORESTART")
;pass automatic config screen
WinWaitActive("Configuration Wizard")
WinActivate("Configuration Wizard")
Send("{ENTER}")
;pass configuration wizard screen
Sleep(40000)
WinWaitActive("Configuration Wizard")
WinActivate("Configuration Wizard")
Send("{ENTER}")
;pass finish installation screen
WinWaitActive("Configuration Wizard")
WinActivate("Configuration Wizard")
Send("{ENTER}")
Send("{ESC}")
WinKill ( "Configuration Wizard" )
Send("{ENTER}")

EXIT


#9 User is offline   edmoncu 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 331
  • Joined: 28-April 04

Posted 16 April 2006 - 01:41 PM

since we're already using autoit, why not make a way on scanning if a button is already clickable, instead of using a delay.

here's my autoit code which does it... thereby elimating the need of approximating a delay parameter (which may proove too slow on some fast pc's and too fast on slow pc's).

Quote

Run("OutpostProInstall.exe /VERYSILENT /SP- /NOICONS /NORESTART")
WinWait("Configuration Wizard")
ControlClick ("Configuration Wizard", "", "Button5")

$e= ControlCommand("Configuration Wizard", "", "Button5", "IsEnabled", "")
While $e=0
$e= ControlCommand("Configuration Wizard", "", "Button5", "IsEnabled", "")
WEnd
ControlClick ("Configuration Wizard", "", "Button5")

ControlClick ("Configuration Wizard", "", "Button10")

RegWrite("HKEY_LOCAL_MACHINE\SOFTWARE\Agnitum\Outpost Firewall", "Key", "REG_SZ", "abcdefg")

This post has been edited by edmoncu: 16 April 2006 - 01:44 PM


#10 User is offline   Mr.Mufy 

  • Group: Members
  • Posts: 1
  • Joined: 27-April 06

Posted 27 April 2006 - 04:14 PM

does any gay can tell me how can i do my silence install for the outpost from the bigining to the end??

e dont now do almost anything.

my outpost is 3.5.738.6327(460)

thanks

#11 User is offline   ajua 

  • Custom Installer Maker
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,260
  • Joined: 16-April 05

Posted 30 April 2006 - 02:28 AM

has anyone confirmed edmoncu script? i didnt had the time to test those scripts myself. thanks for shring them with us. will try them as soon as i get some time off work.

#12 User is offline   Lost Soul 

  • Snap ... Crackle ... Pop
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,746
  • Joined: 12-December 03

Posted 30 April 2006 - 07:31 AM

View Postedmoncu, on Apr 16 2006, 03:41 PM, said:

since we're already using autoit, why not make a way on scanning if a button is already clickable, instead of using a delay.

here's my autoit code which does it... thereby elimating the need of approximating a delay parameter (which may proove too slow on some fast pc's and too fast on slow pc's).

Quote

Run("OutpostProInstall.exe /VERYSILENT /SP- /NOICONS /NORESTART")
WinWait("Configuration Wizard")
ControlClick ("Configuration Wizard", "", "Button5")

$e= ControlCommand("Configuration Wizard", "", "Button5", "IsEnabled", "")
While $e=0
$e= ControlCommand("Configuration Wizard", "", "Button5", "IsEnabled", "")
WEnd
ControlClick ("Configuration Wizard", "", "Button5")

ControlClick ("Configuration Wizard", "", "Button10")

RegWrite("HKEY_LOCAL_MACHINE\SOFTWARE\Agnitum\Outpost Firewall", "Key", "REG_SZ", "abcdefg")




interesting method,, ill have to test this out,, thanks

#13 User is offline   lurk&jerk 

  • Stealth
  • Pip
  • Group: Members
  • Posts: 84
  • Joined: 08-September 04

Posted 20 July 2006 - 11:05 AM

Yes, edmoncu's script works. Outpost gives an error message when you first start it up. But just dismiss the window. However, the registration code entry didn't work for me. I'm going to try the regedit /s command to write the entire Outpost registry entries, not just the registration number, and see if that solves the problem.

This post has been edited by lurk&jerk: 20 July 2006 - 11:07 AM


#14 User is offline   scdd 

  • Group: Members
  • Posts: 7
  • Joined: 02-March 06

Posted 20 July 2006 - 07:19 PM

Try this (base on edmoncu's script,thanks!)

$title1 = "Configuration Wizard"
$title2 = "Outpost Firewall Pro Setup"
$key1 = "HKEY_LOCAL_MACHINE\SOFTWARE\Agnitum\Outpost Firewall"
$sn_p1 = "sn part 1"
$sn_p2 = "sn part 2"
$sn_p3 = "sn part 3"
$sn_p4 = "sn part 4"
$sn_p5 = "sn part 5"

AdlibEnable("OPAdlib")
Run("Outpost.exe /LANG=en /SP- /SILENT /NORESTART")
WinWait($title1)
ControlClick($title1, "", "Button5")
$e = ControlCommand($title1, "", "Button5", "IsEnabled", "")
While $e = 0
$e = ControlCommand($title1, "", "Button5", "IsEnabled", "")
WEnd
ControlClick($title1, "", "Button5")
ControlClick($title1, "", "Button10")
RegDelete($key1, "RenewalDaysLeft")
RegWrite($key1, "Key", "REG_SZ", $sn_p1&@LF&$sn_p2&@LF&$sn_p3&@LF&$sn_p4&@LF&$sn_p5)
AdlibDisable()
Exit

Func OPAdlib()
Select
Case WinExists("Error")
WinClose("Error")
Exit
Case WinExists($title2, "Please select Exit")
WinClose($title2)
WinWait($title2)
ControlClick($title2, "", "Button1")
MsgBox(262144, "Outpost Firewall", "Outpost Firewall is already installed.", 3)
Exit
EndSelect
EndFunc


#15 User is offline   MGadAllah 

  • Brain Voice
  • PipPipPipPipPip
  • Group: Banned
  • Posts: 786
  • Joined: 03-January 06

Posted 22 July 2006 - 05:09 PM

I've tried the latest script in topic #14
but I found a scrren left in the end of the setup that need to be closed
any suggestion?

Thanks

This post has been edited by mgadallah: 23 July 2006 - 06:08 AM


#16 User is offline   scdd 

  • Group: Members
  • Posts: 7
  • Joined: 02-March 06

Posted 23 July 2006 - 03:22 PM

add: WinWait($title1) like this

Quote

$title1 = "Configuration Wizard"
$title2 = "Outpost Firewall Pro Setup"
$key1 = "HKEY_LOCAL_MACHINE\SOFTWARE\Agnitum\Outpost Firewall"
$sn_p1 = "sn part 1"
$sn_p2 = "sn part 2"
$sn_p3 = "sn part 3"
$sn_p4 = "sn part 4"
$sn_p5 = "sn part 5"

AdlibEnable("OPAdlib")
Run("Outpost.exe /LANG=en /SP- /SILENT /NORESTART")
WinWait($title1)
ControlClick($title1, "", "Button5")
$e = ControlCommand($title1, "", "Button5", "IsEnabled", "")
While $e = 0
$e = ControlCommand($title1, "", "Button5", "IsEnabled", "")
WEnd
ControlClick($title1, "", "Button5")
WinWait($title1)
ControlClick($title1, "", "Button10")
RegDelete($key1, "RenewalDaysLeft")
RegWrite($key1, "Key", "REG_SZ", $sn_p1&@LF&$sn_p2&@LF&$sn_p3&@LF&$sn_p4&@LF&$sn_p5)
AdlibDisable()
Exit

Func OPAdlib()
Select
Case WinExists("Error")
WinClose("Error")
Exit
Case WinExists($title2, "Please select Exit")
WinClose($title2)
WinWait($title2)
ControlClick($title2, "", "Button1")
MsgBox(262144, "Outpost Firewall", "Outpost Firewall is already installed.", 3)
Exit
EndSelect
EndFunc

This post has been edited by scdd: 23 July 2006 - 04:16 PM


#17 User is offline   MGadAllah 

  • Brain Voice
  • PipPipPipPipPip
  • Group: Banned
  • Posts: 786
  • Joined: 03-January 06

  Posted 24 July 2006 - 07:46 PM

Thanks

Every thing works great

Just the last screen stand for just seconds then disappear

Thanks

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy