From 11f445090a95fce4fdeb380e23b524f7ac814050 Mon Sep 17 00:00:00 2001 From: Antoine Cellerier Date: Mon, 4 Dec 2006 21:12:19 +0000 Subject: [PATCH] Don't install mozilla plugin in recommended/default settings on windows. The NSIS stuff needs to be backported to 0.8.6 before we release (and tested). Could someone do that please? --- vlc.win32.nsi.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vlc.win32.nsi.in b/vlc.win32.nsi.in index 7469f439fe..085599ba50 100644 --- a/vlc.win32.nsi.in +++ b/vlc.win32.nsi.in @@ -436,8 +436,8 @@ Section "Desktop Shortcut" SEC02b "$INSTDIR\vlc.exe" "" SectionEnd -Section "Mozilla plugin" SEC03 - SectionIn 1 3 +Section /o "Mozilla plugin" SEC03 + SectionIn 3 !insertmacro OpenUninstallLog !insertmacro InstallFolder mozilla