1Name "AudioCoding.com MP4 Winamp plugin"
2OutFile in_mp4.exe
3CRCCheck on
4LicenseText "You must read the following license before installing."
5LicenseData COPYING
6ComponentText "This will install the AudioCoding.com MP4 Winamp plugin on your computer."
7InstType Normal
8AutoCloseWindow true
9SetOverwrite on
10SetDateSave on
11
12InstallDir $PROGRAMFILES\Winamp
13InstallDirRegKey HKEY_LOCAL_MACHINE "Software\Microsoft\Windows\CurrentVersion\Uninstall\Winamp" "UninstallString"
14;DirShow
15DirText "The installer has detected the path to Winamp. If it is not correct, please change."
16
17Section "AudioCoding.com MP4 Winamp plugin"
18SectionIn 1
19SetOutPath $INSTDIR\Plugins
20File plugins\in_mp4\Release\in_mp4.dll
21SectionEnd
22