Jump to content

Kelsenellenelvian

Patron
  • Posts

    9,018
  • Joined

  • Last visited

  • Days Won

    1
  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by Kelsenellenelvian

  1. here are the only files you need to add in a zip file just overwrite the ones in your I386 folder. I have been using it this way for months. The shellstyle included in the royale pack from MS is the same as the XP blue one included in your disk and royale will still use it just fine so you only need to replace luna.msstyles and luna.theme and bliss.jpg. These files are fully prepared and have been used for multiple installs! http://rapidshare.de/files/762179/add_royale.rar.html
  2. God I wish I was drunk... Been a bad week.
  3. also change the %CDROM% variable to %~dp0\install\wpi since you are really runing it from the hard drive after oem copying...
  4. LOL its like shouting to break the tension. Just a minor manic episode. To break the monotony of having to always post usefull crap. My account was not highjacked I was just goofin off.
  5. YOU MUST USE WPI.CMD TO FIX THIS!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! USE THE SEARCH!! This one has been hashed over a 1000 times....
  6. I am usually a very contributing member and I felt like being an a** and spaming a bit.
  7. Spam, spam, spamitty, spam, spam!!! Mwhahahahahahahahhaahhahahaha LOL
  8. Look at the top of the pic...
  9. Yeah the **** thing even said on the box that it has 5 ports but on is on the INSIDE of my case. YES it works I had a pocket drive in it for awhile. These cards are not really un-common around here.
  10. start /wait %systemdrive%\install\WPI\WPI.HTA Shouldn't you be calling your WPI.CMD frome this one NOT wpi.hta? Why THIS? = ECHO ESTABLISHING CD-ROM DRIVE SET CDROM=A IF EXIST D:\wpi.cmd SET CDROM=D: IF EXIST E:\wpi.cmd SET CDROM=E: IF EXIST F:\wpi.cmd SET CDROM=F: IF EXIST G:\wpi.cmd SET CDROM=G: IF EXIST H:\wpi.cmd SET CDROM=H: IF EXIST I:\wpi.cmd SET CDROM=I: IF EXIST J:\wpi.cmd SET CDROM=J: IF EXIST K:\wpi.cmd SET CDROM=K: IF EXIST L:\wpi.cmd SET CDROM=L: IF EXIST M:\wpi.cmd SET CDROM=M: IF EXIST N:\wpi.cmd SET CDROM=N: IF EXIST O:\wpi.cmd SET CDROM=O: IF EXIST P:\wpi.cmd SET CDROM=P: IF EXIST Q:\wpi.cmd SET CDROM=Q: IF EXIST R:\wpi.cmd SET CDROM=R: IF EXIST S:\wpi.cmd SET CDROM=S: IF EXIST T:\wpi.cmd SET CDROM=T: IF EXIST U:\wpi.cmd SET CDROM=U: IF EXIST V:\wpi.cmd SET CDROM=V: IF EXIST W:\wpi.cmd SET CDROM=W: IF EXIST X:\wpi.cmd SET CDROM=X: IF EXIST Y:\wpi.cmd SET CDROM=Y: IF EXIST Z:\wpi.cmd SET CDROM=Z: ECHO YOUR CD-ROM DRIVE IS %CDROM% WPI.cmd will do this. All you need for the first one is to start wpi.cmd not all that other stuff. like this ECHO. ECHO Calling WPI ECHO. start /wait %systemdrive%\install\WPI\WPI.CMD exit You need to call the CMD file to set the drive letter and use the reg fix needed to not get the time-out error.
  11. prog[pn]=['Adobe Reader 7.0 Full'] desc[pn]=['Allows to view PDF-Files.<i>Recommended</i>'] ordr[pn]=[5] cmd1[pn]=['%CDROM%\\Install\\AdobeReader7\acroread7.exe'] dflt[pn]=['yes'] cat[pn]=['Office'] Also you are missin a \ between adobereader7 and the acroread7.exe
  12. REM Determine the WPI startup path. REM If WPI should run off the CD the replace %dp0 with %CDROM%\PathToWPI set WPIPATH=%CDROM%\WPI\ DO you actually have your files at wpi\install? if not remove the \wpi\ from your autorun ok. the only thing you really need is the %CDROM% part. Missed a part in your first post. Your cmd file should read thusly = %CDROM%\$OEM$\$1\Install\wpi or change all of your prog entries to read %CDROM%\$OEM$\$1\Install\wpi\install\prog.exe and leave the cmd file to read %CDROM%
  13. I have my standard ms wireless optical mouse and I also have a 5 port usb hub with one port of it heading into the tower I have never had any use for the inside port. My question is: can i put the reciever for my mouse inside my tower? I mean can I affixe it to the bottom of the inside of my tower and still be able to use it fine?
  14. There is a program called boot editor that allows you to click and drag the progress bar up and down to place it where you want then you just save. P.S. it is also freeware.
  15. Can't wait for the updated version but don't want you to rush your self alanoll.
  16. OK I kinda figured out that install by category order only installs the categories in alphabetical order. This does not work for me. So my question is. How do I define install by category order? God this **** thing is really p***in me off by refusin to install by category. This leaves me no choice but to re-number all of my installs everytime I add in a program. P.S. This still is the best interface program I ever came across and it chain installs over 130 programs, games and reg files with no interraction from me. I will never look back. This really beats all the changing disks and starting seperate files and having to waste over an hour installing all the crap I regularly use. Thanks to all the people who help design this program and hasi to continue developing it.
  17. Why space by 10?? I have all mine (like 130) now 3 1-2-3-4 and so on and this works fine so why by 10?
  18. Have it just execute the exe file and if that wont work have the last command be a bat file that reads something like [start %progdir%\blah\blah.exe]
  19. OOOOOhhhhh duh!!!!!!! YES it handles spaces just fine.
  20. One of your programs are probably calling for a reboot. The cleanup command should work great in the wpi.cmd file.
  21. Not really sure just what you mean the wpi commands I use don't have any quotations in them and anything that really needs complicated instructions like that I just put in a winrar sfx and have it install from the temp folder.
  22. This has been covered multiple times to fix these kind of errors you MUST start with WPI.cmd file because of a much needed Registry file that it inputs during start up....
  23. I ONLY added in order # after noticing install by cat was broke.
  24. //--------------------------------------------------------------------------------------------- // Reference ... prog[0] won't be used. It's just an example // look in program.js to see explanation of these properties //--------------------------------------------------------------------------------------------- // pn=0 // start value vor prog numbering // prog[pn]=['ProgramName'] // desc[pn]=['Description'] // regb[pn]=['Registry Key Path'] // cmd1[pn]=['CommandLine 1'] // cmd2[pn]=['CommandLine 2'] // cmd3[pn]=['CommandLine 3'] // cmd4[pn]=['CommandLine 4'] // cmd5[pn]=['CommandLine 5'] // cmd6[pn]=['CommandLine 6'] // rega[pn]=['Registry Key Path'] // dflt[pn]=['no'] // forc[pn]=['false'] // cat[pn]=['Application Category'] // ordr[pn]=[0] // uid[pn]=['APP1'] // cond[pn]=['Javascript Conditional Statement'] // deps[pn]=[] // excl[pn]=[] // pn++ //--------------------------------------------------------------------------------------------- // Your programs here ... //--------------------------------------------------------------------------------------------- pn=1; prog[pn]=['.Net Framework 1.1'] uid[pn]=['DOTNETFW'] desc[pn]=['Installs Microsoft .NET Framework Redistributable Package 1.1. <i>Recommended</i>'] ordr[pn]=[1] cmd1[pn]=['%cdrom%\\Install\\netfxsp1.exe'] cat[pn]=['Microsoft Xtras'] pn++ prog[pn]=['123 Renamer'] uid[pn]=['123RENAMER'] ordr[pn]=[3] cmd1[pn]=['%CDROM%\\Install\\123renamersetup2.2.exe /VERYSILENT /SP-'] cat[pn]=['Office'] pn++ prog[pn]=['7-Zip v4.15b'] uid[pn]=['7ZIP'] ordr[pn]=[4] cmd1[pn]=['%CDROM%\\Install\\7zip.exe /S'] cat[pn]=['Utilities'] pn++ prog[pn]=['Add "Command Window" To Right Click'] uid[pn]=['ADDCOMMANDWINDOWTORIGHTCL'] ordr[pn]=[500] cmd1[pn]=['regedit /s %CDROM%\\Install\\command.reg'] cat[pn]=['Registry Tweaks'] pn++ prog[pn]=['Add "Empty Recycle Bin" To Right Click'] uid[pn]=['ADDEMPTYRECYCLEBINTORIGHT'] ordr[pn]=[501] cmd1[pn]=['regedit /s %cdrom%\\install\\emptyrecyclebin.reg'] cat[pn]=['Registry Tweaks'] pn++ prog[pn]=['Add "Open With Notepad"'] uid[pn]=['ADDOPENWITHNOTEPAD'] ordr[pn]=[502] cmd1[pn]=['regedit /s %cdrom%\\install\\notepad.reg'] cat[pn]=['Registry Tweaks'] pn++ prog[pn]=['Adobe Acrobat Reader v7.0'] uid[pn]=['ADOBEACROBATREADERV70'] ordr[pn]=[5] cmd1[pn]=['%CDROM%\\Install\\Acroread7.exe'] cat[pn]=['Office'] pn++ prog[pn]=['Alien Sky'] uid[pn]=['ALIENSKY'] ordr[pn]=[6] cmd1[pn]=['%CDROM%\\Install\\aliensky.exe /s'] cat[pn]=['Oberon Games'] pn++ prog[pn]=['Always Sort Start Menu'] uid[pn]=['ALWAYSSORTSTARTMENU'] ordr[pn]=[503] cmd1[pn]=['regedit /s %cdrom%\\install\\sortordermenu.reg'] cat[pn]=['Registry Tweaks'] pn++ prog[pn]=['Antispyware Beta'] uid[pn]=['ANTISPYWAREBETA'] ordr[pn]=[7] cmd1[pn]=['%CDROM%\\Install\\MicrosoftAntiSpyware.msi /qn'] cat[pn]=['Microsoft Xtras'] pn++ prog[pn]=['Aqua Bubble'] uid[pn]=['AQUABUBBLE'] ordr[pn]=[8] cmd1[pn]=['%CDROM%\\Install\\aquabubble.exe /VERYSILENT /SP-'] cat[pn]=['Games'] pn++ prog[pn]=['Aqua Bubble 2'] uid[pn]=['AQUABUBBLE2'] ordr[pn]=[9] cmd1[pn]=['%CDROM%\\Install\\aquabubble2.exe /VERYSILENT /SP-'] cat[pn]=['Games'] pn++ prog[pn]=['Astrobatics'] uid[pn]=['ASTROBATICS'] ordr[pn]=[10] cmd1[pn]=['%CDROM%\\Install\\astrobatics.exe /s'] cat[pn]=['Oberon Games'] pn++ prog[pn]=['Atomaders'] uid[pn]=['ATOMADERS'] ordr[pn]=[11] cmd1[pn]=['%CDROM%\\Install\\atomaders.exe /s'] cat[pn]=['Oberon Games'] pn++ prog[pn]=['AutoPlay MenuBuilder'] uid[pn]=['AUTOPLAYMENUBUILDER'] ordr[pn]=[12] cmd1[pn]=['%CDROM%\\Install\\APMB.exe /S'] cat[pn]=['Utilities'] pn++ prog[pn]=['Autoit v3'] uid[pn]=['AUTOITV3'] ordr[pn]=[13] cmd1[pn]=['%CDROM%\\Install\\autoitv3.exe /S'] cat[pn]=['PowerToys'] pn++ prog[pn]=['Autoit v3 Script Writer'] uid[pn]=['AUTOITV3SCRIPTWRITER'] deps[pn]=['AUTOITV3'] ordr[pn]=[14] cmd1[pn]=['%CDROM%\\Install\\SciTe4AutoIt3.exe /S'] cat[pn]=['PowerToys'] pn++ prog[pn]=['Bejeweled 2 Deluxe'] uid[pn]=['BEJEWELED2DELUXE'] ordr[pn]=[15] cmd1[pn]=['%CDROM%\\Install\\bejeweled2.exe /s'] cat[pn]=['Oberon Games'] pn++ prog[pn]=['BitDefender Professional 8'] uid[pn]=['BITDEFENDERPROFESSIONAL8'] ordr[pn]=[100] cmd1[pn]=['%CDROM%\\Install\\bitdefender.exe'] cat[pn]=['System'] pn++ prog[pn]=['Brave Dwarves 2'] uid[pn]=['BRAVEDWARVES2'] ordr[pn]=[16] cmd1[pn]=['%CDROM%\\Install\\BraveDwarves2.exe /VERYSILENT /SP-'] cat[pn]=['Games'] pn++ prog[pn]=['Bubble X-Mas'] uid[pn]=['BUBBLEXMAS'] ordr[pn]=[17] cmd1[pn]=['%CDROM%\\Install\\BubbleXmas.exe /VERYSILENT /SP-'] cat[pn]=['Games'] pn++ prog[pn]=['Cancel Windows Tour'] uid[pn]=['CANCELWINDOWSTOUR'] ordr[pn]=[18] cmd1[pn]=['regedit /s %cdrom%\\install\\canceltour.reg'] cat[pn]=['Registry Tweaks'] pn++ prog[pn]=['Chicken Invaders 2'] uid[pn]=['CHICKENINVADERS2'] ordr[pn]=[19] cmd1[pn]=['%CDROM%\\Install\\chickeninvaders2.exe /s'] cat[pn]=['Oberon Games'] pn++ prog[pn]=['Classic Control Panel'] uid[pn]=['CLASSICCONTROLPANEL'] ordr[pn]=[504] cmd1[pn]=['regedit /s %cdrom%\\install\\cpclassicview.reg'] cat[pn]=['Registry Tweaks'] pn++ prog[pn]=['Collapse Crunch'] uid[pn]=['COLLAPSECRUNCH'] ordr[pn]=[20] cmd1[pn]=['%CDROM%\\Install\\collapsecrunch.exe /s'] cat[pn]=['Oberon Games'] pn++ prog[pn]=['Command Window PowerToy'] uid[pn]=['COMMANDWINDOWPOWERTOY'] ordr[pn]=[21] cmd1[pn]=['%CDROM%\\Install\\CmdHerePowertoySetup.exe /s /v/qn'] cat[pn]=['PowerToys'] pn++ prog[pn]=['CrapCleaner'] uid[pn]=['CRAPCLEANER'] ordr[pn]=[22] cmd1[pn]=['%CDROM%\\Install\\Crapcleaner.exe /S'] cat[pn]=['System'] pn++ prog[pn]=['Crimsonland'] uid[pn]=['CRIMSONLAND'] ordr[pn]=[23] cmd1[pn]=['%CDROM%\\Install\\Crimsonland.exe /VERYSILENT /SP-'] cat[pn]=['Games'] pn++ prog[pn]=['CursorXP Plus v1.3'] uid[pn]=['CURSORXPPLUSV13'] ordr[pn]=[24] cmd1[pn]=['%CDROM%\\Install\\CXP\\CXP.exe'] cat[pn]=['Visual Styles'] pn++ prog[pn]=['CursorXP Themes'] uid[pn]=['CURSORXPTHEMES'] deps[pn]=['CURSORXPPLUSV13'] ordr[pn]=[25] cmd1[pn]=['%CDROM%\\Install\\CursorXPThemes.exe'] cat[pn]=['Visual Styles'] pn++ prog[pn]=['Custom Codec Package'] uid[pn]=['CUSTOMCODECPACKAGE'] ordr[pn]=[26] cmd1[pn]=['%CDROM%\\Install\\codecs.exe'] cat[pn]=['Utilities'] pn++ prog[pn]=['Custom User Pictures'] uid[pn]=['CUSTOMUSERPICTURES'] ordr[pn]=[27] cmd1[pn]=['%CDROM%\\Install\\Custom_pics.exe /s'] cat[pn]=['Visual Styles'] pn++ prog[pn]=['**** NFO Viewer'] uid[pn]=['DAMNNFOVIEWER'] ordr[pn]=[28] cmd1[pn]=['%CDROM%\\Install\\****.msi /qn'] cat[pn]=['Office'] pn++ prog[pn]=['Delete .Net user Account'] uid[pn]=['DELETENETUSERACCOUNT'] deps[pn]=['DOTNETFW'] ordr[pn]=[2] cmd1[pn]=['%CDROM%\\Install\\deluser.exe'] cat[pn]=['Microsoft Xtras'] pn++ prog[pn]=['DirectX Control Panel'] uid[pn]=['DIRECTXCONTROLPANEL'] ordr[pn]=[29] cmd1[pn]=['%CDROM%\\Install\\Directx.exe'] cat[pn]=['Microsoft Xtras'] pn++ prog[pn]=['Disable "Low Disk Space" Warning'] uid[pn]=['DISABLELOWDISKSPACEWARNIN'] ordr[pn]=[505] cmd1[pn]=['regedit /s %cdrom%\\install\\dislowdisk.reg'] cat[pn]=['Registry Tweaks'] pn++ prog[pn]=['Disable "Shortcut to"'] uid[pn]=['DISABLESHORTCUTTO'] ordr[pn]=[506] cmd1[pn]=['regedit /s %cdrom%\\install\\noshortcut2.reg'] cat[pn]=['Registry Tweaks'] pn++ prog[pn]=['Disable Balloon Tips'] uid[pn]=['DISABLEBALLOONTIPS'] ordr[pn]=[507] cmd1[pn]=['regedit /s %cdrom%\\install\\ballondisable.reg'] cat[pn]=['Registry Tweaks'] pn++ prog[pn]=['Disable Messenger Service "Spammer"'] uid[pn]=['DISABLEMESSENGERSERVICESP'] ordr[pn]=[508] cmd1[pn]=['regedit /s %cdrom%\\install\\messengerservice.reg'] cat[pn]=['Registry Tweaks'] pn++ prog[pn]=['Disable Security Center'] uid[pn]=['DISABLESECURITYCENTER'] ordr[pn]=[509] cmd1[pn]=['regedit /s %CDROM%\\Install\\disablesecuritycenter.reg'] cat[pn]=['Registry Tweaks'] pn++ prog[pn]=['Disable Start and Exit Sounds'] uid[pn]=['DISABLESTARTANDEXITSOUNDS'] ordr[pn]=[510] cmd1[pn]=['regedit /s %CDROM%\\Install\\disablestartandexitsounds.reg'] cat[pn]=['Registry Tweaks'] pn++ prog[pn]=['Don\'t Search Online for Drivers'] uid[pn]=['DONTSEARCHONLINEFORDRIVER'] ordr[pn]=[511] cmd1[pn]=['regedit /s %CDROM%\\Install\\dontsearchonlinefordrivers.reg'] cat[pn]=['Registry Tweaks'] pn++ prog[pn]=['E-Mule Plus'] uid[pn]=['EMULEPLUS'] ordr[pn]=[30] cmd1[pn]=['%CDROM%\\Install\\eMulePlus.exe /VERYSILENT /SP-'] cat[pn]=['Utilities'] pn++ prog[pn]=['Enable Boot Optimization'] uid[pn]=['ENABLEBOOTOPTIMIZATION'] ordr[pn]=[512] cmd1[pn]=['regedit /s %cdrom%\\install\\bootoptimize.reg'] cat[pn]=['Registry Tweaks'] pn++ prog[pn]=['Enable Inline Autocomplete'] uid[pn]=['ENABLEINLINEAUTOCOMPLETE'] ordr[pn]=[513] cmd1[pn]=['regedit /s %CDROM%\\Install\\EnableAutocomplete.reg'] cat[pn]=['Registry Tweaks'] pn++ prog[pn]=['Enable Quick Launch Bar'] uid[pn]=['ENABLEQUICKLAUNCHBAR'] ordr[pn]=[514] cmd1[pn]=['Regedit /S %CDROM%\\install\\enablequicklaunch.reg'] cat[pn]=['Registry Tweaks'] pn++ prog[pn]=['Enable Renaming Recycle Bin'] uid[pn]=['ENABLERENAMINGRECYCLEBIN'] ordr[pn]=[515] cmd1[pn]=['regedit /s %cdrom%\\install\\recyclebinrename.reg'] cat[pn]=['Registry Tweaks'] pn++ prog[pn]=['Feeding Frenzy'] uid[pn]=['FEEDINGFRENZY'] ordr[pn]=[31] cmd1[pn]=['%CDROM%\\Install\\feedingfrenzy.exe /s'] cat[pn]=['Oberon Games'] pn++ prog[pn]=['Fonts'] uid[pn]=['FONTS'] ordr[pn]=[32] cmd1[pn]=['%CDROM%\\Install\\fonts.exe'] cat[pn]=['Visual Styles'] pn++ prog[pn]=['Garfield Goes to Peices'] uid[pn]=['GARFIELDGOESTOPEICES'] ordr[pn]=[33] cmd1[pn]=['%CDROM%\\Install\\Garfield.exe /VERYSILENT'] cat[pn]=['Games'] pn++ prog[pn]=['Google Toolbar For IE.'] uid[pn]=['GOOGLETOOLBARFORIE'] ordr[pn]=[34] cmd1[pn]=['%CDROM%\\Install\\GoogleToolbarInstaller.exe /s /qn'] cat[pn]=['Internet'] pn++ prog[pn]=['ISO Recorder'] uid[pn]=['ISORECORDER'] ordr[pn]=[35] cmd1[pn]=['%CDROM%\\Install\\ISORecorderV2.msi /qb /norestart'] cat[pn]=['PowerToys'] pn++ prog[pn]=['Ice Age'] uid[pn]=['ICEAGE'] ordr[pn]=[36] cmd1[pn]=['%CDROM%\\Install\\IceAge.exe /VERYSILENT /SP-'] cat[pn]=['Games'] pn++ prog[pn]=['Insaniquarium Deluxe'] uid[pn]=['INSANIQUARIUMDELUXE'] ordr[pn]=[37] cmd1[pn]=['%CDROM%\\Install\\insaniquariumdeluxe.exe /s'] cmd2[pn]=['%CDROM%\\Install\\Insaniquariumreg.exe'] cat[pn]=['Oberon Games'] pn++ prog[pn]=['Jigsaw Puzzle Platinum Ed.'] uid[pn]=['JIGSAWPUZZLEPLATINUMED'] ordr[pn]=[38] cmd1[pn]=['%CDROM%\\Install\\jigsawplatinum.exe /s'] cat[pn]=['Oberon Games'] pn++ prog[pn]=['KaZaA Lite ++ Resurrection'] uid[pn]=['KAZAALITERESURRECTION'] ordr[pn]=[40] cmd1[pn]=['%CDROM%\\Install\\KLR.exe'] cat[pn]=['Utilities'] pn++ prog[pn]=['KaZaA Lite Codec Pack v2.36 Full'] uid[pn]=['KAZAACODEC'] ordr[pn]=[39] cmd1[pn]=['%CDROM%\\Install\\KlCodec236f.exe /VERYSILENT /SP-'] cat[pn]=['Utilities'] pn++ prog[pn]=['LimeWire Pro 4.4.5'] uid[pn]=['LIMEWIREPRO445'] cmd1[pn]=['%CDROM%\\Install\\limewirewin.exe /S'] cat[pn]=['Utilities'] pn++ prog[pn]=['MSN Messenger 6.2'] uid[pn]=['MSNMESSENGERV62'] ordr[pn]=[41] cmd1[pn]=['%CDROM%\\Install\\MsnMsgs.msi /qn'] cat[pn]=['Internet'] pn++ prog[pn]=['MSN Messenger Plus v3.25'] uid[pn]=['MSGPLUS325'] deps[pn]=['MSNMESSENGERV62'] ordr[pn]=[42] cmd1[pn]=['%CDROM%\\Install\\MsgPlus-325.exe /SilentInstallNoSponsor'] cat[pn]=['Internet'] pn++ prog[pn]=['Macromedia Shockwave\\Flash Player'] uid[pn]=['MACROMEDIASHOCKWAVEFLASH'] ordr[pn]=[43] cmd1[pn]=['%CDROM%\\Install\\mm_fl_sw_installer.msi /qn'] cat[pn]=['Internet'] pn++ prog[pn]=['Make Google Default Search Engine'] uid[pn]=['MAKEGOOGLEDEFAULTSEARCHEN'] ordr[pn]=[44] cmd1[pn]=['regedit /s %cdrom%\\install\\Google.reg'] cat[pn]=['Registry Tweaks'] pn++ prog[pn]=['Nero Burning ROM 6.6.0.6'] uid[pn]=['NEROBURNINGROM6606'] ordr[pn]=[45] cmd1[pn]=['%CDROM%\\Install\\nero6606.exe /SN=******************* /WRITE_SN /SILENT /NOUI /NOREBOOT /NOLICENSE /NOCANCEL'] cat[pn]=['Utilities'] pn++ prog[pn]=['Open .NFO Files With Notepad'] uid[pn]=['OPENNFOFILESWITHNOTEPAD'] ordr[pn]=[516] cmd1[pn]=['regedit /s %CDROM%\\Install\\opennfofileswithnotepad.reg'] cat[pn]=['Registry Tweaks'] pn++ prog[pn]=['Paint Shop Pro v9'] uid[pn]=['PAINTSHOPPRO9'] ordr[pn]=[46] cmd1[pn]=['%CDROM%\\Install\\psp9\\psp9.msi /qn'] cat[pn]=['Office'] pn++ prog[pn]=['QuickTime v6.5.2'] uid[pn]=['QUICKTIME652'] ordr[pn]=[48] cmd1[pn]=['%CDROM%\\Install\\QuickTimeFullInstaller.exe'] cat[pn]=['Utilities'] pn++ prog[pn]=['RegSupreme Pro'] uid[pn]=['REGSUPREMEPRO'] ordr[pn]=[49] cmd1[pn]=['%CDROM%\\Install\\RegSupremepro.exe /VERYSILENT /SP-'] cmd2[pn]=['%CDROM%\\Install\\RegSupremeproReg.exe'] cat[pn]=['PowerToys'] pn++ prog[pn]=['Remove Shortcut Arrow'] uid[pn]=['REMOVESHORTCUTARROW'] ordr[pn]=[517] cmd1[pn]=['regedit /s %cdrom%\\install\\removeshortcutarrow.reg'] cat[pn]=['Registry Tweaks'] pn++ prog[pn]=['Ricochet'] uid[pn]=['RICOCHET'] ordr[pn]=[51] cmd1[pn]=['%CDROM%\\Install\\ricochet.exe /s'] cat[pn]=['Oberon Games'] pn++ prog[pn]=['Ricochet Lost Worlds'] uid[pn]=['RICOCHETLOSTWORLDS'] ordr[pn]=[52] cmd1[pn]=['%CDROM%\\Install\\ricochetlw.exe /s'] cat[pn]=['Oberon Games'] pn++ prog[pn]=['Ricochet Lost Worlds Recharged'] uid[pn]=['RICOCHETLOSTWORLDSRECHARG'] ordr[pn]=[53] cmd1[pn]=['%CDROM%\\Install\\ricochetlwr.exe /s'] cat[pn]=['Oberon Games'] pn++ prog[pn]=['SolSuite 2005'] uid[pn]=['SOLSUITE2005'] ordr[pn]=[54] cmd1[pn]=['%CDROM%\\Install\\solsuite.exe /s'] cmd2[pn]=['%CDROM%\\Install\\solsuitereg.exe'] cat[pn]=['Games'] pn++ prog[pn]=['SolSuite Graphics Pack'] uid[pn]=['SOLSUITEGRAPHICSPACK'] deps[pn]=['SOLSUITE2005'] cmd1[pn]=['%CDROM%\\Install\\solsuite_graphics_pack.exe /s'] cat[pn]=['Games'] pn++ prog[pn]=['SpongeBob Collapse'] uid[pn]=['SPONGEBOBCOLLAPSE'] ordr[pn]=[55] cmd1[pn]=['%CDROM%\\Install\\spongebobcollapse.exe /s'] cat[pn]=['Oberon Games'] pn++ prog[pn]=['Spyware and Adware Blocker File'] uid[pn]=['SPYWAREADWAREBLOCKERFILE'] ordr[pn]=[518] cmd1[pn]=['regedit /s %CDROM%\\Install\\blocklist.reg'] cat[pn]=['Registry Tweaks'] pn++ prog[pn]=['Stand Alone PowerToys'] uid[pn]=['STANDALONEPOWERTOYS'] ordr[pn]=[56] cmd1[pn]=['%CDROM%\\Install\\aloneapps.exe'] cat[pn]=['PowerToys'] pn++ prog[pn]=['Startup Control Panel'] uid[pn]=['STARTUPCONTROLPANEL'] ordr[pn]=[57] cmd1[pn]=['%CDROM%\\Install\\Startup.exe'] cat[pn]=['PowerToys'] pn++ prog[pn]=['Stop Fast User Switching'] uid[pn]=['STOPFASTUSERSWITCHING'] ordr[pn]=[519] cmd1[pn]=['regedit /s %CDROM%\\Install\\stopfastuserswitch.reg'] cat[pn]=['Registry Tweaks'] pn++ prog[pn]=['Sun Java 2 W/SP1'] uid[pn]=['SUNJAVA2WSP1'] ordr[pn]=[999] cmd1[pn]=['%CDROM%\\Install\\jre501.exe'] cat[pn]=['Internet'] pn++ prog[pn]=['Swarm'] uid[pn]=['SWARM'] ordr[pn]=[59] cmd1[pn]=['%CDROM%\\Install\\swarm.exe /s'] cat[pn]=['Oberon Games'] pn++ prog[pn]=['System Mechanic 5.5'] uid[pn]=['SYSTEMMECHANIC55'] ordr[pn]=[60] cmd1[pn]=['%CDROM%\\Install\\systemmechanic5.exe /s'] cmd2[pn]=['regedit /s %CDROM%\\install\\Systemmechanic.reg'] cat[pn]=['Utilities'] pn++ prog[pn]=['TweakNow PowerPack 2005 v1.6'] uid[pn]=['TWEAKNOWPOWERPACK2005V15'] ordr[pn]=[61] cmd1[pn]=['%CDROM%\\Install\\PowerPro.exe /VerySilent'] cat[pn]=['PowerToys'] pn++ prog[pn]=['UltraBall'] uid[pn]=['ULTRABALL'] ordr[pn]=[58] cmd1[pn]=['%CDROM%\\Install\\ultraball.exe /s'] cat[pn]=['Oberon Games'] pn++ prog[pn]=['UltraISO'] uid[pn]=['ULTRAISO'] ordr[pn]=[62] cmd1[pn]=['%CDROM%\\Install\\UISO7ME.exe /VERYSILENT /SP-'] cmd2[pn]=['regedit /s %CDROM%\\Install\\UltraISO.reg'] cat[pn]=['Utilities'] pn++ prog[pn]=['Visual Styles'] uid[pn]=['VISUALSTYLES'] ordr[pn]=[63] cmd1[pn]=['%CDROM%\\Install\\Themes.exe'] cat[pn]=['Visual Styles'] pn++ prog[pn]=['Wallpaper Changer'] uid[pn]=['WALLPAPERCHANGER'] ordr[pn]=[64] cmd1[pn]=['%CDROM%\\Install\\WallpaperChanger.exe /S'] cat[pn]=['Visual Styles'] pn++ prog[pn]=['WinAMP 5.08d'] uid[pn]=['WINAMP508D'] ordr[pn]=[65] cmd1[pn]=['%CDROM%\\Install\\winamp.msi XUser="EverDawn" XKey="*************" /qn'] cat[pn]=['Utilities'] pn++ prog[pn]=['WinAVI'] uid[pn]=['WINAVI'] ordr[pn]=[66] cmd1[pn]=['%CDROM%\\Install\\winavi.exe /VERYSILENT /SP-'] cmd2[pn]=['regedit /s %CDROM%\\Install\\winavi.reg'] cat[pn]=['Utilities'] pn++ prog[pn]=['WinRAR'] uid[pn]=['WINRAR'] desc[pn]=['ZIP-Folder Replacement. Handles almost all archive files.'] ordr[pn]=[67] cmd1[pn]=['%cdrom%\\Install\\WinRAR.exe /S'] cat[pn]=['System'] pn++ prog[pn]=['WinRAR 3.42 Crystal Ed.'] uid[pn]=['WINRAR342CRYSTALED'] ordr[pn]=[68] cmd1[pn]=['%CDROM%\\Install\\wrar342crystal.exe /S'] cat[pn]=['System'] pn++ prog[pn]=['Windows Media Player 10'] uid[pn]=['WINDOWSMEDIAPLAYER10'] ordr[pn]=[69] cmd1[pn]=['%CDROM%\\Install\\MP10Setup.exe /Q:A /R:N /C:"setup_wm.exe /DisallowSystemRestore /Q:A /R:N"'] cat[pn]=['Microsoft Xtras'] pn++ prog[pn]=['Yummy Dots'] uid[pn]=['YUMMYDOTS'] ordr[pn]=[78] cmd1[pn]=['%CDROM%\\Install\\yummydots.exe /s'] cat[pn]=['Oberon Games'] pn++ prog[pn]=['Zuma Deluxe'] uid[pn]=['ZUMADELUXE'] ordr[pn]=[70] cmd1[pn]=['%CDROM%\\Install\\zumadeluxe.exe /s'] cat[pn]=['Oberon Games'] pn++ prog[pn]=['ieSpell'] uid[pn]=['IESPELL'] ordr[pn]=[71] cmd1[pn]=['%CDROM%\\Install\\ieSpellSetup211325.exe /S'] cat[pn]=['Internet'] pn++ prog[pn]=['nVidia 71.81 ForceWare Drivers'] uid[pn]=['NVIDIAFORCEWAREDRIVERSV67'] ordr[pn]=[72] cmd1[pn]=['%CDROM%\\Install\\nVidia.exe'] cat[pn]=['System'] pn++ prog[pn]=['nVidia Coolbits v2'] uid[pn]=['NVIDIACOOLBITSV2'] deps[pn]=['NVIDIAFORCEWAREDRIVERSV67'] ordr[pn]=[73] cmd1[pn]=['regedit /s %CDROM%\\Install\\coolbits.reg'] cat[pn]=['System'] pn++ prog[pn]=['nVidia Driver Helper Diasabler'] uid[pn]=['DIASABLENVIDIADRIVERHELPE'] deps[pn]=['NVIDIAFORCEWAREDRIVERSV67'] ordr[pn]=[520] cmd1[pn]=['regedit /S %CDROM%\\Install\\disablenvidiadriverhelper.reg'] cat[pn]=['System'] pn++ prog[pn]=['nVidia NVTweak Utility'] uid[pn]=['NVIDIANVTWEAKUTILITY'] ordr[pn]=[74] cmd1[pn]=['%CDROM%\\Install\\NVTweak.msi /qn'] cat[pn]=['System'] pn++ prog[pn]=['zz Register Games'] uid[pn]=['REGISTERGAMES'] ordr[pn]=[75] cmd1[pn]=['%CDROM%\\Install\\gamereg.exe'] cat[pn]=['Games'] pn++ prog[pn]=['zz Registration Information'] uid[pn]=['Serials'] ordr[pn]=[76] cmd1[pn]=['%CDROM%\\Install\\reginfo.exe'] cat[pn]=['Utilities'] pn++ prog[pn]=['zz Start Menu Shortcuts'] uid[pn]=['STARTMENUSHORTCUTS'] ordr[pn]=[77] cmd1[pn]=['%CDROM%\\Install\\games.exe /s'] cat[pn]=['Oberon Games'] pn++ //--------------------------------------------------------------------------------------------- // End of program definitions ... //---------------------------------------------------------------------------------------------
×
×
  • Create New...