X-Git-Url: http://git.ffmpeg.org/gitweb/ffmpeg.git/blobdiff_plain/d35ff76b794281956cfb75430abee75227fd0378..4566de5707045edee809ca15584f4b482a191259:/ffinstall.nsi diff --git a/ffinstall.nsi b/ffinstall.nsi index 6082bb0..d3198a0 100644 --- a/ffinstall.nsi +++ b/ffinstall.nsi @@ -27,12 +27,12 @@ Section "Install" SetOutPath $INSTDIR SetCompress Auto SetOverwrite IfNewer - File "C:\Program Files\FFmpeg\bin\ffmpeg.exe" - File "C:\Program Files\FFmpeg\bin\SDL.dll" - File "C:\Program Files\FFmpeg\bin\ffplay.exe" + File ".\ffmpeg.exe" + File ".\SDL.dll" + File ".\ffplay.exe" File ".\COPYING" File ".\CREDITS" - + ; documentation SetOutPath $INSTDIR\doc File ".\doc\faq.html" @@ -58,7 +58,7 @@ Section Uninstall Delete "$INSTDIR\ffplay.exe" Delete "$INSTDIR\COPYING" Delete "$INSTDIR\CREDITS" - + ; delete documentation Delete "$INSTDIR\doc\faq.html" Delete "$INSTDIR\ffmpeg-doc.html"