Chris Lee Posted April 4, 2004 Posted April 4, 2004 Uh, is there like a switch to install ALL features on Winamp?
Chris Lee Posted April 4, 2004 Posted April 4, 2004 Use the main Winamp official installer? Does not it popup itself after install?
Alanoll Posted April 4, 2004 Posted April 4, 2004 yes the official Winamp Installer pops up a Registration box at the end of setup.
fillalph Posted April 4, 2004 Posted April 4, 2004 ThanksJust wanted to let you know that I appreciate your work.Thanks]Bonkers[
asparagus Posted April 4, 2004 Posted April 4, 2004 Show my thanks to XtremeMaC I modify both the winamp.ini located in the subfolder of windir and winamp to achieve the complete silent install and settings. the method is as follows:make selfextracted files of these two winamp.ini with target folders windir and winamp respectively. There would generate two .exe files for exam. winamp1.exe and winamp2 Then add two lines to the unatteded inatll batch file . it look like as ECHO Installing winamp 5.0.3astart /wait winamp.msi Xfull=1 /qb start /wait winamp1.exe /sstart /wait winamp2.exe /syou can modify the content of winamp.ini as you like. for exam the file extension association.config_extlist=CDA:MID:MIDI:RMI:KAR:MIZ:mod:mdz:nst:stm:stz:s3m:s3z:it:itz:xm:xmz:mtm:ult:669:far:amf:okt:ptm:MP3:MP2:MP1:AAC:M4A:MP4:NSA:OGG:WAV:VOC:AU:SND:AIF:AIFF:wma:m3u:plsor avoid register popup by modifying winamp.ini located in windir as that had been posted here on this thread.alan liu
Alanoll Posted April 4, 2004 Posted April 4, 2004 @asparaguswhy do you create a INI file in the Winamp specifing the extensions?the list gets populated upon first run of WinampI just don't see the point. Sure the registration one, but the one in the Winamp directory?
asparagus Posted April 4, 2004 Posted April 4, 2004 I mean when I install winamp manually and complete all the favorite configuration on preference tab of Winamp. I made an self-extracted file of winamp.ini file from the winamp subfolder and use it for silent install. Besides, I add the localization files of Traditional Chinesese into the archives . As a result, I can complete the localization simultaneously by silent install. Meanwhile, you can export your registraton information to a reg ext. and register winamp when silent install is executed.start /wait regedit /S winampreg.regalan liu
bonedaddy Posted April 4, 2004 Posted April 4, 2004 @ XMac and Alanollthanks guys the second ver works greatthe first one would not install via RunOnceEX from the CDthe second as I said is perfectcousre could have been mebut I checked paths ect.thanks againbonedaddyman I hated that video.........
Weed Posted April 4, 2004 Posted April 4, 2004 i dont have any problem installing via runonceexiam using this in my .infHKLM,"%RunOnceEx%\install25",,,"Winamp 5.03a"HKLM,"%RunOnceEx%\install25",1,,"MSIEXEC.EXE /QB /I %1%\Applications\Winamp5\WinAmp.msi xagent=1 xlibrary=1 xintex=1 xaudio=1 xnsv=1 xregopt=1"
WwTIPPYwW Posted April 4, 2004 Posted April 4, 2004 some reason it isn't working for me....any ideas why I'm screwed up!?I don't get the MODERN Skin. Not all AUDIO is selected.Plus I get the AOL desktop ICON. So I had to add that to my script.Missing the WinAMP Equalizer Presets. The file is C:\Program Files\Winamp\Winamp.q1 I've done a self extracting archive - I like it better than copy. See below.If you want the PRO features - look for the following reg keys - to import:Windows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SOFTWARE\Nullsoft\Winamp]"regname"="xxxxx""regkey"="xxxxx"---------------------------------------------------------------------------CLS@echo offTITLE WinAMP 5.03a InstallationECHO.ECHO Installing WinAMP 5.03a ECHO Please wait...start /wait %systemdrive%\install\Applications\WinAMP\WinAMP.msi xagent=1 xintex=1 xmodernskin=1 xaudio=1 xextra=1 xregopt=1 /qbECHO.ECHO Registering WinAMP 5.03a ECHO Please wait...REGEDIT /S %systemdrive%\install\Applications\WinAMP\WinAMP.regECHO.ECHO Deleting 'Install AOL - FREE Trial' Desktop ShortcutECHO Please wait...del "%userprofile%\Desktop\Install AOL - FREE Trial!.lnk"ECHO.ECHO Extracting WinAMP Equalizer PresetsECHO Please wait...start /wait %systemdrive%\install\Applications\WinAMP\AmpEQs.exe /s
Alanoll Posted April 4, 2004 Posted April 4, 2004 ummm...the AOL Desktop Icon is NO WHERE in the MSI. So it's getting installed elsewhere.trying installing it likestart /wait msiexec.exe /i %systemdrive%\install\Applications\WinAMP\WinAMP.msi xagent=1 xintex=1 xmodernskin=1 xaudio=1 xextra=1 xregopt=1 /qb
Recommended Posts