[vlc-devel] commit: change nsis Play to Open (Kaarlo Raiha )
git version control
git at videolan.org
Wed Dec 9 14:58:05 CET 2009
vlc | branch: 1.0-bugfix | Kaarlo Raiha <kaarlo.raiha at tut.fi> | Sat May 16 16:12:19 2009 +0300| [d7b2012d23e8f64c210b23eefa5ef1d07e46dfeb] | committer: Jean-Baptiste Kempf
change nsis Play to Open
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
(cherry picked from commit 637aaf8bd366368f78a0238beaeb5b718714ed3d)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d7b2012d23e8f64c210b23eefa5ef1d07e46dfeb
---
extras/package/win32/vlc.win32.nsi.in | 18 +++++++++---------
1 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/extras/package/win32/vlc.win32.nsi.in b/extras/package/win32/vlc.win32.nsi.in
index 0fb7465..fad91ea 100644
--- a/extras/package/win32/vlc.win32.nsi.in
+++ b/extras/package/win32/vlc.win32.nsi.in
@@ -143,9 +143,9 @@ NoBackup:
WriteRegStr HKCR "$R0" "" "VLC$R0"
ReadRegStr $0 HKCR "VLC$R0" ""
WriteRegStr HKCR "VLC$R0" "" "VLC media file ($R0)"
- WriteRegStr HKCR "VLC$R0\shell" "" "Play"
- WriteRegStr HKCR "VLC$R0\shell\Play" "" $ShellAssociation_Play
- WriteRegStr HKCR "VLC$R0\shell\Play\command" "" '"$INSTDIR\vlc.exe" --started-from-file "%1"'
+ WriteRegStr HKCR "VLC$R0\shell" "" "Open"
+ WriteRegStr HKCR "VLC$R0\shell\Open" "" $ShellAssociation_Play
+ WriteRegStr HKCR "VLC$R0\shell\Open\command" "" '"$INSTDIR\vlc.exe" --started-from-file "%1"'
WriteRegStr HKCR "VLC$R0\DefaultIcon" "" '"$INSTDIR\vlc.exe",0'
;;; Vista Only part
@@ -443,8 +443,8 @@ Section $Name_Section01 SEC01
; Add VLC to "recomended programs" for the following extensions
WriteRegStr HKCR Applications\vlc.exe "" ""
WriteRegStr HKCR Applications\vlc.exe "FriendlyAppName" "VLC media player"
- WriteRegStr HKCR Applications\vlc.exe\shell\Play "" $ContextMenuEntry_PlayWith
- WriteRegStr HKCR Applications\vlc.exe\shell\Play\command "" \
+ WriteRegStr HKCR Applications\vlc.exe\shell\Open "" $ContextMenuEntry_PlayWith
+ WriteRegStr HKCR Applications\vlc.exe\shell\Open\command "" \
'"$INSTDIR\vlc.exe" --started-from-file "%1"'
!insertmacro MacroAllExtensions WriteRegStrSupportedTypes
@@ -593,13 +593,13 @@ Section $Name_Section05 SEC05
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\Handlers\VLCPlayCDAudioOnArrival" "InvokeVerb" "play"
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\Handlers\VLCPlayCDAudioOnArrival" "Provider" "VideoLAN VLC media player"
WriteRegStr HKCR "VLC.DVDMovie" "" "VLC DVD Movie"
- WriteRegStr HKCR "VLC.DVDMovie\shell" "" "Play"
- WriteRegStr HKCR "VLC.DVDMovie\shell\Play\command" "" \
+ WriteRegStr HKCR "VLC.DVDMovie\shell" "" "Open"
+ WriteRegStr HKCR "VLC.DVDMovie\shell\Open\command" "" \
'"$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" "" \
+ WriteRegStr HKCR "VLC.CDAudio\shell" "" "Open"
+ WriteRegStr HKCR "VLC.CDAudio\shell\Open\command" "" \
'"$INSTDIR\vlc.exe" --started-from-file cdda://%1'
WriteRegStr HKCR "VLC.CDAudio\DefaultIcon" "" '"$INSTDIR\vlc.exe",0'
More information about the vlc-devel
mailing list