Jump to content

SexyStud

Member
  • Posts

    13
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Portugal

About SexyStud

SexyStud's Achievements

0

Reputation

  1. Isn't that what ordr[pn]=[X] does? Well, I have messed up around with other .js files. Perhaps I removed the string that triggers the category/order. I will take a look.
  2. Hi. I've been configuring WPI to install some stuff, but it is currently ignoring completely the order I choose, whatever it is. Here is my actual config file: //--------------------------------------------------------------------------------------------- // 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'] // picf[pn]=['Picture File'] // picw[pn]=['Width'] // pich[pn]=['Height'] // desc[pn]=['Description'] // textl[pn]=['Text location'] // texti[pn]=['Text Indent'] // 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]=[] // configs[pn]=['List of configs to be auto checked for comma seprated'] // pn++ //--------------------------------------------------------------------------------------------- // Your programs here ... //--------------------------------------------------------------------------------------------- pn=1; prog[pn]=['.Net Framework'] uid[pn]=['NETFRAMEWORK'] picw[pn]=['32'] pich[pn]=['32'] desc[pn]=['Needed for running apps based on .Net <br><b>Recommended</b>'] textl[pn]=['Bottom'] texti[pn]=['1'] ordr[pn]=[4] cmd1[pn]=['%systemdrive%\Install\\NetFramework\\dotnetfx.exe /Q /C:"install.exe /Q"'] cat[pn]=['SYSTEM'] pn++ prog[pn]=['Adobe Reader 7.03'] uid[pn]=['ADOBEREADER'] picw[pn]=['128'] pich[pn]=['128'] desc[pn]=['Free PDF reader'] textl[pn]=['Bottom'] texti[pn]=['1'] ordr[pn]=[8] cmd1[pn]=['%systemdrive%\Install\\AcrobatReader\\ar703_full.exe'] cat[pn]=['UTILS'] pn++ prog[pn]=['Alcohol 120%'] uid[pn]=['ALCOHOL120'] picw[pn]=['128'] pich[pn]=['128'] desc[pn]=['Software for emulating CD/DVD drives and burning ISOs. Don\'t get drunk with it'] textl[pn]=['Bottom'] texti[pn]=['1'] ordr[pn]=[28] cmd1[pn]=['%systemdrive%\Install\\Alcohol120\\setup.exe /quiet /norestart'] cmd2[pn]=['REGEDIT /S %systemdrive%\Install\\starwindsvc.reg'] cat[pn]=['UTILS'] pn++ prog[pn]=['EVEREST'] uid[pn]=['EVEREST'] picw[pn]=['128'] pich[pn]=['128'] desc[pn]=['Benchmarking and diagnosis application'] textl[pn]=['Bottom'] texti[pn]=['1'] ordr[pn]=[7] cmd1[pn]=['%systemdrive%\Install\\EVEREST\\setup.exe /VERYSILENT /SP-'] cmd2[pn]=['%systemdrive%\Install\\EVEREST\\reg.cmd'] cat[pn]=['SYSTEM'] pn++ prog[pn]=['FireFox 1.0.7'] uid[pn]=['FIREFOX'] picw[pn]=['128'] pich[pn]=['128'] desc[pn]=['Highly customizable safe web browser. <i>Custom plug-ins and themes included</i>'] textl[pn]=['Bottom'] texti[pn]=['1'] ordr[pn]=[15] cmd1[pn]=['%systemdrive%\Install\\FireFox\\Firefox_Silent_Setup.exe'] cat[pn]=['INTERNET'] pn++ prog[pn]=['Flash Player 8'] uid[pn]=['FLASHPLAYER'] deps[pn]=['FIREFOX'] picw[pn]=['128'] pich[pn]=['128'] desc[pn]=['Flash Player 8 for FireFox/Netscape browsers'] textl[pn]=['Bottom'] texti[pn]=['1'] ordr[pn]=[16] cmd1[pn]=['%systemdrive%\Install\\FlashPlayer\\flash_ff.exe'] cat[pn]=['INTERNET'] pn++ prog[pn]=['FlashFXP'] uid[pn]=['FLASHFXP'] picw[pn]=['128'] pich[pn]=['128'] desc[pn]=['Nice FTP client.'] textl[pn]=['Bottom'] texti[pn]=['1'] ordr[pn]=[27] cmd1[pn]=['%systemdrive%\Install\\FlashFXP\\flashfxp.exe /silent'] cmd2[pn]=['%systemdrive%\Install\\FlashFXP\\files.cmd'] cat[pn]=['INTERNET'] pn++ prog[pn]=['Foobar'] uid[pn]=['FOOBAR'] picw[pn]=['128'] pich[pn]=['128'] desc[pn]=['Highly Customizable MP3 player'] textl[pn]=['Bottom'] texti[pn]=['1'] ordr[pn]=[24] cmd1[pn]=['%systemdrive%\install\\foobar\\fooinstall.exe'] cmd1[pn]=['%systemdrive%\install\\foobar\\foo.cmd'] cat[pn]=['AUDIO&VIDEO'] pn++ prog[pn]=['Free Download Manager'] uid[pn]=['FREEDOWNLOADMANAGER'] picw[pn]=['128'] pich[pn]=['128'] desc[pn]=['The name couldn\'t be more obvious.'] textl[pn]=['Bottom'] texti[pn]=['18'] ordr[pn]=[85] cmd1[pn]=['%systemdrive%\Install\\FDM\\fdminst.exe /VERYSILENT /SP-'] cat[pn]=['INTERNET'] pn++ prog[pn]=['Google Earth'] uid[pn]=['GOOGLEEARTH'] picw[pn]=['128'] pich[pn]=['128'] desc[pn]=['Google map photo program, you can see it all here'] textl[pn]=['Bottom'] texti[pn]=['1'] ordr[pn]=[11] cmd1[pn]=['%systemdrive%\Install\\GoogleEarth\\setup.exe /s'] cat[pn]=['UTILS'] pn++ prog[pn]=['Java Virtual Machine'] uid[pn]=['JAVAVIRTUALMACHINE'] deps[pn]=['FIREFOX'] picw[pn]=['128'] pich[pn]=['128'] desc[pn]=['Sun Java VM. Needed for viewing some webpages'] textl[pn]=['Bottom'] texti[pn]=['1'] ordr[pn]=[17] cmd1[pn]=['%systemdrive%\Install\\JavaVM\\J2SE_RE5_U5.exe'] cat[pn]=['INTERNET'] pn++ prog[pn]=['Kaspersky Anti-Virus Personal Pro'] uid[pn]=['KASPERSKYANTIVIRUS'] picw[pn]=['128'] pich[pn]=['128'] desc[pn]=['Not-so-heavy antivirus with daily actualizations. Provides excellent protection <br><b>Recommended</b>'] textl[pn]=['Bottom'] texti[pn]=['1'] ordr[pn]=[3] cmd1[pn]=['%systemdrive%\Install\\KasperskyAV\\setup.exe /s'] cat[pn]=['SYSTEM'] pn++ prog[pn]=['MSN Messenger 7.5'] uid[pn]=['MSNMESSENGER'] picw[pn]=['128'] pich[pn]=['128'] desc[pn]=['Popular instant messaging software'] textl[pn]=['Bottom'] texti[pn]=['1'] ordr[pn]=[19] cmd1[pn]=['%systemdrive%\Install\\MSNMessenger\\msnmsg75.exe'] cat[pn]=['INTERNET'] pn++ prog[pn]=['NVU'] uid[pn]=['NVU'] picw[pn]=['128'] pich[pn]=['128'] desc[pn]=['Free and simple HTML editor'] textl[pn]=['Bottom'] texti[pn]=['1'] ordr[pn]=[13] cmd1[pn]=['%systemdrive%\Install\\NVU\\NVU.exe /VERYSILENT /SP-'] cat[pn]=['UTILS'] pn++ prog[pn]=['Nero Burning ROM'] uid[pn]=['NEROBURNINGROM'] picw[pn]=['128'] pich[pn]=['128'] desc[pn]=['Your CD-Burning software'] textl[pn]=['Bottom'] texti[pn]=['1'] ordr[pn]=[10] cmd1[pn]=['%systemdrive%\Install\\Nero\\Nero.exe /SILENT /NOREBOOT /SN=XXXX-XXXX-XXXX-XXXX-XXXX /WRITE_SN'] cat[pn]=['UTILS'] pn++ prog[pn]=['Norton GoBack'] uid[pn]=['NORTONGOBACK'] picw[pn]=['128'] pich[pn]=['128'] desc[pn]=['System restore utility, allows you to recover from crashes to system points back in time <br><b>Recommended</b>'] textl[pn]=['Bottom'] texti[pn]=['1'] ordr[pn]=[29] cmd1[pn]=['%systemdrive%\Install\\GoBack\\nortongoback.msi /quiet /norestart'] cat[pn]=['SYSTEM'] pn++ prog[pn]=['Picasa'] uid[pn]=['PICASA'] picw[pn]=['128'] pich[pn]=['128'] desc[pn]=['Great app for storing, managing and sharing your pictures. by Google, obviously.'] textl[pn]=['Bottom'] texti[pn]=['1'] ordr[pn]=[12] cmd1[pn]=['%systemdrive%\Install\\Picasa\\Picasa2.msi /qn'] cmd2[pn]=['REGEDIT /S %systemdrive%\Install\\Picasa\\picasa.reg'] cat[pn]=['UTILS'] pn++ prog[pn]=['QT Alternative'] uid[pn]=['QUICKTIMEALTERNATIVE'] picw[pn]=['128'] pich[pn]=['128'] desc[pn]=['Small app that allows you to play QT files without QuickTime player'] textl[pn]=['Bottom'] texti[pn]=['1'] ordr[pn]=[25] cmd1[pn]=['%systemdrive%\Install\\QTAlternative\\quicktimealt165.exe /VERYSILENT /SP-'] cat[pn]=['AUDIO&VIDEO'] pn++ prog[pn]=['Real Alternative'] uid[pn]=['REALALTERNATIVE'] picw[pn]=['128'] pich[pn]=['128'] desc[pn]=['Small app that allows you to play RealMedia files without RealPlayer'] textl[pn]=['Bottom'] texti[pn]=['1'] ordr[pn]=[26] cmd1[pn]=['%systemdrive%\Install\\RealAlternative\\realalt145.exe /VERYSILENT /SP-'] cat[pn]=['AUDIO&VIDEO'] pn++ prog[pn]=['Skype'] uid[pn]=['SKYPE'] picw[pn]=['128'] pich[pn]=['128'] desc[pn]=['VoIP app, good rates. Your phone company will hate you.'] textl[pn]=['Bottom'] texti[pn]=['1'] ordr[pn]=[20] cmd1[pn]=['%systemdrive%\Install\\Skype\\SkypeSetup.exe /VERYSILENT /SP-'] cat[pn]=['INTERNET'] pn++ prog[pn]=['SpyBot Search and Destroy'] uid[pn]=['SPYBOTSEARCHDESTROY'] picw[pn]=['128'] pich[pn]=['128'] desc[pn]=['Finds and deletes that crappy spyware on your computer'] textl[pn]=['Bottom'] texti[pn]=['1'] ordr[pn]=[6] cmd1[pn]=['%systemdrive%\Install\\SpybotSD\\SpybotSD.exe /VERYSILENT /SP-'] cat[pn]=['SYSTEM'] pn++ prog[pn]=['Sygate Personal Firewall Pro'] uid[pn]=['SYGATEPERSONALFIREWALL'] picw[pn]=['128'] pich[pn]=['128'] desc[pn]=['Firewall, for safe surfing. As if.'] textl[pn]=['Bottom'] texti[pn]=['1'] ordr[pn]=[2] cmd1[pn]=['%systemdrive%\Install\\SygateFirewall\\pspf.exe /quiet /norestart'] cat[pn]=['SYSTEM'] pn++ prog[pn]=['TuneUp Utilities 2006'] uid[pn]=['TUNEUPUTILITIES'] picw[pn]=['128'] pich[pn]=['128'] desc[pn]=['Pack of utilities for managing and tweaking Windows XP'] textl[pn]=['Bottom'] texti[pn]=['1'] ordr[pn]=[5] cmd1[pn]=['%systemdrive%\Install\\TuneUp\\TU2006TrialEN.exe /qn'] cmd2[pn]=['REGEDIT /S %systemdrive%\Install\\TuneUp\\tuneup.reg'] cat[pn]=['SYSTEM'] pn++ prog[pn]=['VLC Media Player'] uid[pn]=['VLC'] picw[pn]=['128'] pich[pn]=['128'] desc[pn]=['Very light media player, can make previews of corrupt/unfinished movie clips, and opens almost anything.'] textl[pn]=['Bottom'] texti[pn]=['1'] ordr[pn]=[23] cmd1[pn]=['%systemdrive%\Install\\VLC\\VLC.exe /S'] cat[pn]=['AUDIO&VIDEO'] pn++ prog[pn]=['VMware'] uid[pn]=['VMWARE'] picw[pn]=['128'] pich[pn]=['128'] desc[pn]=['Virtual Machine, good for messing up'] textl[pn]=['Bottom'] texti[pn]=['1'] ordr[pn]=[14] cmd1[pn]=['%systemdrive%\Install\\VMware\\vmware.msi -i ADDLOCAL=ALL serialnumber=4HNR0-R4M8Q-G2HDF-4YXN6 DESKTOPSHORTCUT=0 /qn'] cat[pn]=['UTILS'] pn++ prog[pn]=['Video Codec Pack'] uid[pn]=['CODECPACK'] picw[pn]=['128'] pich[pn]=['128'] desc[pn]=['Lite pack of codecs for video visualization. <br> <b>Recommended</b>'] textl[pn]=['Bottom'] texti[pn]=['1'] ordr[pn]=[22] cmd1[pn]=['%systemdrive%\Install\\Codecs\\codec.cmd'] cat[pn]=['AUDIO&VIDEO'] pn++ prog[pn]=['WinISO 5.3'] uid[pn]=['WINISO'] picw[pn]=['128'] pich[pn]=['128'] desc[pn]=['Utility for managing ISO files'] textl[pn]=['Bottom'] texti[pn]=['1'] ordr[pn]=[9] cmd1[pn]=['%systemdrive%\Install\\WinISO\\WinISO.exe /VERYSILENT /SP-'] cmd2[pn]=['REGEDIT /S %systemdrive%\Install\\WinISO\\winiso.reg'] cat[pn]=['UTILS'] pn++ prog[pn]=['WinRar'] uid[pn]=['WINRAR'] picw[pn]=['128'] pich[pn]=['128'] desc[pn]=['Powerful file compressor, with support for SFX files'] textl[pn]=['Bottom'] texti[pn]=['1'] ordr[pn]=[1] cmd1[pn]=['%systemdrive%\Install\\WinRAR\\WinRAR.exe /s'] cat[pn]=['SYSTEM'] pn++ prog[pn]=['mIRC - eXtreme'] uid[pn]=['MIRCEXTREME'] picw[pn]=['128'] pich[pn]=['128'] desc[pn]=['Good old IRC. Pumped up with eXtreme script'] textl[pn]=['Bottom'] texti[pn]=['1'] ordr[pn]=[21] cmd1[pn]=['%systemdrive%\Install\\mIRC\\eXtreme.exe'] cmd2[pn]=['REGEDIT /S %systemdrive\\Install\\mIRC\\eXtreme.reg'] cat[pn]=['INTERNET'] pn++ //--------------------------------------------------------------------------------------------- // End of program definitions ... //---------------------------------------------------------------------------------------------
  3. Yes, I extracted and got a msi. Got past the error I said on the previous post, however now I can't stop it from rebooting =\ (i'm doing /quiet /norestart, but it still reboots )
  4. Hello, I've been trying to install GoBack 5 silent. Done some research, and found the switches. currently i'm using Setup.exe /Q /Cc=1500 /B However, the install fails. Got a error msg, saying it couldn't find LiveUpdate. Anyone has any ideas about how to go around this? Thanks in advance.
  5. Try setting up a 1x1 bmp for it, it should work. BTW, anyone knows how to make some of the BMPs on the winntbbu have transparencies?
  6. Thanks for the info Didn't know about RegShot, it helped me alot on other stuff. However, it didn't work out for the folder menus part - i've done a few experiences around this, with RegShot and ART, and got to nowhere
  7. Hi, I'd like to know if it is possible to make Win XP install itself with a pre-defined taskbar setting. I mean, by default Win XP doesn't even show up the Quick Launch. I'd like it to show up Quick Launch and some other toolbars I use, right after I install it. Like this:
  8. I'd LOVE one invite to it! Sadly, I came out too late If you (or anyone else) has any more invites left, I'd bow to have one Please contact me if you do!
  9. I tried that alrdy, but there are more files in ur rar than in the logonui.exe, and there are some files who doesnt match (in size) the logonui.
  10. I'd like to have it too. I downloaded the resources for ntoskrnl and logonui, but dunno which bitmap is which to replace with the original ntoskrnl and logonui files one-by-one. Some enlightment plz? Thx
  11. Thx man, I will give it a try =P And congrats for the good job, you seem to have skill to write tutorials and stuff.. can't wait for ur next posts =P
  12. i was wondering... how did u do this: Screenshot also, how do u silent install Gant2?
  13. Dunno, but if you set your batch to copy a batch file that dels the quick launch to the admin desktop? This way, the 1st time you log on another profile, you will have that batch on your desktop. just run it and u r done =P
×
×
  • Create New...