RunOnceEX.cmd
CODE
REG ADD %KEY%\050 /VE /D "WINAMP 5.091" /f
REG ADD %KEY%\050 /V 1 /D "%systemdrive%\install\WINAMP_5\Winamp5091.msi /qn INI=\"%systemdrive%\Install\WINAMP_5\winamp.ini"" /f
REG ADD %KEY%\050 /V 2 /D "%systemdrive%\install\WINAMP_5\PLUG-IN\plug-in.exe" /f
REG ADD %KEY%\050 /V 3 /D "%systemdrive%\install\WINAMP_5\SKINS\install.bat" /f
REG ADD %KEY%\050 /V 1 /D "%systemdrive%\install\WINAMP_5\Winamp5091.msi /qn INI=\"%systemdrive%\Install\WINAMP_5\winamp.ini"" /f
REG ADD %KEY%\050 /V 2 /D "%systemdrive%\install\WINAMP_5\PLUG-IN\plug-in.exe" /f
REG ADD %KEY%\050 /V 3 /D "%systemdrive%\install\WINAMP_5\SKINS\install.bat" /f
LINK for MSI
plug-in.exe made with AutoIt it contains
plug-in.au3
CODE
; ----------------------------------------------------------------------------
;mp3cue
; ----------------------------------------------------------------------------
Run("mp3cue.exe /S")
WinWaitActive("mp3cue")
Send("!N")
; ----------------------------------------------------------------------------
;MSN_Now_Playing
; ----------------------------------------------------------------------------
Run("MSN_Now_Playing.exe /S")
WinWaitActive("Now Playing")
Send("!N")
; ----------------------------------------------------------------------------
;Playlist Loader
; ----------------------------------------------------------------------------
Run("Playlist_Loader.exe /S")
WinWaitActive("Playlist Loader")
Send("!N")
;mp3cue
; ----------------------------------------------------------------------------
Run("mp3cue.exe /S")
WinWaitActive("mp3cue")
Send("!N")
; ----------------------------------------------------------------------------
;MSN_Now_Playing
; ----------------------------------------------------------------------------
Run("MSN_Now_Playing.exe /S")
WinWaitActive("Now Playing")
Send("!N")
; ----------------------------------------------------------------------------
;Playlist Loader
; ----------------------------------------------------------------------------
Run("Playlist_Loader.exe /S")
WinWaitActive("Playlist Loader")
Send("!N")
and final skins (make SKINS folder and putt all skins inside(.wal, .wsz))
install.bat
CODE
copy /Y *.wal "%systemdrive%\Progra~1\WINAMP\SKINS"
copy /Y *.wsz "%systemdrive%\Progra~1\WINAMP\SKINS"
copy /Y *.wsz "%systemdrive%\Progra~1\WINAMP\SKINS"
Thats for all new ppl who dont know how to make an easy sillent install
Have fun