Jump to content

SiMoNsAyS

Patron
  • Posts

    3,414
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Spain

Everything posted by SiMoNsAyS

  1. LoL a reply after 1 year and 2 months
  2. this is tricky, it's hardware dependant so you need to know the hardware where the key will be imported: HKLM\SYSTEM\CurrentControlSet\Hardware Profiles\Current\System\CurrentControlSet\Enum\PCI\VEN_1102&DEV_0004&SUBSYS_10071102&REV_04\4&3b1d9ab8&0&3840\DirectSound\Speaker Configuration\Speaker Configuration: 0x00000006 HKLM\SYSTEM\CurrentControlSet\Hardware Profiles\Current\System\CurrentControlSet\Enum\PCI\VEN_1102&DEV_0004&SUBSYS_10071102&REV_04\4&3b1d9ab8&0&3840\DirectSound\Speaker Type\Speaker Type: 0x0000000B
  3. @FthrJACK what the f.... it's that??!! ps: if the bridge it's real why this thread it's on the funny farm section??
  4. Hamsterball! it's a great game but dunno if it can serve you for this purpose
  5. also if the game take some resources it could appear a message like "windows is running out of virtual memory blah blah blah"
  6. i think (correct me if i'm wrong) that every file can be accesed from DOS with those tools...
  7. lol fool me i didn't think about that, i just thought on silently install it to avoid the WU prompt
  8. first, installation must be run after net framework or office it's installed, then use this REG DEL %KEY%\050 /VE /D "GDI+" /f REG DEL %KEY%\050 /V 1 /D "%CDROM%\Software\GDI+\873374_esn.exe /Q" /f REG DEL %KEY%\050 /V 2 /D "pskill.exe msiutil2.exe" /f
  9. @MolTraS & @chrno2004 sorry, my host it's having a lot of problems so some times files will be down for hours. @moo & @Astalavista PS: still working on the project and looking for hosting....
  10. any1 knows when will be the release date? it's said that it gone gold a few weeks ago...
  11. ic.... probably it's still a beta version but it's recommended to update, it solves the irq_not_less_or_equal bug that it's very annoying
  12. how much can i pay to hear that metallic voice...
  13. @Redirect i use the %cdrom% method, i'll try to explain it better on my next update. @MolTraS i can help you on how to set them but there are a lot of post showing you how to create them just a little of search can help you @moo as DetachedProgram i use a RAR-SFX that extracts all the files i need to %systemdrive%, so there you can store a lot of dirs that will be unpacked to %systemdrive%, i'll try to explain better on next update too
  14. you can always try 2 resource hack the .exe file
  15. @Nologic, let me quote yourself so no need to remove you from the forum
  16. @toe_cutter that it's really interesting... i'll try to update the guide ASAP thanks
  17. mmm that it's interesting i can't find it on agnitum website because i downloaded it from a torrent. news from the main website but as you can see in the screenshot it's a trial version that need a propper key, no beta messages, that's why i thought Outpost Firewall Pro ver. 2.5.365.4523 (366) was final, now not too sure...
  18. LoL i'll take a look on the installer, maybe we can work on a new silent installation... anyway great news for ati users
  19. @secowu as @battleangel3222 said rightclick>save as... note: just working on the final touchs... it will be updated soon with examples and screenshots...
  20. hahaha i hope not just because of windows
  21. oh my god how many time does it take to do this?
  22. levicom it's a good brand (if you can find it ) also the black psu has blue light fan that gives a nice mod-look http://www.levicom.de/
  23. 2.5 was beta, now 2.5.365.4523 (366) it's final
  24. Introduction Welcome to the marvellous world of unattended installers ( ). This guide will help you to silent install Agnitum Outpost Pro Firewall 2.5.365.4523 (366) with english GUI. Many people don't know about Outpost, as you can image it's a good firewall based on plugins and use rules to let processes access the inet. That will be enough but I strongly recommend it for it ads and popup blocker capabilities. Give it an oportunity. 1.-Starting... Current version 2.5.365.4523 (366) is on development. Nearly final but it's not still released. Anyway it's recommend to update because the bugs solved are over the new bugs. First we need AutoIt application that can be downloaded from here. Current version it's 3.0.102 (4th Aug, 2004). 2.-AutoIt Script... Note: The above red code marks a default wait time of 90sec., this time can be reduced to 60 sec. on a machine with 128MB ram. Save the above code to a .txt file and rename it to .au3. Then compile it (f you don't want to do it, the attached .ZIP file contains Outpost.exe that it's ready to go). 3.-Registering Outpost I thought that export the key would be enough but after many tests (with many I mean more than 10 unattended installations), I haven't been sucessful. This key... Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Agnitum\Outpost Firewall] "Key"="serial"... contains the serial but after aplying it Outpost continue unregistered. I have built a new AutoIt script, the problem now is that it needs to call outpost just after the installation and at that step, launching the program will fail. Here it is anyway. Let me explain, "Serial.txt" is copied during installation to %SYSTEMDRIVE% and there is stored your own key. AutoIt opens the file, then copy the content and launch Outpost to insert that string. For this code to work you need the compiled .exe file on the same directory that the app. Again you need to compile the code like Register.exe for example.4.-Compiling... Finally we're going to compile our AutoIt script. Search for a folder on AutoIt directory called "Aut2Exe". After running the compiler select your .aut (.au3) script, then imput the name of the .exe file that you like (must be in the same Outpost folder). Leave everything and press "Convert". 5.-Shortcuts I have note that shortcuts aren't created properly when silently installing this software. They are stored on the same unit from where you launch the installation. Generally %SYSTEMDRIVE% so I've created a Outpost.cmd to place the things properly. It's attached too.6.-RunOnce entries... I think that's all. To call the installation will use: REG ADD %KEY%\010 /VE /D "Agnitum Outpost Firewall Pro 2.5" /f REG ADD %KEY%\010 /V 1 /D "%CDROM%\Software\OutPost\Outpost.exe" /f REG ADD %KEY%\010 /V 2 /D "%CDROM%\Software\OutPost\Outpost.cmd" /fAfter the app it's installed and a reboot it's done you can run the Register.exe file. I'm still working on that thing and hope that someone can come here to the solution on how to register this **** thing without AutoIt! 7.-Final notes For this exact script to work you'll need: Name of installer have to be OutpostProInstall.exe AutoIt compiled .exe have to be in the same directory of OutpostProInstall.exe Must be installed before any antiviral software It's easy to develop an AutoIt Script, take the code as a base to yours. Good Luck! Thanks to nateklomp for help Other interesting links [How To]: Use 2 CDs for Windows XP and Office [How To]: Windows 95 on 5,35Mb! [How To]: Silent install Mozilla Firefox 0.9.3 [How To]: Silent install Nullsoft WinAmp 5.05 [How To]: Silent install Agnitum Outpost Pro 2.11 [How To]: Silent install Softwin BitDefender 7.2 [How To]: Silent install MSN Messenger 6 & Messenger Plus! 3.20 [How To]: Silent install Alcatel Speedtouch 330 USB DSL Modem [How To: Silent install Agnitum Outpost Pro 2.5 On Progress: [XPCD Example]: BioHaZaRD Unattended PRoJeCT [How To]: Silent install Softwin BitDefender 8 Silent_Outpost.zip
×
×
  • Create New...