[vlc-commits] [Git][videolan/vlc][master] msi: add DAV file extension association

Hugo Beauzée-Luyssen (@chouquette) gitlab at videolan.org
Wed Dec 1 17:58:23 UTC 2021



Hugo Beauzée-Luyssen pushed to branch master at VideoLAN / VLC


Commits:
82347d93 by Marvin Scholz at 2021-12-01T16:25:46+00:00
msi: add DAV file extension association

- - - - -


1 changed file:

- extras/package/win32/msi/extensions.wxs


Changes:

=====================================
extras/package/win32/msi/extensions.wxs
=====================================
@@ -429,6 +429,14 @@
                         <Verb Id='enqueue' Command='Enqueue in VLC media player' TargetFile="vlc.exe" Argument="--started-from-file --playlist-enqueue "%1"" />
                     </Extension>
                 </ProgId>
+                <RegistryValue Root="HKLM" Key="Software\Clients\Media\VLC\Capabilities\FileAssociations" Name=".dav" Value="VLC.dav.Document" Type="string" />
+                <RegistryValue Root="HKCR" Key="Applications\vlc.exe\SupportedTypes" Name=".dav" Value="" Type="string" />
+                <ProgId Id='VLC.dav.Document' Description='Video File' Icon='vlc.ico' Advertise='no'>
+                    <Extension Id='dav'>
+                        <Verb Id='open' Command='Play with VLC media player' TargetFile="vlc.exe" Argument="--started-from-file --no-playlist-enqueue "%1"" />
+                        <Verb Id='enqueue' Command='Enqueue in VLC media player' TargetFile="vlc.exe" Argument="--started-from-file --playlist-enqueue "%1"" />
+                    </Extension>
+                </ProgId>
                 <RegistryValue Root="HKLM" Key="Software\Clients\Media\VLC\Capabilities\FileAssociations" Name=".divx" Value="VLC.divx.Document" Type="string" />
                 <RegistryValue Root="HKCR" Key="Applications\vlc.exe\SupportedTypes" Name=".divx" Value="" Type="string" />
                 <ProgId Id='VLC.divx.Document' Description='Video File' Icon='vlc.ico' Advertise='no'>



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/82347d93d526df00c1ebf73805534b7f4081859a

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/82347d93d526df00c1ebf73805534b7f4081859a
You're receiving this email because of your account on code.videolan.org.




More information about the vlc-commits mailing list