[vlc-commits] msi: install the mozilla plugin by default

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:20:19 2013 +0200| [da22ebe3ca67492ec3058d98b811c82eaae55e52] | committer: Ludovic Fauvet

msi: install the mozilla plugin by default

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=da22ebe3ca67492ec3058d98b811c82eaae55e52
---

 extras/package/win32/msi/product.wxs |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extras/package/win32/msi/product.wxs b/extras/package/win32/msi/product.wxs
index 3d120fc..2224432 100644
--- a/extras/package/win32/msi/product.wxs
+++ b/extras/package/win32/msi/product.wxs
@@ -302,7 +302,7 @@
                     <ComponentRef Id='CompAxvlc' />
                     <ComponentGroupRef Id='CompAxvlcGroup' />
                 </Feature>
-                <Feature Id='MOZILLA' Title='Mozilla plugin' Level='1000' AllowAdvertise="no">
+                <Feature Id='MOZILLA' Title='Mozilla plugin' Level='1' AllowAdvertise="no">
                     <ComponentRef Id='CompNpvlc' />
                 </Feature>
             </Feature>



More information about the vlc-commits mailing list