in_mpeg4aac.nsi
Upload User: wstnjxml
Upload Date: 2014-04-03
Package Size: 7248k
Code Size: 1k
Category:

Windows CE

Development Platform:

C/C++

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