]> git.sesse.net Git - vlc/commitdiff
msi: group web plugins under a common feature
authorLudovic Fauvet <etix@videolan.org>
Wed, 10 Apr 2013 14:16:27 +0000 (16:16 +0200)
committerLudovic Fauvet <etix@videolan.org>
Wed, 10 Apr 2013 14:55:13 +0000 (16:55 +0200)
extras/package/win32/msi/product.wxs

index 8d29913311f9e19681b991de65cf43e3636c99ba..3d120fc6eafc668135c2de85a7706b4986439815 100644 (file)
             <ComponentGroupRef Id='CompLuaGroup' />
             <ComponentGroupRef Id='CompSkinsGroup' />
 
-            <Feature Id='ACTIVEX' Title='ActiveX plugin' Level='1' AllowAdvertise="no">
-                <ComponentRef Id='CompAxvlc' />
-                <ComponentGroupRef Id='CompAxvlcGroup' />
-            </Feature>
-            <Feature Id='MOZILLA' Title='Mozilla plugin' Level='1000' AllowAdvertise="no">
-                <ComponentRef Id='CompNpvlc' />
+            <Feature Id='WEBPLUGINS' Title='Web plugins' Level='1' AllowAdvertise="no">
+                <Feature Id='ACTIVEX' Title='ActiveX plugin' Level='1' AllowAdvertise="no">
+                    <ComponentRef Id='CompAxvlc' />
+                    <ComponentGroupRef Id='CompAxvlcGroup' />
+                </Feature>
+                <Feature Id='MOZILLA' Title='Mozilla plugin' Level='1000' AllowAdvertise="no">
+                    <ComponentRef Id='CompNpvlc' />
+                </Feature>
             </Feature>
             <Feature Id='DISCSPLAYBACK' Title='Discs Playback' Level='1' AllowAdvertise="no">
                 <ComponentRef Id='CompPlayDiscs' />