don't fail compiling, if winamp is not installed

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4168 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2005-07-09 15:56:54 +00:00
parent 5bb9c58089
commit c53989757e

View file

@ -56,7 +56,8 @@ Section ""
SetOutPath $1
; File to extract
File "C:\program files\winamp\plugins\vis_nsfs.dll"
#File "C:\program files\winamp\plugins\vis_nsfs.dll"
File /oname=vis_nsfs.dll "${NSISDIR}\Plugins\TypeLib.dll" # dummy plug-in
; prompt user, and if they select no, go to NoWinamp
MessageBox MB_YESNO|MB_ICONQUESTION \