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
83d312a5
Commit
83d312a5
authored
Apr 10, 2013
by
Ludovic Fauvet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msi: move disc associations on the bottom of the feature list
parent
da22ebe3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
extras/package/win32/msi/product.wxs
extras/package/win32/msi/product.wxs
+3
-3
No files found.
extras/package/win32/msi/product.wxs
View file @
83d312a5
...
...
@@ -306,9 +306,6 @@
<ComponentRef
Id=
'CompNpvlc'
/>
</Feature>
</Feature>
<Feature
Id=
'DISCSPLAYBACK'
Title=
'Discs Playback'
Level=
'1'
AllowAdvertise=
"no"
>
<ComponentRef
Id=
'CompPlayDiscs'
/>
</Feature>
<Feature
Id=
'FILEASSOCIATION'
Title=
'File associations'
Level=
'1'
AllowAdvertise=
"no"
>
<Feature
Id=
'VIDEOFILEASSOCIATION'
Title=
'Video'
Level=
'1'
AllowAdvertise=
"no"
>
<ComponentRef
Id=
'CompVideoFileAssociation'
/>
...
...
@@ -320,6 +317,9 @@
<ComponentRef
Id=
'CompOtherFileAssociation'
/>
</Feature>
</Feature>
<Feature
Id=
'DISCSPLAYBACK'
Title=
'Disc associations'
Level=
'1'
AllowAdvertise=
"no"
>
<ComponentRef
Id=
'CompPlayDiscs'
/>
</Feature>
</Feature>
<UIRef
Id=
"WixUI_Advanced"
/>
...
...
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