Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
637aaf8b
Commit
637aaf8b
authored
May 16, 2009
by
Kaarlo Raiha
Committed by
Jean-Baptiste Kempf
Jul 02, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change nsis Play to Open
Signed-off-by:
Jean-Baptiste Kempf
<
jb@videolan.org
>
parent
e6c26ae8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
extras/package/win32/vlc.win32.nsi.in
extras/package/win32/vlc.win32.nsi.in
+9
-9
No files found.
extras/package/win32/vlc.win32.nsi.in
View file @
637aaf8b
...
@@ -140,9 +140,9 @@ NoBackup:
...
@@ -140,9 +140,9 @@ NoBackup:
WriteRegStr HKCR "$R0" "" "VLC$R0"
WriteRegStr HKCR "$R0" "" "VLC$R0"
ReadRegStr $0 HKCR "VLC$R0" ""
ReadRegStr $0 HKCR "VLC$R0" ""
WriteRegStr HKCR "VLC$R0" "" "VLC media file ($R0)"
WriteRegStr HKCR "VLC$R0" "" "VLC media file ($R0)"
WriteRegStr HKCR "VLC$R0\shell" "" "
Play
"
WriteRegStr HKCR "VLC$R0\shell" "" "
Open
"
WriteRegStr HKCR "VLC$R0\shell\
Play
" "" $ShellAssociation_Play
WriteRegStr HKCR "VLC$R0\shell\
Open
" "" $ShellAssociation_Play
WriteRegStr HKCR "VLC$R0\shell\
Play
\command" "" '"$INSTDIR\vlc.exe" --started-from-file "%1"'
WriteRegStr HKCR "VLC$R0\shell\
Open
\command" "" '"$INSTDIR\vlc.exe" --started-from-file "%1"'
WriteRegStr HKCR "VLC$R0\DefaultIcon" "" '"$INSTDIR\vlc.exe",0'
WriteRegStr HKCR "VLC$R0\DefaultIcon" "" '"$INSTDIR\vlc.exe",0'
;;; Vista Only part
;;; Vista Only part
...
@@ -438,8 +438,8 @@ Section $Name_Section01 SEC01
...
@@ -438,8 +438,8 @@ Section $Name_Section01 SEC01
; Add VLC to "recomended programs" for the following extensions
; Add VLC to "recomended programs" for the following extensions
WriteRegStr HKCR Applications\vlc.exe "" ""
WriteRegStr HKCR Applications\vlc.exe "" ""
WriteRegStr HKCR Applications\vlc.exe "FriendlyAppName" "VLC media player"
WriteRegStr HKCR Applications\vlc.exe "FriendlyAppName" "VLC media player"
WriteRegStr HKCR Applications\vlc.exe\shell\
Play
"" $ContextMenuEntry_PlayWith
WriteRegStr HKCR Applications\vlc.exe\shell\
Open
"" $ContextMenuEntry_PlayWith
WriteRegStr HKCR Applications\vlc.exe\shell\
Play
\command "" \
WriteRegStr HKCR Applications\vlc.exe\shell\
Open
\command "" \
'"$INSTDIR\vlc.exe" --started-from-file "%1"'
'"$INSTDIR\vlc.exe" --started-from-file "%1"'
!insertmacro MacroAllExtensions WriteRegStrSupportedTypes
!insertmacro MacroAllExtensions WriteRegStrSupportedTypes
...
@@ -584,13 +584,13 @@ Section $Name_Section05 SEC05
...
@@ -584,13 +584,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" "InvokeVerb" "play"
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\Handlers\VLCPlayCDAudioOnArrival" "Provider" "VideoLAN VLC media player"
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" "" "VLC DVD Movie"
WriteRegStr HKCR "VLC.DVDMovie\shell" "" "
Play
"
WriteRegStr HKCR "VLC.DVDMovie\shell" "" "
Open
"
WriteRegStr HKCR "VLC.DVDMovie\shell\
Play
\command" "" \
WriteRegStr HKCR "VLC.DVDMovie\shell\
Open
\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.DVDMovie\DefaultIcon" "" '"$INSTDIR\vlc.exe",0'
WriteRegStr HKCR "VLC.CDAudio" "" "VLC CD Audio"
WriteRegStr HKCR "VLC.CDAudio" "" "VLC CD Audio"
WriteRegStr HKCR "VLC.CDAudio\shell" "" "
Play
"
WriteRegStr HKCR "VLC.CDAudio\shell" "" "
Open
"
WriteRegStr HKCR "VLC.CDAudio\shell\
Play
\command" "" \
WriteRegStr HKCR "VLC.CDAudio\shell\
Open
\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'
WriteRegStr HKCR "VLC.CDAudio\DefaultIcon" "" '"$INSTDIR\vlc.exe",0'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment