shithub: aacdec

Download patch

ref: 3c9ab2e25aaeac7a39ed5e745a252794f569a960
parent: c1dd89578af9826ca60903b962f40d8b0e11c62a
author: menno <menno>
date: Sun Feb 17 06:10:21 EST 2002

Winamp3 plugin install script

--- /dev/null
+++ b/cnv_aacpcm.nsi
@@ -1,0 +1,20 @@
+Name "FAAD Winamp3 AAC plugin"
+OutFile cnv_aacpcm.exe
+CRCCheck on
+LicenseText "You must read the following license before installing."
+LicenseData COPYING
+ComponentText "This will install the FAAD2 Winamp3 AAC plugin on your computer."
+InstType Normal
+DirText "Please select a location to install the FAAD2 Winamp3 AAC plugin (or use the default)."
+AutoCloseWindow true
+SetOverwrite on
+SetDateSave on
+
+InstallDir "$PROGRAMFILES\Winamp3\wacs\"
+InstallDirRegKey HKEY_CURRENT_USER SOFTWARE\Winamp3\FAAD2 ""
+
+Section "FAAD2 Winamp3 AAC plugin"
+SectionIn 1
+SetOutPath $INSTDIR
+File plugins\winamp3\Release\cnv_aacpcm.wac
+SectionEnd