Jump to content

WINAMP 5 with PlugIns and Skins


Recommended Posts

I like my skined Winamp with plug-ins ready for use on new windows

RunOnceEX.cmd

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

LINK for MSI

plug-in.exe made with AutoIt it contains

plug-in.au3

; ----------------------------------------------------------------------------
;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

copy /Y *.wal "%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 :thumbup

Link to comment
Share on other sites


Just thought I'd comment on this...

Most Winamp Plugins are simple DLL files that are extracted into the Plugin Folder in the Winamp Directory. That being said, you could install all your Plugins and then create a new SFX file that installs them all and possibly save some space on your CD.

There is no registration needed for the DLL files as they're parsed at runtime by Winamp. If you're concerned about where to install the plugins, you have a couple of options..

The MSI is capable of using the INSTALLDIR property to change the default path to one you specify and then use that in the SFX.

You could also USE the default path and have %ProgramFiles%\Winamp as the path for the SFX.

And on the note of adding your own settings prior to startup, ALL settings for Winamp's internals are saved in studio.xnl and Winamp.ini both located in Winamp's main directory. You could preset how you like Winamp, and copy those over as well.

Link to comment
Share on other sites

Right Alanoll. I am currently using your MSI and making a 7-zip sfx for plugins, etc. that I use with winamp. I might even make an inno setup with winamp and plugins I want in order to simplify having two exes.. :D I'm kindy lazy right now though... :P

Edited by 1chaoticadult
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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