Commit 5985abe9 authored by Ludovic Fauvet's avatar Ludovic Fauvet

msi: dissociate audio, video and other file associations

parent 9dceead7
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -307,8 +307,16 @@ ...@@ -307,8 +307,16 @@
<Feature Id='DISCSPLAYBACK' Title='Discs Playback' Level='1' AllowAdvertise="no"> <Feature Id='DISCSPLAYBACK' Title='Discs Playback' Level='1' AllowAdvertise="no">
<ComponentRef Id='CompPlayDiscs' /> <ComponentRef Id='CompPlayDiscs' />
</Feature> </Feature>
<Feature Id='FILEASSOCIATION' Title='Extensions' Level='1' AllowAdvertise="no"> <Feature Id='FILEASSOCIATION' Title='File associations' Level='1' AllowAdvertise="no">
<ComponentRef Id='CompFileAssociation' /> <Feature Id='VIDEOFILEASSOCIATION' Title='Video' Level='1' AllowAdvertise="no">
<ComponentRef Id='CompVideoFileAssociation' />
</Feature>
<Feature Id='AUDIOFILEASSOCIATION' Title='Audio' Level='1' AllowAdvertise="no">
<ComponentRef Id='CompAudioFileAssociation' />
</Feature>
<Feature Id='OTHERFILEASSOCIATION' Title='Others' Level='1' AllowAdvertise="no">
<ComponentRef Id='CompOtherFileAssociation' />
</Feature>
</Feature> </Feature>
</Feature> </Feature>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment