Jump to content

fourte3n

Member
  • Posts

    120
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Australia

About fourte3n

fourte3n's Achievements

0

Reputation

  1. My must haves... 1. Firefox 1.5 2. OpenOffice 2.0 3. Nod32 4. WinRAR 3.51 5. PaintShopPro X 6. Adaware SE 7. KLite Basic 8. Quicktime Alternative 9. Xpize 10. WMP 10 11. Corel 12 12. FileZilla 13. Free Download Manager 14. Nero 15. Flash Other Programs that are 'must haves but not installed 16. utorrent 17. foxitPDF 18. emule 19. notepad2 20. WinDoc
  2. If you use the 'My Computer opens Explorer' Tweak you may have noticed that it opens 'c:' instead of 'my documents'. To change this remove the '/e' EG: ORIGINAL ;My Computer opens Explorer [HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Explorer\command] @="explorer /e" ALTERED VERSION ;My Computer opens Explorer [HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Explorer\command] @="explorer" Just thought you may want to add it to your collection, as an option. It really did take me ages to figure this out!
  3. I'll test your theory right now... have the missing files and directories issue. back in 5 minutes. edit: Im back.... worked! Now I can see all files where before I couldnt. Thanks.
  4. I am making an XPDVD with the WPI Menu and wanted to ad Americas Army to the colletion. While I am sure that the game wont have a silent switch has anyone made an autoIT script for it? thought I'd ask before I make one.
  5. Is there a list of 'categories' Or is it just add whatever you want?
  6. dam.... oh well. goo work on the prog atm. Im having fun learning it.
  7. yep you misunderstood. The program uses 'check boxes' that let you select all options. What im talking about is the selection buttons that only let you select one (of a group) of buttons. Like when in reply you see two buttons to the left of the screen 'Guided Mode' or 'Normal Mode' This would stop you from selecting two office suites or anti viruses or firewalls...
  8. Is there a setting to use selection buttons in oder to select between alternate software? Or maybe drop down menus even? Select Office Suite, Select Graphics Prog, Select AntiVirus.... I mean, you can select between: Office2003 and OpenOffice, that kind of thing. I also wish to have the utilities grouped in sections.... Office, Graphics, Backup...etc
  9. Im trying to find the Registry tweak to remove a-squared from the context menu as it cant be stopped during silent install. I have been going throught the registry with no luck. thanks.
  10. how about this? REG ADD %KEY%\007 /VE /D "Mozilla Thunderbird 0.9" /f REG ADD %KEY%\007 /V 1 /D "%systemdrive%\Install\thunderbird\thunderbirdsetup.exe -ms -ispf" /f
  11. thankyou very much!! Now I can spend ages making another Disc...
  12. I was wondering if there is a program or script that can run as a program selection menu so when it comes time to install the software it lets you select what you want or dont want... I understand that it sort of defeats the purpose of an "unattended" Disc but It is an interesting idea for a larger Disc (DVD) with multiple programs.
  13. Adaware Script 2 - Silent and Kills Processes. [quote]Run  ("AdAware.exe /s") ProcessWait ("Ad-Aware.exe") ProcessClose ("Ad-Aware.exe") ProcessWait ("hh.exe") ProcessClose ("hh.exe")[/quote]
  14. EDIT: FTPRush Script (Again... thanks to "gon freecs" my scripter in cotton armor ) [quote]; ---------------------------------------------------------------------------- ; Set up our defaults/Variables ; ---------------------------------------------------------------------------- AutoItSetOption ( "WinTitleMatchMode", 1 ) $NAME= "**DELETED**" $KEY= "**DELETED**" ; ---------------------------------------------------------------------------- ; Script Start ; ---------------------------------------------------------------------------- Run ( "FTPRush.exe /S") ProcessWaitClose ( "FTPRush.exe") ; Runs the installer silently and waits for its end FileDelete(@DesktopDir & "\FTPRush.lnk") ;Removes the desktop shortcut Run(@ProgramFilesDir & "\FTPRush\FtpRush.exe") ;A silent install doesn't start ftprush, so it must be done "manually" WinWaitActive ( "About FTPRush" ) Send ( "{ENTER}" ) WinWaitActive ( "Confirm" ) Send ( "!Y" ) WinWaitActive ( "Enter Key" ) ; by default the "name" cell is activated, so just send your name Send($NAME) ; goes to the "key" cell by pressing tab Send("{TAB}") ; sends your key Send($KEY) ; goes to the "ok" button and validate Send("{TAB 2}{ENTER}") ; Closes ftprush ProcessClose("FtpRush.exe")[/quote]
×
×
  • Create New...