use NSIS to grab winamp from the web
So I see the example waplugin.nsi which offers to download winamp from the web. My question is, has anyone coded a way to grab the -latest- version? (winamp 2 perferably)
5 posts
!define lite "http://download.nullsoft.com/winamp/client/winamp291_lite.exe"
Section GetWinamp
NSISdl::download ${lite} "$INSTDIR\winamp291_lite.exe"
SectionEnd