]> git.sesse.net Git - vlc/commitdiff
msi: move disc associations on the bottom of the feature list
authorLudovic Fauvet <etix@videolan.org>
Wed, 10 Apr 2013 14:47:16 +0000 (16:47 +0200)
committerLudovic Fauvet <etix@videolan.org>
Wed, 10 Apr 2013 14:55:13 +0000 (16:55 +0200)
extras/package/win32/msi/product.wxs

index 222443252a1fdf9fbd1aac94a26ef99a6b0ab71f..7cde3241c4b35231533862238e57ee5d5f646cee 100644 (file)
                     <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' />
                     <ComponentRef Id='CompOtherFileAssociation' />
                 </Feature>
             </Feature>
+            <Feature Id='DISCSPLAYBACK' Title='Disc associations' Level='1' AllowAdvertise="no">
+                <ComponentRef Id='CompPlayDiscs' />
+            </Feature>
         </Feature>
 
         <UIRef Id="WixUI_Advanced" />