📄 cnv_faad.nsi
字号:
Name "FAAD Winamp3 AAC plugin"OutFile cnv_FAAD.exeCRCCheck onLicenseText "You must read the following license before installing."LicenseData COPYINGComponentText "This will install the FAAD2 Winamp3 AAC plugin on your computer."InstType NormalAutoCloseWindow trueSetOverwrite onSetDateSave onInstallDir $PROGRAMFILES\Winamp3InstallDirRegKey HKEY_LOCAL_MACHINE "Software\Microsoft\Windows\CurrentVersion\Uninstall\Winamp3" "UninstallString"DirShow showDirText "The installer has detected the path to Winamp. If it is not correct, please change."Section "FAAD2 Winamp3 AAC plugin"SectionIn 1IfFileExists $INSTDIR\Wacs\cnv_aacpcm.wac idelete Goto iskip_delete idelete: Delete $INSTDIR\Wacs\cnv_aacpcm.wac IfFileExists $INSTDIR\Wacs\cnv_aacpcm.wac idelete_error Goto iskip_delete idelete_error: MessageBox MB_RETRYCANCEL|MB_ICONEXCLAMATION "The file is locked and can't be deleted. Please close Winamp3 and hit 'retry'" IDRETRY idelete IDCANCEL closeiskip_delete:SetOutPath $INSTDIR\WacsFile plugins\winamp3\Release\cnv_FAAD.wacSetOutPath $INSTDIR\Wacs\xml\FAADFile plugins\winamp3\FAAD_config.xmlclose:SectionEnd
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -