Jump to content

WPI_2.7_Final by the Brain & Gresh


Recommended Posts


Not a big deal just rem it out.............
cmdow @ /HID

@echo off

FOR %%d IN (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 %%d\CD.TXT SET CDROM=%%d

SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

REG ADD %KEY% /V TITLE /D "Installing Applications" /f

REM REG ADD %KEY%\001 /VE /D "just rem me out..." /f

REG ADD %KEY%\001 /V 1 /D "%CDROM%\software\wpi\WPI.hta" /f

EXIT

understood.

however, i am tryign to figure out why it is on the list in the first place....didn't it ALREADY run? shouldnt it be off the list?

Link to comment
Share on other sites

An entry will be removed from the runonceex list when all programs (cmd lines) within that entry has closed.

Since WPI is still running when the new runonceex is written, the entry that starts WPI still remains in the list.

One way of solving this could be to let WPI delete all RunOnceEx entries before writing the new ones.

insert this code in generate.js at line 139. (or just after the line starting with var KeyBase)

WshShell.RegDelete(KeyBase + "\\");

I've not tested if it works, but I guess it will do the trick.

Link to comment
Share on other sites

My listing

//---------------------------------------------------------------------------------------------
// Your programs here ...
//---------------------------------------------------------------------------------------------

prog[pn]=['Microsoft Office 2003 Professional']
desc[pn]=['Installs Microsoft Office 2003 Professional. <i>Recommended</i>']
cmd1[pn]=['%cdrom%\\APPS\\OFF2003\\setup.exe TRANSFORMS=Unattend.MST /qb-!']
dflt[pn]=['no']
cat[pn]=['<u><font color="#FFAAAA">Core Apps</font></u>']
pn++

prog[pn]=['Microsoft Visio 2003']
desc[pn]=['Installs Microsoft Visio 2003.']
cmd1[pn]=['%cdrom%\\APPS\\MS_Visio_2003\\setup.exe TRANSFORMS=V2003.MST /qb-!']
dflt[pn]=['no']
cat[pn]=['<u><font color="#FFAAAA">Office</font></u>']
pn++

prog[pn]=['Macromedia Flash MX']
desc[pn]=['']
regb[pn]=['%cdrom%\\APPS\\STUDIOMX\\FLASHMX\\tweak.reg']
cmd1[pn]=['%cdrom%\\APPS\\STUDIOMX\\FLASHMX\\flashmx.exe']
dflt[pn]=['no']
cat[pn]=['<u><font color="#FFAAAA">Office</font></u>']
pn++

prog[pn]=['Macromedia FireWorks MX']
desc[pn]=['']
regb[pn]=['%cdrom%\\APPS\\STUDIOMX\\FIREWORKSMX\\tweak.reg']
cmd1[pn]=['%cdrom%\\APPS\\STUDIOMX\\FIREWORKSMX\\FIREWORKSMX.exe']
dflt[pn]=['no']
cat[pn]=['<u><font color="#FFAAAA">Office</font></u>']
pn++

prog[pn]=['Macromedia Dreamweaver MX']
desc[pn]=['']
regb[pn]=['%cdrom%\\APPS\\STUDIOMX\\DREAMWEAVERMX\\tweak.reg']
cmd1[pn]=['%cdrom%\\APPS\\STUDIOMX\\DREAMWEAVERMX\\DREAMWEAVERMX.exe']
cmd2[pn]=['taskKill /f /im iexplore.exe']
dflt[pn]=['no']
cat[pn]=['<u><font color="#FFAAAA">Office</font></u>']
pn++

prog[pn]=['Macromedia FreeHand 10']
desc[pn]=['']
regb[pn]=['%cdrom%\\APPS\\STUDIOMX\\FREEHAND10\\tweak.reg']
cmd1[pn]=['%cdrom%\\APPS\\STUDIOMX\\FREEHAND10\\FREEHAND10.exe']
dflt[pn]=['no']
cat[pn]=['<u><font color="#FFAAAA">Office</font></u>']
pn++

prog[pn]=['Microsoft AutoRoute 2005']
desc[pn]=['Route Planner.']
cmd1[pn]=['%cdrom%\\APPS\\AUTOROUTE\\CD1\\AUTORTE\\MSMAP\\DATA.MSI ADDLOCAL=ALL /qb-!']
dflt[pn]=['no']
cat[pn]=['<u><font color="#FFAAAA">Office</font></u>']
pn++

prog[pn]=['Microsoft Money 2005 Premium']
desc[pn]=['Money Premium 2005 helps you create a comprehensive financial plan, whether you want to accomplish specific financial goals such as buying a home and paying college tuition, or ensure a secure retirement.']
cmd1[pn]=['%cdrom%\\APPS\\MSMONEY2005\\SETUP.EXE /qb-!']
dflt[pn]=['no']
cat[pn]=['<u><font color="#FFAAAA">Office</font></u>']
pn++

prog[pn]=['Microsoft Project 2003']
desc[pn]=['Installs Microsoft Project 2003.']
cmd1[pn]=['%cdrom%\\APPS\\MS_Project_2003\\setup.exe TRANSFORMS=P2003.MST /qb-!']
dflt[pn]=['no']
cat[pn]=['<u><font color="#FFAAAA">Office</font></u>']
pn++

prog[pn]=['Adobe Reader 6.0.2']
desc[pn]=['The latest version of pdf reader.']
cmd1[pn]=['%cdrom%\\APPS\\AR602\\AR602.EXE']
cmd2[pn]=['%cdrom%\\APPS\\AR602\\cleanup.vbs']
dflt[pn]=['no']
cat[pn]=['<u><font color="#FFAAAA">Core Apps</font></u>']
pn++

prog[pn]=['.Net Framework 1.1']
desc[pn]=['Installs Microsoft .NET Framework Redistributable Package 1.1 with SP1 <i>Recommended</i>']
cmd1[pn]=['%cdrom%\\APPS\\NETFRAMEWORK\\NETFX.EXE']
dflt[pn]=['no']
cat[pn]=['<u><font color="#FFAAAA">Core Apps</font></u>']
pn++

prog[pn]=['Directx 9c']
desc[pn]=['DirectX 9.0c improves the graphics, security, and performance of your operating system.']
cmd1[pn]=['%cdrom%\\APPS\\directx9c\\dxsetup.exe /silent']
dflt[pn]=['no']
cat[pn]=['<u><font color="#FFAAAA">Core Apps</font></u>']
pn++

prog[pn]=['Windows XP SP2']
desc[pn]=['Latest service pack for Microsoft Windows XP.']
cmd1[pn]=['%cdrom%\\APPS\\XPSP2\\I386\\UPDATE\\update.exe /passive /norestart /o /n']
dflt[pn]=['no']
cat[pn]=['<u><font color="#FFAAAA">Core Apps</font></u>']
pn++

prog[pn]=['Shockwave_10.1.0.11 Player']
desc[pn]=['Macromedia Shockwave Player.']
cmd1[pn]=['%cdrom%\\APPS\\Shockwave_10.1.0.11\\mm_fl_sw_installer.msi /qb-!']
dflt[pn]=['no']
cat[pn]=['<u><font color="#FFAAAA">Core Apps</font></u>']
pn++

prog[pn]=['RealPlayer Codecs']
desc[pn]=['Alternative RealPlayer codecs. Do not need to install RealPlayer.']
cmd1[pn]=['%cdrom%\\APPS\\REALPLAYERPLUGINS\\install.cmd']
regb[pn]=['%cdrom%\\APPS\\REALPLAYERPLUGINS\\real.reg']
dflt[pn]=['no']
cat[pn]=['<u><font color="#FFAAAA">Multimedia</font></u>']
pn++

prog[pn]=['Windows Media Player 10']
desc[pn]=['Microsoft Window Media Player 10']
cmd1[pn]=['%cdrom%\\APPS\\WMP10\\WMP10silent.exe']
regb[pn]=['%cdrom%\\APPS\\WMP10\\tweaks.reg']
dflt[pn]=['no']
cat[pn]=['<u><font color="#FFAAAA">Core Apps</font></u>']
pn++

prog[pn]=['DIVX PRO V5.20']
desc[pn]=['Essential Video Codecs']
cmd1[pn]=['%cdrom%\\APPS\\DIVX.PRO.V5.2\\DIVX.PRO.V5.2.exe']
dflt[pn]=['no']
cat[pn]=['<u><font color="#FFAAAA">Multimedia</font></u>']
pn++

prog[pn]=['iTunes']
desc[pn]=['']
cmd1[pn]=['%cdrom%\\APPS\\iTunes\\iTunes.msi /qn']
dflt[pn]=['no']
cat[pn]=['<u><font color="#FFAAAA">Multimedia</font></u>']
pn++

prog[pn]=['Daemon Tools v3.47']
desc[pn]=['Daemon Tools mounts your CD image files as virtual drives and emulates copy protections']
cmd1[pn]=['%cdrom%\\APPS\\DVDTOOLS\\daemon.msi REBOOT=Reallysuppress /qb']
dflt[pn]=['no']
cat[pn]=['<u><font color="#FFAAAA">Multimedia</font></u>']
pn++

prog[pn]=['Cdex 1.51']
desc[pn]=['CDex is a tool to do all sorts of things audio related. Mainly focused on ripping and converting, things like turning your home Compact Disc collection into an mp3 collection on your hard drive become extremely easy.']
cmd1[pn]=['%cdrom%\\APPS\\DVDTOOLS\\cdex151.msi /qb-!']
dflt[pn]=['no']
cat[pn]=['<u><font color="#FFAAAA">Multimedia</font></u>']
pn++

prog[pn]=['DVD Genie v4.10 ']
desc[pn]=['DVD Genie allows you to modify the region code for popular software-based DVD Players including such players as Software Cinemaster, PowerDVD and WinDVD (among a few).']
cmd1[pn]=['%cdrom%\\APPS\\DVDTOOLS\\dvdgn410.exe /S']
cmd2[pn]=['taskKill /f /im notepad.exe']
cmd3[pn]=['taskKill /f /im iexplore.exe']
dflt[pn]=['no']
cat[pn]=['<u><font color="#FFAAAA">Multimedia</font></u>']
pn++

prog[pn]=['DVD Decrypter 3.5.1.0']
desc[pn]=['The Ultimate DVD Ripper!']
cmd1[pn]=['%cdrom%\\APPS\\DVDTOOLS\\SetupDVDDecrypter.exe /S']
dflt[pn]=['no']
cat[pn]=['<u><font color="#FFAAAA">Multimedia</font></u>']
pn++

prog[pn]=['Winamp 5.05']
desc[pn]=['Audio Player']
cmd1[pn]=['%cdrom%\\APPS\\WINAMP505\\winamp.msi Xfull=1 /qb-!']
dflt[pn]=['no']
cat[pn]=['<u><font color="#FFAAAA">Multimedia</font></u>']
pn++

prog[pn]=['DVD Shrink 3.2.0.15']
desc[pn]=['DVD Shrink is software to backup DVD discs. You can use this software in conjunction with DVD burning software of your choice, to make a backup copy of any DVD video disc']
cmd1[pn]=['%cdrom%\\APPS\\DVDTOOLS\\dvdshrink32setup.exe /VERYSILENT /SP-']
dflt[pn]=['no']
cat[pn]=['<u><font color="#FFAAAA">Multimedia</font></u>']
pn++

prog[pn]=['QuickTime Alternative Player']
desc[pn]=['An alternative media player to apples quicktime player.']
cmd1[pn]=['%cdrom%\\APPS\\QUICKTIME\\quicktimealt135.exe /VERYSILENT /SP-']
dflt[pn]=['no']
cat[pn]=['<u><font color="#FFAAAA">Multimedia</font></u>']
pn++

prog[pn]=['IrfanView v392']
desc[pn]=['Grahics and multimedia tool.']
cmd1[pn]=['%cdrom%\\APPS\\IRFANVIEW\\iview392.exe /silent /desktop=0 /group=1 /allusers=1 /assoc=2']
cmd2[pn]=['%cdrom%\\APPS\\IRFANVIEW\\irfanview_plugins_392.exe /silent']
dflt[pn]=['no']
cat[pn]=['<u><font color="#FFAAAA">Multimedia</font></u>']
pn++

prog[pn]=['POWER DVD PRO 6 V255']
desc[pn]=['DVD Player.']
cmd1[pn]=['%cdrom%\\APPS\\POWER_DVD_PRO_6_V255\\PowerDVD6.msi /qb-!']
dflt[pn]=['no']
cat[pn]=['<u><font color="#FFAAAA">Multimedia</font></u>']
pn++

prog[pn]=['PaintShop Pro Retail v9']
desc[pn]=['Grahics package.']
cmd1[pn]=['%cdrom%\\APPS\\PAINTSHOP_PRO_V9\\JPSP9.msi /qb-!']
dflt[pn]=['no']
cat[pn]=['<u><font color="#FFAAAA">Tools</font></u>']
pn++

prog[pn]=['ASPI drivers version 4.71.2']
desc[pn]=['Updated ASPI drivers version 4.71.2 for XP.']
cmd1[pn]=['%cdrom%\\APPS\\Aspi_Drivers\\Aspi_Drivers.exe']
dflt[pn]=['no']
cat[pn]=['<u><font color="#FFAAAA">Tools</font></u>']
pn++

prog[pn]=['CIA Unerase 1.1']
desc[pn]=['Tool to help recover deleted files. This tool does not get installed. Run only when needed to recover deleted files']
cmd1[pn]=['%cdrom%\\APPS\\CIA_Unerase_1.1\\CIAUNER.exe']
dflt[pn]=['no']
cat[pn]=['<u><font color="#FFAAAA">Tools</font></u>']
pn++

prog[pn]=['ISO Buster 1.6']
desc[pn]=['']
cmd1[pn]=['%cdrom%\\APPS\\ISOBUSTERV160\\IsoBuster.exe']
dflt[pn]=['no']
cat[pn]=['<u><font color="#FFAAAA">Tools</font></u>']
pn++

prog[pn]=['Crimson Editor']
desc[pn]=['File editor']
cmd1[pn]=['%cdrom%\\APPS\\Crimson\\cedt370r.exe /S']
dflt[pn]=['no']
cat[pn]=['<u><font color="#FFAAAA">Tools</font></u>']
pn++

prog[pn]=['O&O Defrag Professional Edition v6.5.851']
desc[pn]=['The new Professional Edition for Windows workstations allows you to achieve and maintain the highest degree of performance with your Windows workstation. Used in conjunction with Windows NT, Windows 2000, or Windows XP, it puts fragmented files together and maximizes your system speed. Offering five different defragmentation strategies to fulfill a variety of end-user needs, the Professional Edition is the leader in Windows defragmentation software.']
cmd1[pn]=['%cdrom%\\APPS\\OO_Defrag.Professional.Edition.v6.5.851\\SETUP.MSI /qb-!']
rega[pn]=['%cdrom%\\APPS\\OO_Defrag.Professional.Edition.v6.5.851\\oo.reg']
dflt[pn]=['no']
cat[pn]=['<u><font color="#FFAAAA">Tools</font></u>']
pn++

prog[pn]=['FileZilla']
desc[pn]=['FileZilla is powerful Open Source FTP/SFTP client with many features.']
cmd1[pn]=['%cdrom%\\APPS\\UTILS\\SETUP.exe /S']
dflt[pn]=['no']
cat[pn]=['<u><font color="#FFAAAA">Tools</font></u>']
pn++

prog[pn]=['Download Express']
desc[pn]=['Download Express is a download tool, that allows you to download individual files from Web and FTP sites at the maximum possible speed.']
cmd1[pn]=['%cdrom%\\APPS\\UTILS\\desetup.exe /silent']
dflt[pn]=['no']
cat[pn]=['<u><font color="#FFAAAA">Tools</font></u>']
pn++

prog[pn]=['VMware Workstation v4.5.2']
desc[pn]=['Virtual machine package.']
cmd1[pn]=['%cdrom%\\APPS\\VMWARE_WORKSTATION.V4.5.2\\VMware.msi ADDLOCAL=ALL DISABLE_AUTORUN=1 SERIALNUMBER=XXXX-XXXXX-XXXXX-XXXXX /qn']
dflt[pn]=['no']
cat[pn]=['<u><font color="#FFAAAA">Tools</font></u>']
pn++

prog[pn]=['DameWare NT Utilities 4.5.0.0']
desc[pn]=['Windows Administration and remote control tools.']
cmd1[pn]=['%cdrom%\\APPS\\DAMEWARE-V4.5.0.0\\DNTUW.MSI /qn']
rega[pn]=['%cdrom%\\APPS\\DAMEWARE-V4.5.0.0\\tweak.reg']
dflt[pn]=['no']
cat[pn]=['<u><font color="#FFAAAA">Tools</font></u>']
pn++

prog[pn]=['NERO 6.6.0.0']
desc[pn]=['CD/DVD burning software.']
regb[pn]=['%cdrom%\\APPS\\NERO6\\SERIAL.REG']
cmd1[pn]=['%cdrom%\\APPS\\NERO6\\NERO6.EXE']
dflt[pn]=['no']
cat[pn]=['<u><font color="#FFAAAA">Tools</font></u>']
pn++

prog[pn]=['Open Command Window Here']
desc[pn]=['This PowerToy adds an "Open Command Window Here" context menu option on file system folders, giving you a quick way to open a command window (cmd.exe) pointing at the selected folder.']
cmd1[pn]=['%cdrom%\\APPS\\POWERTOYS\\CmdHere.msi /qn']
dflt[pn]=['no']
cat[pn]=['<u><font color="#FFAAAA">Core Apps</font></u>']
pn++

prog[pn]=['WinZip 9']
desc[pn]=['Installs Winzip 9.']
cmd1[pn]=['%cdrom%\\APPS\\WINZIP9\\install.cmd']
cmd2[pn]=['%systemdrive%\\Progra~1\\WinZip\\WINZIP32.exe /noqp /notip /autoinstall']
dflt[pn]=['no']
cat[pn]=['<u><font color="#FFAAAA">Core Apps</font></u>']
pn++

prog[pn]=['Spybot-S&D']
desc[pn]=['Application to scan for spyware, adware, hijackers and other malicious software']
cmd1[pn]=['%cdrom%\\APPS\\SPYBOT\\spybotsd13.exe /Silent']
cmd2[pn]=['%cdrom%\\APPS\\SPYBOT\\update.exe /S']
dflt[pn]=['no']
cat[pn]=['<u><font color="#FFAAAA">Tools</font></u>']
pn++

prog[pn]=['Windows Server 2003 Administration Tools Pack']
desc[pn]=['Windows Server 2003 Administration Tools Pack.']
cmd1[pn]=['%cdrom%\\APPS\\Windows_Server_2003_Administration_Tools_Pack\\adminpak.msi /qb-!']
dflt[pn]=['no']
cat[pn]=['<u><font color="#FFAAAA">Tools</font></u>']
pn++

prog[pn]=['Webroot Spysweeper 3.20']
desc[pn]=['Spyware and ad-ware program.']
cmd1[pn]=['%cdrom%\\APPS\\WEBROOT_SPYSWEEPER_V3.2.0.BUILD.142.RETAIL\\WSS320.msi']
dflt[pn]=['no']
cat[pn]=['<u><font color="#FFAAAA">Tools</font></u>']
pn++

prog[pn]=['Alt-Tab Replacement']
desc[pn]=['With this PowerToy, in addition to seeing the icon of the application window you are switching to, you will also see a preview of the page. This helps particularly when multiple sessions of an application are open.']
cmd1[pn]=['%cdrom%\\APPS\\POWERTOYS\\Alt-Tab.msi /qn']
dflt[pn]=['no']
cat[pn]=['<u><font color="#FFAAAA">Tools</font></u>']
pn++

prog[pn]=['WinRAR 3.40']
desc[pn]=['ZIP-Folder Replacement. Handles almost all archive files.']
cmd1[pn]=['%cdrom%\\APPS\\Winrar340\\wrar340.exe /s']
cmd2[pn]=['%cdrom%\\APPS\\Winrar340\\register.cmd']
dflt[pn]=['no']  
cat[pn]=['<u><font color="#FFAAAA">Tools</font></u>']
pn++

prog[pn]=['WinISO 5.3']
desc[pn]=['WinISO is a CD-ROM image file utility that can convert BIN to ISO, extract/edit/create ISO files directly, make bootable CDs and as a BIN/ISO converter/extractor/editor.']
cmd1[pn]=['%cdrom%\\APPS\\WinISO5.3\\WINISO53.EXE /VERYSILENT /SP-']
cmd2[pn]=['%cdrom%\\APPS\\WinISO5.3\\INSTALL.cmd']
dflt[pn]=['no']  
cat[pn]=['<u><font color="#FFAAAA">Tools</font></u>']
pn++

prog[pn]=['Symantec Client Security 2.0']
desc[pn]=['Antivirus and firewall software by Symantec Corp.']
cmd1[pn]=['%cdrom%\\APPS\\SCSClnt\\SCS.msi /qb-! RUNLIVEUPDATE=0 REBOOT=REALLYSUPPRESS']
dflt[pn]=['no']
cat[pn]=['<u><font color="#FFAAAA">Core Apps</font></u>']
pn++

prog[pn]=['Power Calculator']
desc[pn]=['With this PowerToy you can graph and evaluate functions as well as perform many different types of conversions.']
cmd1[pn]=['%cdrom%\\APPS\\POWERTOYS\\Calculator.msi /qn']
dflt[pn]=['no']
cat[pn]=['<u><font color="#FFAAAA">Tools</font></u>']
pn++

prog[pn]=['Image Resizer']
desc[pn]=['This PowerToy enables you to resize one or many image files with a right-click.']
cmd1[pn]=['%cdrom%\\APPS\\POWERTOYS\\Image.msi /qn']
dflt[pn]=['no']
cat[pn]=['<u><font color="#FFAAAA">Tools</font></u>']
pn++

prog[pn]=['CD Slide Show Generator']
desc[pn]=['With this PowerToy you can view images burned to a CD as a slide show. The Generator works downlevel on Windows 9x machines as well.']
cmd1[pn]=['%cdrom%\\APPS\\POWERTOYS\\Slideshow.msi /qn']
dflt[pn]=['no']
cat[pn]=['<u><font color="#FFAAAA">Tools</font></u>']
pn++

prog[pn]=['VMWare Tools']
desc[pn]=['Only install these tools within a VMWare session.']
cmd1[pn]=['%cdrom%\\APPS\\VMWare_Tools\\VMware.msi ADDLOCAL=ALL REBOOT=REALLYSUPPRESS /qb-!']
dflt[pn]=['no']
cat[pn]=['<u><font color="#FFAAAA">Tools</font></u>']
pn++

prog[pn]=['ATI Radeon family']
desc[pn]=['Supported on the RADEON 9500, RADEON 9600, RADEON 9700, RADEON 9800, RADEON X300, RADEON X600, RADEON X700 or RADEON X800 Series of products. Note you must have Microsoft’s .NET Version 1.1 Framework installed.']
cmd1[pn]=['%cdrom%\\APPS\\Drivers\\ATI\\Radeon\\setup.exe']
dflt[pn]=['no']
cat[pn]=['<u><font color="#FFAAAA">Video Drivers</font></u>']
pn++

prog[pn]=['ATI Rage 128 Pro family']
desc[pn]=['This is a fully released and supported display driver for Windows XP. DirectX 8.1 and OpenGL support are included.']
cmd1[pn]=['%cdrom%\\APPS\\Drivers\\ATI\\Radeon_128_Pro\\setup.exe']
dflt[pn]=['no']
cat[pn]=['<u><font color="#FFAAAA">Video Drivers</font></u>']
pn++

prog[pn]=['nVidia GeForce & TNT2 family']
desc[pn]=['Complete support for NVIDIA PCI Express GPUs. Version: 61.77. Release Date: July 27, 2004']
cmd1[pn]=['%cdrom%\\APPS\\Drivers\\nVidia\\Geforce_TNT2\\setup.exe']
dflt[pn]=['no']
cat[pn]=['<u><font color="#FFAAAA">Video Drivers</font></u>']
pn++

//prog[pn]=['NFO Viewer']
//desc[pn]=['Viewer for .NFO Files']
//cmd1[pn]=['%cdrom%\\Install\\toConly\\NFOViewer.exe']
//dflt[pn]=['yes']
//cons[pn]=['%systemdrive%','C:\\']
//cat[pn]=['<u><font color="#FFAAAA">Tools</font></u>']
//pn++

Link to comment
Share on other sites

is this correct?

prog[pn]=['Winamp 5.0.7']

desc[pn]=['With Winamp Pro, you can rip all your favorite music CDs into the industry leading MP3 format. When all your songs are encoded in MP3, it provides you the freedom to play them in all MP3 capable hardware and software media players.']

regb[pn]=['Drive','Registry Key Path']

cmd1[pn]=['%CDROM%\\Software\\winamp\winamp507_full.exe /S']

cmd2[pn]=['cmd /c pskill.exe winamp.exe']

cmd3[pn]=['%CDROM%\\Software\\Winamp\Winampini.exe']

rega[pn]=['regedit /s %CDROM%\\Software\\Winamp\mp3AVIdefault.reg']

dflt[pn]=['yes']

forc[pn]=['false']

cat[pn]=[' Audio & Video']

ordr[pn]=[23]

pn++

Link to comment
Share on other sites

is this correct?

prog[pn]=['Winamp 5.0.7']

desc[pn]=['With Winamp Pro, you can rip all your favorite music CDs into the industry leading MP3 format. When all your songs are encoded in MP3, it provides you the freedom to play them in all MP3 capable hardware and software media players.']

regb[pn]=['Drive','Registry Key Path']

cmd1[pn]=['%CDROM%\\Software\\winamp\winamp507_full.exe /S']

cmd2[pn]=['cmd /c pskill.exe winamp.exe']

cmd3[pn]=['%CDROM%\\Software\\Winamp\Winampini.exe']

rega[pn]=['regedit /s %CDROM%\\Software\\Winamp\mp3AVIdefault.reg']

dflt[pn]=['yes']

forc[pn]=['false']

cat[pn]=['  Audio & Video']

ordr[pn]=[23]

pn++

Your regb entry will fail.

Your rega entry should be like this:

rega[pn]=['%CDROM%\\Software\\Winamp\mp3AVIdefault.reg']

Link to comment
Share on other sites

then how do i install a reg file silently?

just point to the reg file, like gresh showed you. WPI does the rest.

how can i change the font of the Title of the Category and spacing

Use regular HTML code. For example, I use this:

prog[pn]=['Codec Pack 2.2']
desc[pn]=['swgreed\'s Codecs. A collection of codecs including everything you need to watch movies.']
cmd1[pn]=['%cdrom%\\Applications\\codecs\\codecs22.exe']
cmd2[pn]=['%cdrom%\\Applications\\codecs\\codecs22.cmd']
dflt[pn]=['yes']
forc[pn]=['false']
cat[pn]=['<font color="FF9900">Codecs</font>']
pn++

Notice my cat[pn] has HTML code. you can edit that as you'd like.

Link to comment
Share on other sites

prog[pn]=['Registry Tweaks']

desc[pn]=['Installs additional system changes and enhancments']

cmd1[pn]=['regedit /s %cdrom%\\Install\\RegTweaks.reg']

dflt[pn]=['yes']

forc[pn]=['true']

pn++

above code is perfectly working for me

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...