]> git.sesse.net Git - ffmpeg/blobdiff - ffinstall.nsi
ISO8859-1 --> UTF-8
[ffmpeg] / ffinstall.nsi
index 6082bb056b013ff8beb2ea940fca5706f521507a..d3198a04eb941a185de13cca9469f5678c3d2f32 100644 (file)
@@ -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"