Jump to content

eightyhd

Member
  • Posts

    5
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

About eightyhd

eightyhd's Achievements

0

Reputation

  1. heys guys! just want to know how to delete the C:\Install folder? I want to create a batch file after install, under C:\install\wpi\DELETEDIR.BAT 1. What is the command for the batch 2. Does it go under [GUI RUNONCE] ?
  2. thansk alot guys!! i found out what the problem was. i tried to slipstream WMP10 prior to installation and is lookin for the application to execute with when opening up webpages. i deleted the i386 and it works like a charm
  3. //--------------------------------------------------------------------------------------------- // 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\\dotnet\\netfx.msi'] dflt[pn]=['yes'] cat[pn]=['System'] pn++ prog[pn]=['Add "Command Window" To Right Click'] uid[pn]=['ADDCOMMANDWINDOWTORIGHTCL'] ordr[pn]=[900] cmd1[pn]=['regedit /s %CDROM%\\Install\\regedit\\command.reg'] cat[pn]=['Registry Tweaks'] pn++ prog[pn]=['Add "Empty Recycle Bin" To Right Click'] uid[pn]=['ADDEMPTYRECYCLEBINTORIGHT'] ordr[pn]=[901] cmd1[pn]=['regedit /s %cdrom%\\install\\regedit\\recycle.reg'] cat[pn]=['Registry Tweaks'] pn++ prog[pn]=['Add "Open With Notepad" to Right Click'] uid[pn]=['ADDOPENWITHNOTEPAD'] ordr[pn]=[902] cmd1[pn]=['regedit /s %cdrom%\\install\\regedit\\notepad.reg'] cat[pn]=['Registry Tweaks'] pn++ prog[pn]=['Adobe Acrobat Reader 7.0'] uid[pn]=['ADOBEACROBATREADERV70'] desc[pn]=['Adobe® Reader® 7.0 — free software that lets you view, print, search, and share Adobe Portable Document Format (PDF) files more securely using a variety of platforms and devices.'] ordr[pn]=[15] cmd1[pn]=['%CDROM%\\Install\\acrobat7\\ar7.msi'] dflt[pn]=['yes'] cat[pn]=['Office'] pn++ prog[pn]=['BitDefender Professional 8'] uid[pn]=['BITDEFENDERPROFESSIONAL8'] desc[pn]=['BitDefender Professional Plus integrates antivirus, firewall and antispam modules into one comprehensive security package, tailored to meet the needs of home and corporate Internet users worldwide.'] ordr[pn]=[999] cmd1[pn]=['%CDROM%\\Install\\bitdef8\\bitdefender.exe'] dflt[pn]=['yes'] cat[pn]=['Internet'] pn++ prog[pn]=['CPU-Z'] uid[pn]=['CPUZ'] desc[pn]=['CPU-Z is a diagnostic tool that provides information on your CPU, including: processor name and vendor, core stepping and process, processor package, internal and external clocks, clock multiplier, partial overclock detection, processor features, supported instructions sets, L1 and L2 cache information, location, size, speed, and technology.'] ordr[pn]=[90] cmd1[pn]=['%CDROM%\\Install\\cpuz\\CPUZ.exe /VERYSILENT'] cat[pn]=['PowerToys'] pn++ prog[pn]=['Cancel Windows Tour'] uid[pn]=['CANCELWINDOWSTOUR'] ordr[pn]=[903] cmd1[pn]=['regedit /s %cdrom%\\install\\regedit\\canceltour.reg'] cat[pn]=['Registry Tweaks'] pn++ prog[pn]=['Classic Control Panel'] uid[pn]=['CLASSICCONTROLPANEL'] ordr[pn]=[904] cmd1[pn]=['regedit /s %cdrom%\\install\\regedit\\cpclassicview.reg'] dflt[pn]=['yes'] cat[pn]=['Registry Tweaks'] pn++ prog[pn]=['CrapCleaner'] uid[pn]=['CRAPCLEANER'] desc[pn]=['CCleaner (Crap Cleaner) is a freeware System optimization tool. That removes unused and temporary files from your System - allowing Windows to run faster, more efficiently and giving you more hard disk space. The best part is that it is fast! (normally taking less that a second to run) and Free. '] ordr[pn]=[115] cmd1[pn]=['%CDROM%\\Install\\Crapcleaner\\ccsetup119.exe /S'] dflt[pn]=['yes'] cat[pn]=['System'] pn++ prog[pn]=['Custom Codec Pack'] uid[pn]=['CUSTOMCODECPACKAGE'] ordr[pn]=[100] cmd1[pn]=['%CDROM%\\Install\\codecs\\setup_wm.exe'] dflt[pn]=['yes'] cat[pn]=['Utilities'] pn++ prog[pn]=['Disable "Low Disk Space" Warning'] uid[pn]=['DISABLELOWDISKSPACEWARNIN'] ordr[pn]=[905] cmd1[pn]=['regedit /s %cdrom%\\install\\regedit\\lowdiskspace.reg'] cat[pn]=['Registry Tweaks'] pn++ prog[pn]=['Disable Balloon Tips'] uid[pn]=['DISABLEBALLOONTIPS'] ordr[pn]=[907] cmd1[pn]=['regedit /s %cdrom%\\install\\regedit\\ballondisable.reg'] cat[pn]=['Registry Tweaks'] pn++ prog[pn]=['Disable Messenger Service "Spammer"'] uid[pn]=['DISABLEMESSENGERSERVICESP'] ordr[pn]=[908] cmd1[pn]=['regedit /s %cdrom%\\install\\regedit\\messengerservice.reg'] dflt[pn]=['yes'] cat[pn]=['Registry Tweaks'] pn++ prog[pn]=['Enable Boot Optimization'] uid[pn]=['ENABLEBOOTOPTIMIZATION'] ordr[pn]=[913] cmd1[pn]=['regedit /s %cdrom%\\install\\regedit\\bootoptimize.reg'] dflt[pn]=['yes'] cat[pn]=['Registry Tweaks'] pn++ prog[pn]=['Enable Quick Launch Bar'] uid[pn]=['ENABLEQUICKLAUNCHBAR'] ordr[pn]=[915] cmd1[pn]=['Regedit /S %CDROM%\\install\\enablequicklaunch.reg'] cat[pn]=['Registry Tweaks'] pn++ prog[pn]=['Enable Renaming Recycle Bin'] uid[pn]=['ENABLERENAMINGRECYCLEBIN'] ordr[pn]=[916] cmd1[pn]=['regedit /s %cdrom%\\install\\regedit\\recyclebinrename.reg'] dflt[pn]=['yes'] cat[pn]=['Registry Tweaks'] pn++ prog[pn]=['Google Toolbar For IE.'] uid[pn]=['GOOGLETOOLBARFORIE'] desc[pn]=['Integrates with the Internet Explorer toolbar. Features include web search, image search, search site, page rank, and page information. Plus a nice autocomplete feature.'] ordr[pn]=[171] cmd1[pn]=['%CDROM%\\Install\\google\\GoogleToolbarInstaller.exe /s /qn'] dflt[pn]=['yes'] cat[pn]=['Internet'] pn++ prog[pn]=['Jasc Paint Shop Pro STUDIO'] uid[pn]=['PAINTSHOPPROSTUDIO'] desc[pn]=['You know what you want — something that’s going to let you create the image you have in mind. Whether it’s a photo, graphic, or digital art, Paint Shop Pro 9 is going to help you get that vision out of your head and onto the screen. Your pocketbook doesn’t have to suffer for your art and you don’t have to settle on the pricey standard for quality. What you need is right here.'] ordr[pn]=[195] cmd1[pn]=['%CDROM%\\Install\\PSPs\\PSPs.msi /qn'] cat[pn]=['Office'] pn++ prog[pn]=['LimeWire Pro 4.8.1'] uid[pn]=['LIMEWIREPRO'] desc[pn]=['Limewire is a popular peer-to-peer (P2P) file sharing application.'] ordr[pn]=[210] cmd1[pn]=['%CDROM%\\Install\\limewire\\limewirewin.exe /S'] cat[pn]=['Office'] pn++ prog[pn]=['Macromedia Shockwave/Flash Players'] uid[pn]=['MACROMEDIASHOCKWAVEFLASH'] desc[pn]=['Experience Flash content and applications across desktops and devices.'] ordr[pn]=[220] cmd1[pn]=['%CDROM%\\Install\\mmShockWave\\mm_fl_sw_installer.msi /qn'] cmd2[pn]=['%CDROM%\\Install\\mmShockWave\\install_flash_player_7.msi /qn'] dflt[pn]=['yes'] cat[pn]=['Internet'] pn++ prog[pn]=['Make Google Default Search Engine'] uid[pn]=['MAKEGOOGLEDEFAULTSEARCHEN'] ordr[pn]=[917] cmd1[pn]=['regedit /s %cdrom%\\install\\regedit\\Google.reg'] dflt[pn]=['yes'] cat[pn]=['Registry Tweaks'] pn++ prog[pn]=['Microsoft Antispyware Beta'] uid[pn]=['ANTISPYWAREBETA'] desc[pn]=['Windows AntiSpyware (Beta) is a security technology that helps protect Windows users from spyware and other potentially unwanted software. Known spyware on your computer can be detected and removed. This helps reduce negative effects caused by spyware, including slow computer performance, annoying pop-up ads, unwanted changes to 7) Internet settings, and unauthorized use of your private information. Continuous protection improves 7) Internet browsing safety by guarding more than 50 ways spyware can enter your computer.'] ordr[pn]=[25] cmd1[pn]=['%CDROM%\\Install\\ms\\antispywarebeta.exe'] cat[pn]=['Internet'] pn++ prog[pn]=['Nero 6 ULTRA EDITION'] uid[pn]=['NEROBURNINGROM'] desc[pn]=['Nero burning ROM is the best all-in-one CD-R application on the market. Period. It combines huge amounts of features in a compact and easy to use package. It handles disc duplicating and pre-mastering with ease, supported by a cover designer and even an audio file editor. The excellent GUI desing keeps all the functions handy and guarantees that simple tasks can be done quickly'] ordr[pn]=[240] cmd1[pn]=['%CDROM%\\Install\\nero6\\nero6.exe /SN=* /WRITE_SN /SILENT /NO_UI /NOREBOOT /NOLICENSE /NOCANCEL'] cmd2[pn]=['%CDROM%\\Install\\nero6\\nero6plugin.exe'] dflt[pn]=['yes'] cat[pn]=['System'] pn++ prog[pn]=['Office 2003 Front Page'] uid[pn]=['STARTMENUSHORTCUTS'] ordr[pn]=[432] cmd1[pn]=['%CDROM%\\Install\\2k3fp\\setup.exe TRANSFORMS=Unattended.MST /qb-'] cat[pn]=['Office'] pn++ prog[pn]=['Office 2003 One Note'] uid[pn]=['STARTMENUSHORTCUTS'] ordr[pn]=[433] cmd1[pn]=['%CDROM%\\Install\\2k3On\\setup.exe TRANSFORMS=Unattended.MST /qb-'] cat[pn]=['Office'] pn++ prog[pn]=['Office 2003 Professional'] uid[pn]=['STARTMENUSHORTCUTS'] ordr[pn]=[431] cmd1[pn]=['%CDROM%\\Install\\2k3Office\\setup.exe TRANSFORMS=Unattended.MST /qb-'] cat[pn]=['Office'] pn++ prog[pn]=['Office 2003 Project'] uid[pn]=['STARTMENUSHORTCUTS'] ordr[pn]=[434] cmd1[pn]=['%CDROM%\\Install\\2k3proj\\setup.exe TRANSFORMS=Unattended.MST /qb-'] cat[pn]=['Office'] pn++ prog[pn]=['Office 2003 Visio'] uid[pn]=['STARTMENUSHORTCUTS'] ordr[pn]=[435] cmd1[pn]=['%CDROM%\\Install\\2k3vis\\setup.exe TRANSFORMS=Unattended.MST /qb-'] cat[pn]=['Office'] pn++ prog[pn]=['Open .NFO Files With Notepad'] uid[pn]=['OPENNFOFILESWITHNOTEPAD'] ordr[pn]=[918] cmd1[pn]=['regedit /s %CDROM%\\Install\\regedit\\NFOnotepad.reg'] dflt[pn]=['yes'] cat[pn]=['Registry Tweaks'] pn++ prog[pn]=['QuickTime 6.5. w/iTunes'] uid[pn]=['QUICKTIME652'] desc[pn]=['The free QuickTime Player is an easy-to-use application for playing, interacting with, or viewing any video, audio, VR, or graphics file that is compatible with QuickTime. This includes MPEG-4, the standard for digital media on the Internet, and 3GPP and 3GPP2, the new standards for wireless multimedia, now available in QuickTime 6.5.'] ordr[pn]=[260] cmd1[pn]=['%CDROM%\\Install\\QuickTime6\\qi.exe'] cat[pn]=['Utilities'] pn++ prog[pn]=['Show Control Panel in My Computer'] uid[pn]=['ADDCONTROLPANELTORIGHTCLI'] ordr[pn]=[920] cmd1[pn]=['regedit /s %CDROM%\\Install\\ShowControlPanelInMyComputer.reg'] dflt[pn]=['yes'] cat[pn]=['Registry Tweaks'] pn++ prog[pn]=['Sort Start Menu'] uid[pn]=['ALWAYSSORTSTARTMENU'] ordr[pn]=[921] cmd1[pn]=['regedit /s %cdrom%\\install\\sortordermenu.reg'] dflt[pn]=['yes'] cat[pn]=['Registry Tweaks'] pn++ prog[pn]=['Spyware and Adware Blocker File'] uid[pn]=['SPYWAREADWAREBLOCKERFILE'] desc[pn]=['Tired of all that Spyware and Adware crap being installed by ActiveX? But do not want to lose out on functionality? We have created a System that blocks all known bad ActiveX controls from running inside Internet Explorer by setting the Kill bit. When a page tries to install a component from our list, it will fail. When a page tries to use a component from our list that was already present on your System, it will fail too! (Currently hase over 670 entries).'] ordr[pn]=[922] cmd1[pn]=['regedit /s %CDROM%\\Install\\regedit\\Spyware.reg'] dflt[pn]=['yes'] cat[pn]=['Registry Tweaks'] pn++ prog[pn]=['Startup Control Panel'] uid[pn]=['STARTUPCONTROLPANEL'] desc[pn]=['Startup Control Panel is a nifty control panel applet that allows you to easily configure which programs run when your computer starts. Can be found inside the Windows Control Panel.'] ordr[pn]=[310] cmd1[pn]=['%CDROM%\\Install\\Startup.exe'] dflt[pn]=['yes'] cat[pn]=['PowerToys'] pn++ prog[pn]=['Stop Fast User Switching'] uid[pn]=['STOPFASTUSERSWITCHING'] ordr[pn]=[923] cmd1[pn]=['regedit /s %CDROM%\\Install\\stopfastuserswitch.reg'] cat[pn]=['Registry Tweaks'] pn++ prog[pn]=['StyleXP 3.02'] uid[pn]=['STYLEXP302'] desc[pn]=['Style XP is theming software that helps customize the way your Windows XP, Windows XP Service Pack 2, Tablet PC, or Server 2003 system looks. Style XP can manage and rotate themes, visual styles, backgrounds, logons, bootscreens, icons, and explorer bar.'] ordr[pn]=[315] cmd1[pn]=['%CDROM%\\Install\\stylexp.exe /VERYSILENT'] cat[pn]=['System'] pn++ prog[pn]=['StyleXP Style Builder'] uid[pn]=['STYLEXPSTYLEBUILDER'] deps[pn]=['STYLEXP302'] desc[pn]=['StyleBuilder allows users to create their own additional high-quality styles to fit your unique personality.'] ordr[pn]=[320] cmd1[pn]=['%CDROM%\\Install\\stylebuilder.exe /VERYSILENT'] cat[pn]=['System'] pn++ prog[pn]=['Sun Java 2 W/SP2'] uid[pn]=['SUNJAVA'] desc[pn]=['Java technology allows you to work and play in a secure computing environment.'] ordr[pn]=[3] cmd1[pn]=['%CDROM%\\Install\\java5\\java5.exe'] cat[pn]=['Utilities'] pn++ prog[pn]=['System Mechanic 5.5'] uid[pn]=['SystemMECHANIC55'] desc[pn]=['Whether you are looking to find and fix stubborn computer errors; clean-up, compact, and defragment your registry; defragment your hard drive and memory; speed-up Windows and the Internet; protect your e-mail and computer from viruses, worms, spyware, and hackers; secure your PC; or perform a variety of critical 3) System maintenance tasks; the award-winning System Mechanic Product Family has the right tools for the job.'] ordr[pn]=[330] cmd1[pn]=['%CDROM%\\Install\\Systemmechanic5.exe /s'] cmd2[pn]=['regedit /s %CDROM%\\install\\Systemmechanic.reg'] cat[pn]=['Utilities'] pn++ prog[pn]=['Task Switch XP'] uid[pn]=['TASKSWITCHXP'] desc[pn]=['TaskSwitchXP provides the same functionality as the existing application switching mechanism in Windows XP/2003 today. When the hotkey combination Alt + Tab (or Alt + Shift + Tab) is pressed, TaskSwitchXP generates the list of open windows in which the end user is working. This list of open windows is presented as a group of icons, with one outlined by a selection rectangle. As the end user continues to hold the Alt key and presses the Tab key, the selection rectangle moves to the next (previous) icon. The selected icon represents the application that Windows will bring to the foreground once the Alt key is released. In addition to displaying an icon list, however, TaskSwitchXP show also a thumbnail preview of the window that will be switched to.'] ordr[pn]=[335] cmd1[pn]=['%CDROM%\\Install\\TaskSwitchXP_2.0.4b.exe /S'] dflt[pn]=['yes'] cat[pn]=['PowerToys'] pn++ prog[pn]=['Trillian'] uid[pn]=['TRILLIAN'] desc[pn]=['Trillian is a fully featured, stand-alone, skinnable chat client that supports AIM, ICQ, MSN, Yahoo Messenger, and IRC. It provides capabilities not possible with original network clients, while supporting standard features such as audio chat, file transfers, group chats, chat rooms, buddy icons, multiple simultaneous connections to the same network, server-side contact importing, typing notification, direct connection (AIM), proxy support, encrypted messaging (AIM/ICQ), SMS support, and privacy settings.'] ordr[pn]=[340] cmd1[pn]=['%CDROM%\\Install\\trillian\\trillian.exe /VERYSILENT'] cat[pn]=['Internet'] pn++ prog[pn]=['TweakNow PowerPack 2005 1.6'] uid[pn]=['TWEAKNOWPOWERPACK2005V15'] desc[pn]=['TweakNow PowerPack is a fully-integrated suite of Utilities that let you fine-tune every aspect of your computers operating System and Web browser. The RAM Idle program manages the free memory that is available to run Windows programs. It prevents performance from degrading as you swap files and programs in and out of memory. The AutoShutdown program lets you suspend, hibernate, or shut down your computer after a specified period of time. In addition to saving resources, this program keeps your System more secure by making it unavailable to unauthorized people. The CD AutoRun is an extension of Windows CD and DVD autorun features, giving you additional options for starting programs or listening to music. The Virtual Desktop program lets you run as many as four custom-designed desktop configurations simultaneously, allowing you to tailor your computer screen to your mood and your work requirements. The suite gives you a complete picture of all aspects of your computers hardware, including detailed information about your motherboard, processor, video card, memory, hard disk and network.'] ordr[pn]=[345] cmd1[pn]=['%CDROM%\\Install\\PowerPro.exe /VerySilent'] dflt[pn]=['yes'] cat[pn]=['PowerToys'] pn++ prog[pn]=['UltraISO'] uid[pn]=['ULTRAISO'] desc[pn]=['UltraISO is a ISO CD/DVD image file creating/editing/converting tool , it can directly edit the CD/DVD image file and extract files and folders from it, as well as directly make ISO files from your CD/DVD-ROM or hard disk. At the same time, you can maintain the ISO bootable information, thus creating your own bootable CD/DVDs. You now have the power to make and edit your own ISO files, and then burn them to CD/DVD for your own needs.'] ordr[pn]=[360] cmd1[pn]=['%CDROM%\\Install\\UISO7ME.exe /VERYSILENT /SP-'] cmd2[pn]=['regedit /s %CDROM%\\Install\\UltraISO.reg'] cat[pn]=['Utilities'] pn++ prog[pn]=['Wallpaper Changer'] uid[pn]=['WALLPAPERCHANGER'] desc[pn]=['Compumatrix Wallpaper Changer runs in your System tray and changes your desktop wallpaper among those in a list you specify. The program can either be configured to randomly select a wallpaper or cycle through all the ones you have added to the wallpaper list.'] ordr[pn]=[375] cmd1[pn]=['%CDROM%\\Install\\WallpaperChanger.exe /S'] cat[pn]=['System'] pn++ prog[pn]=['WinAMP 5.08d'] uid[pn]=['WINAMP508D'] desc[pn]=['Winamp is an audio player that can handle audio CDs, MP3 audio files, and streaming audio broadcasts. It combines extensive functionality with an intuitive interface. Winamp features a playlist editor and a 10-band graphic equalizer with user-definable presets that can automatically load specific files. It also includes Windows Media Technology 4.0 input/output support and the industry-standard Fraunhofer MP3 decoder.'] ordr[pn]=[380] cmd1[pn]=['%CDROM%\\Install\\winamp.msi XUser="EverDawn" XKey="***************" /qn'] cat[pn]=['Utilities'] pn++ prog[pn]=['WinAVI'] uid[pn]=['WINAVI'] desc[pn]=['WinAVI Video Converter is easy to use and powerful for experts. Just one click to convert with beautiful user interface. Burning VCD/SVCD/DVD is supported. It supports almost all video file formats, including AVI, MPEG1/2/4, VCD/SVCD/DVD, DivX, XVid, ASF, WMV, RM, QuickTime MOV, Flash SWF. And it has a powerful video decompress/compress engine that convert whole AVI movie to DVD in 1 hours. What\'re you waiting for? Just use this software to convert your AVI to DVD and enjoy it now!'] ordr[pn]=[385] cmd1[pn]=['%CDROM%\\Install\\winavi.exe /VERYSILENT /SP-'] cmd2[pn]=['regedit /s %CDROM%\\Install\\winavi.reg'] cat[pn]=['Utilities'] pn++ prog[pn]=['WinRAR 3.3 Corporate'] uid[pn]=['WINRAR'] desc[pn]=['WinRAR is a 32-bit Windows version of RAR Archiver, an archiver and archive manager. RAR files can usually compress content by 8 percent to 15 percent more than ZIP files. WinRAR\'s main features include strong general and multimedia compression, the ability to process non-RAR archive formats, ZIP compression and decompression, support for long filenames, programmable self-extracting archives (SFX), repair of damaged archives, authenticity verification, embedded file comments, and encryption. Unicode is supported in archive filenames, allowing non-English filenames to be handled painlessly. You can manipulate the parameters of many archives at once and view a volume sequence as a single archive. WinRAR can convert other archive formats to RAR. It supports the Find command, allowing you to search for specified text and files in archives.'] ordr[pn]=[390] cmd1[pn]=['%cdrom%\\Install\\winrar\\WinRAR.exe /S'] dflt[pn]=['yes'] cat[pn]=['System'] pn++ prog[pn]=['Windows Media Player 10'] uid[pn]=['WINDOWSMEDIAPLAYER10'] desc[pn]=['As an evolutionary product, WMP 10 is immediately recognizable as a member of Microsoft\'s Windows Media Player product family, and yet it also offers a fresh face to what has always been an overly complicated product. WMP 10, if you can believe it, actually offers a lot more functionality than previous versions of the player, but it presents much of that functionality in far simpler ways. For example, in addition to aggregating music and video files like previous versions, WMP 10 can aggregate pictures, Recorded TV shows, and other media, though that ability might be limited by the kind of PC you have, and which portable devices you interact with.'] ordr[pn]=[395] cmd1[pn]=['%CDROM%\\Install\\MP10Setup.exe'] cmd2[pn]=['regedit /s %CDROM%\\Install\\wmp10.reg'] dflt[pn]=['yes'] cat[pn]=['Utilities'] pn++ prog[pn]=['XP Royal Theme'] uid[pn]=['VISUALSTYLES'] ordr[pn]=[370] cmd1[pn]=['%CDROM%\\Install\\Themes\\Royale_theme.exe'] dflt[pn]=['yes'] cat[pn]=['System'] pn++ prog[pn]=['XPize Shell Replacement Pack 3.0'] uid[pn]=['XPIZESHELLREPLACEMENTPACK'] desc[pn]=['XPize is a resources transformation pack for Windows. It replaces most of the non-XP icons, avis and bmps that Microsoft has always overlooked. The installer simply automates the process of replacing resources in critical System files, making your XP look better. It comes also with an updater, which you can use after you visit Windows Update.'] ordr[pn]=[998] cmd1[pn]=['%CDROM%\\Install\\xpize.exe'] dflt[pn]=['yes'] cat[pn]=['System'] pn++ prog[pn]=['ieSpell'] uid[pn]=['IESPELL'] desc[pn]=['ieSpell is a free Internet Explorer browser extension that spell checks text input boxes on a webpage. It should come in particularly handy for users who do a lot of web-based text entry (e.g. web mails, forums, blogs, diaries). Even if your web application already includes spell checking functionality, you might still want to install this utility because it is definitely much faster than a server-side solution. Plus you get to store and use your personal word list across all your applications, instead of maintaining separate ones on each application.'] ordr[pn]=[415] cmd1[pn]=['%CDROM%\\Install\\iespell\\ieSpellSetup211325.exe /S'] dflt[pn]=['yes'] cat[pn]=['Internet'] pn++ prog[pn]=['Auto Register Nero 6 Ultra Edition'] uid[pn]=['AUTOUREGNERO6'] desc[pn]=['This will automatically enter the Nero Serial Number'] ordr[pn]=[923] cmd1[pn]=['regedit /s %CDROM%\\Install\\regedit\\AutoRegisterNERO6.reg'] dflt[pn]=['yes'] cat[pn]=['Registry Tweaks'] pn++ prog[pn]=['BOOT Optimize'] uid[pn]=['OPTIMIZEBOOT'] desc[pn]=['This allows boot files to be placed optimally on the hard-drive for faster boots'] ordr[pn]=[924] cmd1[pn]=['regedit /s %CDROM%\\Install\\regedit\\boottweak.reg'] dflt[pn]=['yes'] cat[pn]=['Registry Tweaks'] pn++ prog[pn]=['Device Manager to Right Click'] uid[pn]=['RIGHTCLICKDEVMANAGER'] desc[pn]=['Adds the short cut to the right click for the device manager'] ordr[pn]=[925] cmd1[pn]=['regedit /s %CDROM%\\Install\\regedit\\devicemanager.reg'] dflt[pn]=['yes'] cat[pn]=['Registry Tweaks'] pn++ prog[pn]=['Disable Desktop Cleaning Wizard'] uid[pn]=['DESKTOPCWDISABLE'] desc[pn]=['Disable the Desktop Cleanup Wizard'] ordr[pn]=[926] cmd1[pn]=['regedit /s %CDROM%\\Install\\regedit\\disabldeskcleanwiz.reg'] dflt[pn]=['yes'] cat[pn]=['Registry Tweaks'] pn++ prog[pn]=['Disable highlight of New Application'] uid[pn]=['DISABLEHIGHLIGHTOFAPPS'] desc[pn]=['Disable higlighting of new applications in start menu'] ordr[pn]=[927] cmd1[pn]=['regedit /s %CDROM%\\Install\\regedit\\disnewapphighl.reg'] dflt[pn]=['yes'] cat[pn]=['Registry Tweaks'] pn++ prog[pn]=['Disable Personalized menu'] uid[pn]=['TURNOFFPERSONALIZEDMENU'] desc[pn]=['Turn off Personalized menus'] ordr[pn]=[928] cmd1[pn]=['regedit /s %CDROM%\\Install\\regedit\\dispersmenu.reg'] dflt[pn]=['yes'] cat[pn]=['Registry Tweaks'] pn++ prog[pn]=['DSL Tweak'] uid[pn]=['DSLTWEAK'] desc[pn]=['Maximizes the throughput of the upload/download speeds'] ordr[pn]=[929] cmd1[pn]=['regedit /s %CDROM%\\Install\\regedit\\DSLTWEAK.reg'] dflt[pn]=['yes'] cat[pn]=['Registry Tweaks'] pn++ prog[pn]=['Max. Download'] uid[pn]=['MAXDOWN'] desc[pn]=['Change the default settings so that you can download more than 2 files at a time'] ordr[pn]=[930] cmd1[pn]=['regedit /s %CDROM%\\Install\\regedit\\maxIeDL.reg'] dflt[pn]=['yes'] cat[pn]=['Registry Tweaks'] pn++ prog[pn]=['Network Browse Tweak'] uid[pn]=['BROWSETWEAK'] desc[pn]=['Browses the network a little faster'] ordr[pn]=[931] cmd1[pn]=['regedit /s %CDROM%\\Install\\regedit\\networkbrowsetweak.reg'] dflt[pn]=['yes'] cat[pn]=['Registry Tweaks'] pn++ prog[pn]=['No DNS Cache'] uid[pn]=['DNSCACHE'] desc[pn]=['This will keep the DNS cache clear so you can always surf the internet fresh.'] ordr[pn]=[932] cmd1[pn]=['regedit /s %CDROM%\\Install\\regedit\\NOdnscache.reg'] dflt[pn]=['yes'] cat[pn]=['Registry Tweaks'] pn++ prog[pn]=['Open w/Notepad Unknown Files'] uid[pn]=['RIGHTCLICKNOTEPAD'] desc[pn]=['Makes a right click option for unknown files (Open with notepad)'] ordr[pn]=[933] cmd1[pn]=['regedit /s %CDROM%\\Install\\regedit\\notepadunknown.reg'] dflt[pn]=['yes'] cat[pn]=['Registry Tweaks'] pn++ prog[pn]=['Enable NumLOCK on Startup'] uid[pn]=['ENABLENUMLOCK'] desc[pn]=['Enable NumLock on startup'] ordr[pn]=[934] cmd1[pn]=['regedit /s %CDROM%\\Install\\regedit\\numlockstartup.reg'] dflt[pn]=['yes'] cat[pn]=['Registry Tweaks'] pn++ prog[pn]=['Remove Language Bar'] uid[pn]=['REMLANGBAR'] desc[pn]=['Removes the language bar on the taskbar for Office'] ordr[pn]=[935] cmd1[pn]=['regedit /s %CDROM%\\Install\\regedit\\remLanguageBar.reg'] dflt[pn]=['yes'] cat[pn]=['Registry Tweaks'] pn++ prog[pn]=['Remove (Add .NET Password)'] uid[pn]=['REMNETPASS'] desc[pn]=['Removes the balloon that asks you to add a .NET password'] ordr[pn]=[936] cmd1[pn]=['regedit /s %CDROM%\\Install\\regedit\\rempassport.reg'] dflt[pn]=['yes'] cat[pn]=['Registry Tweaks'] pn++ prog[pn]=['Removes Recently opened document'] uid[pn]=['REMDOCS'] ordr[pn]=[937] cmd1[pn]=['regedit /s %CDROM%\\Install\\regedit\\remrecentopen.reg'] dflt[pn]=['yes'] cat[pn]=['Registry Tweaks'] pn++ prog[pn]=['Add Services to Right Click'] uid[pn]=['SERVICESRIGHTCCLICK'] desc[pn]=['This will add "Services" to the right-click menu of "My Computer"'] ordr[pn]=[938] cmd1[pn]=['regedit /s %CDROM%\\Install\\regedit\\rightclickservices.reg'] dflt[pn]=['yes'] cat[pn]=['Registry Tweaks'] pn++ prog[pn]=['Download Bypass'] uid[pn]=['DLPASS'] desc[pn]=['Gets rid of anoying popup for running files you download from internet'] ordr[pn]=[939] cmd1[pn]=['regedit /s %CDROM%\\Install\\regedit\\saveasdisable.reg'] dflt[pn]=['yes'] cat[pn]=['Registry Tweaks'] pn++ prog[pn]=['Shut Down Tweak'] uid[pn]=['SHUTTWEAK'] desc[pn]=['Speeds up the shutdown on your computer'] ordr[pn]=[940] cmd1[pn]=['regedit /s %CDROM%\\Install\\regedit\\shuttweak.reg'] dflt[pn]=['yes'] cat[pn]=['Registry Tweaks'] pn++ prog[pn]=['Small Icons in Start Menu'] uid[pn]=['SMALLICON'] desc[pn]=['Makes the icons smaller in the Start Menu'] ordr[pn]=[941] cmd1[pn]=['regedit /s %CDROM%\\Install\\regedit\\smalliconstart.reg'] dflt[pn]=['yes'] cat[pn]=['Registry Tweaks'] pn++ prog[pn]=['Tweak NTFS'] uid[pn]=['NTFSTWEAK'] desc[pn]=['Tweaks the filing system on NTFS file format only'] ordr[pn]=[942] cmd1[pn]=['regedit /s %CDROM%\\Install\\regedit\\speedNTFS.reg'] dflt[pn]=['yes'] cat[pn]=['Registry Tweaks'] pn++ prog[pn]=['Broadband TCP Tweaker'] uid[pn]=['TCPTWEAKER'] desc[pn]=['Maximizes the download for broadband'] ordr[pn]=[944] cmd1[pn]=['regedit /s %CDROM%\\Install\\regedit\\TCPtweak.reg'] dflt[pn]=['yes'] cat[pn]=['Registry Tweaks'] pn++ prog[pn]=['WEB Tweak'] uid[pn]=['WEBTWEAK'] desc[pn]=['Tweaks the WEB Connections to allow more bandwidth'] ordr[pn]=[943] cmd1[pn]=['regedit /s %CDROM%\\Install\\regedit\\WEBtweak.reg'] dflt[pn]=['yes'] cat[pn]=['Registry Tweaks'] pn++ //--------------------------------------------------------------------------------------------- // End of program definitions ... //---------------------------------------------------------------------------------------------
  4. this is the scenario..... when i do a fresh installation, the WPI.HTA opens as a text file in notepad $OEM$\$1\install\wpi\wpi.cmd == gets installed to local disk WPI = is on the root of the CDROM [GuiRunOnce] %systemdrive%\install\wpi\wpi.cmd this is my WPI.CMD =========================================== @ECHO OFF REM Example, how to look for CDROM-drive. Must have a file to identify in its root (like WIN51 or WPI.ico). for %%i in (C D E F G H I J K L M N O P Q R S T U V W X Y Z) do if exist %%i:\xp.txt set CDROM=%%i: echo Found CD-Rom as drive %CDROM% REM Determine the WPI startup path. REM if wpi should run off the cd the replace %~dp0 with %cdrom%. set wpipath=%CDROM%\wpi REM Hide this command window. "%wpipath%\common\cmdow.exe" @ /hid REM Font installation - the smooth and customizable way. start /wait %wpipath%\common\fonts\fontinstaller.exe REM Special registry tweak needed. regedit /s "%wpipath%\common\wpi.reg" REM Make WPI directory the current directory. for /f "delims=: tokens=1" %%i in ("%wpipath%") do %%i: cd "%wpipath%" REM Start WPI and wait for its end start /wait WPI.hta REM Cleaning up the desktop. del /s/q "%userprofile%\desktop\*.lnk" REM Confirming a reboot... echo Dim WshShell, oExec>%tmp%\WPI.vbs echo Set WshShell = CreateObject("WScript.Shell")>>%tmp%\WPI.vbs echo answer = Msgbox(" I highly recommend that you reboot.. ",VBYesNo,"!System Message!")>>%tmp%\WPI.vbs echo if answer = 6 then>>%tmp%\WPI.vbs echo oExec = WshShell.Run("SHUTDOWN -r -t 5", 1, true)>>%tmp%\WPI.vbs echo end if>>%tmp%\WPI.vbs echo set WshShell = nothing>>%tmp%\WPI.vbs %tmp%\WPI.vbs del /q %tmp%\WPI.vbs exit :end ================================================== == PLEASE HELP ME FIGURE THIS OUT.......... Thanks
×
×
  • Create New...