Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
5985abe9
Commit
5985abe9
authored
Apr 10, 2013
by
Ludovic Fauvet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msi: dissociate audio, video and other file associations
parent
9dceead7
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
398 additions
and
386 deletions
+398
-386
extras/package/win32/msi/extensions.wxs
extras/package/win32/msi/extensions.wxs
+388
-384
extras/package/win32/msi/product.wxs
extras/package/win32/msi/product.wxs
+10
-2
No files found.
extras/package/win32/msi/extensions.wxs
View file @
5985abe9
This source diff could not be displayed because it is too large. You can
view the blob
instead.
extras/package/win32/msi/product.wxs
View file @
5985abe9
...
...
@@ -307,8 +307,16 @@
<Feature
Id=
'DISCSPLAYBACK'
Title=
'Discs Playback'
Level=
'1'
AllowAdvertise=
"no"
>
<ComponentRef
Id=
'CompPlayDiscs'
/>
</Feature>
<Feature
Id=
'FILEASSOCIATION'
Title=
'Extensions'
Level=
'1'
AllowAdvertise=
"no"
>
<ComponentRef
Id=
'CompFileAssociation'
/>
<Feature
Id=
'FILEASSOCIATION'
Title=
'File associations'
Level=
'1'
AllowAdvertise=
"no"
>
<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>
...
...
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