[vlc-commits] msi: move disc associations on the bottom of the	feature list
    Ludovic Fauvet 
    git at videolan.org
       
    Wed Apr 10 16:56:09 CEST 2013
    
    
  
vlc | branch: master | Ludovic Fauvet <etix at videolan.org> | Wed Apr 10 16:47:16 2013 +0200| [83d312a52fc18343cf18ed69bbcc09a339ef549e] | committer: Ludovic Fauvet
msi: move disc associations on the bottom of the feature list
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=83d312a52fc18343cf18ed69bbcc09a339ef549e
---
 extras/package/win32/msi/product.wxs |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/extras/package/win32/msi/product.wxs b/extras/package/win32/msi/product.wxs
index 2224432..7cde324 100644
--- a/extras/package/win32/msi/product.wxs
+++ b/extras/package/win32/msi/product.wxs
@@ -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" />
    
    
More information about the vlc-commits
mailing list