[vlc-devel] commit: Win32: Fix installer for DVD and CD-Audio autoruns. ( Jean-Baptiste Kempf )
git version control
git at videolan.org
Wed Jun 17 00:06:14 CEST 2009
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Jun 16 23:19:13 2009 +0200| [81e543e9e2dc43c7269b4afcae0d4b1293641352] | committer: Jean-Baptiste Kempf
Win32: Fix installer for DVD and CD-Audio autoruns.
(cherry picked from commit db606bd163ff2b8e6bf56b40e614fa0619067d26)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=81e543e9e2dc43c7269b4afcae0d4b1293641352
---
extras/package/win32/vlc.win32.nsi.in | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/extras/package/win32/vlc.win32.nsi.in b/extras/package/win32/vlc.win32.nsi.in
index 70a01f0..c0497ac 100644
--- a/extras/package/win32/vlc.win32.nsi.in
+++ b/extras/package/win32/vlc.win32.nsi.in
@@ -577,10 +577,10 @@ Section $Name_Section05 SEC06
SectionIn 1 2 3
WriteRegStr HKCR "AudioCD\shell\PlayWithVLC" "" $ContextMenuEntry_PlayWith
WriteRegStr HKCR "AudioCD\shell\PlayWithVLC\command" "" \
- '"$INSTDIR\vlc.exe" --started-from-file "cdda://%1"'
+ '"$INSTDIR\vlc.exe" --started-from-file cdda://%1'
WriteRegStr HKCR "DVD\shell\PlayWithVLC" "" $ContextMenuEntry_PlayWith
WriteRegStr HKCR "DVD\shell\PlayWithVLC\command" "" \
- '"$INSTDIR\vlc.exe" --started-from-file "dvd://%1"'
+ '"$INSTDIR\vlc.exe" --started-from-file dvd://%1'
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\EventHandlers\PlayDVDMovieOnArrival" "VLCPlayDVDMovieOnArrival" ""
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\Handlers\VLCPlayDVDMovieOnArrival" "Action" $Action_OnArrivalDVD
@@ -598,12 +598,12 @@ Section $Name_Section05 SEC06
WriteRegStr HKCR "VLC.DVDMovie" "" "VLC DVD Movie"
WriteRegStr HKCR "VLC.DVDMovie\shell" "" "Play"
WriteRegStr HKCR "VLC.DVDMovie\shell\Play\command" "" \
- '"$INSTDIR\vlc.exe" --started-from-file "dvd://%1"'
+ '"$INSTDIR\vlc.exe" --started-from-file dvd://%1'
WriteRegStr HKCR "VLC.DVDMovie\DefaultIcon" "" '"$INSTDIR\vlc.exe",0'
WriteRegStr HKCR "VLC.CDAudio" "" "VLC CD Audio"
WriteRegStr HKCR "VLC.CDAudio\shell" "" "Play"
WriteRegStr HKCR "VLC.CDAudio\shell\Play\command" "" \
- '"$INSTDIR\vlc.exe" --started-from-file "cdda://%1"'
+ '"$INSTDIR\vlc.exe" --started-from-file cdda://%1'
WriteRegStr HKCR "VLC.CDAudio\DefaultIcon" "" '"$INSTDIR\vlc.exe",0'
SectionEnd
More information about the vlc-devel
mailing list