in_mpeg4aac.nsi
上传用户:wstnjxml
上传日期:2014-04-03
资源大小:7248k
文件大小:1k
源码类别:

Windows CE

开发平台:

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