<div dir="ltr"><div class="gmail_quote">Various ISO file formats are natively supported by VideoLAN client.<br>
So having a context-menu to play them directly is very useful and easier<br>
than having to open them from VLC, or having to drag them to the GUI.<br>
---<br>
 extras/package/win32/msi/<wbr>extensions.wxs |    8 ++++++++<br>
 1 files changed, 8 insertions(+), 0 deletions(-)<br>
<br>
diff --git a/extras/package/win32/msi/<wbr>extensions.wxs b/extras/package/win32/msi/<wbr>extensions.wxs<br>
index d535679..8c2ee0e 100644<br>
--- a/extras/package/win32/msi/<wbr>extensions.wxs<br>
+++ b/extras/package/win32/msi/<wbr>extensions.wxs<br>
@@ -807,6 +807,14 @@<br>
                         <Verb Id='enqueue' Command='Enqueue in VLC media player' TargetFile="vlc.exe" Argument="--started-from-file --playlist-enqueue &quot;%1&quot;" /><br>
                     </Extension><br>
                 </ProgId><br>
+                <RegistryValue Root="HKLM" Key="Software\Clients\Media\<wbr>VLC\Capabilities\<wbr>FileAssociations" Name=".iso" Value="VLC.iso.Document" Type="string" /><br>
+                <RegistryValue Root="HKCR" Key="Applications\vlc.exe\<wbr>SupportedTypes" Name=".iso" Value="" Type="string" /><br>
+                <ProgId Id='VLC.iso.Document' Description='Video File' Icon='vlc.ico' Advertise='no'><br>
+                    <Extension Id='iso'><br>
+                        <Verb Id='open' Command='Play with VLC media player' TargetFile="vlc.exe" Argument="--started-from-file --no-playlist-enqueue &quot;%1&quot;" /><br>
+                        <Verb Id='enqueue' Command='Enqueue in VLC media player' TargetFile="vlc.exe" Argument="--started-from-file --playlist-enqueue &quot;%1&quot;" /><br>
+                    </Extension><br>
+                </ProgId><br>
                 <RegistryValue Root="HKLM" Key="Software\Clients\Media\<wbr>VLC\Capabilities\<wbr>FileAssociations" Name=".m3u" Value="VLC.m3u.Document" Type="string" /><br>
                 <RegistryValue Root="HKCR" Key="Applications\vlc.exe\<wbr>SupportedTypes" Name=".m3u" Value="" Type="string" /><br>
                 <ProgId Id='VLC.m3u.Document' Description='Video File' Icon='vlc.ico' Advertise='no'><br>
<span class="HOEnZb"><font color="#888888">--<br>
1.7.1<br>
<br>
</font></span></div><div>-- <br></div><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div>Dag</div></div></div>
</div>