Preferences and no user user information dialog
Get winamp.ini
For instance, I don't use the agent, with this method it is not enabled
Configure your preferences for a installed Winamp
get winamp.ini from C:\Program Files\Winamp\
Put it in your $OEM$ folder
$OEM$\$Progs\Winamp\
or use the command line
SET INSTALLDIR=C:\INSTALL\
MOVE "%INSTALLDIR%\winamp.ini" "%Programfiles%\Winamp\"
Set it to Read-Only
start /wait attrib +R "%PROGRAMFILES%\Winamp\Winamp.ini"
later on, after installed, you'll unset the Read-Only
Silent Install
Get your Winamp instation file at winamp.com
http://www.winamp.com/player/free.php
Choose between Lite or Full
I preffer to install everything and configure what I dont want out
Install silently
Switch: /S
"%INSTALLDIR%\winamp511.exe" /S
Unset the Read-Only for winamp.ini
attrib -R "%PROGRAMFILES%\Winamp\Winamp.ini"
Close it
TASKKILL /F /IM winamp.exe
Remove the eMusic Promotion
"%ProgramFiles%\Winamp\eMusic\Uninst-eMusic-promotion.exe" /S
