From 271fcd86a5ca6639be10bdc0909f9f5f4b7c414f Mon Sep 17 00:00:00 2001
From: Antoine Cellerier <dionoea@videolan.org>
Date: Sun, 3 Dec 2006 18:05:23 +0000
Subject: [PATCH] Sync default options in NSIS installer with recommended
 preset. I still don't like installing the activex and mozilla plugins by
 default as they often override other plugins and make it impossible to view
 videos on some/many websites.

---
 vlc.win32.nsi.in | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/vlc.win32.nsi.in b/vlc.win32.nsi.in
index 476cbfa0545e..7469f439fe0c 100644
--- a/vlc.win32.nsi.in
+++ b/vlc.win32.nsi.in
@@ -436,7 +436,7 @@ Section "Desktop Shortcut" SEC02b
     "$INSTDIR\vlc.exe" ""
 SectionEnd
 
-Section /o "Mozilla plugin" SEC03
+Section "Mozilla plugin" SEC03
   SectionIn 1 3
 
   !insertmacro OpenUninstallLog
@@ -480,7 +480,7 @@ Section /o "Mozilla plugin" SEC03
 
 SectionEnd
 
-Section /o "ActiveX plugin" SEC04
+Section "ActiveX plugin" SEC04
   SectionIn 1 3
   SetOutPath "$INSTDIR"
   !insertmacro OpenUninstallLog
@@ -705,7 +705,7 @@ Section "Uninstall" SEC91
   SetAutoClose true
 SectionEnd
 
-Section /o "un.Delete preferences and cache" SEC92
+Section "un.Delete preferences and cache" SEC92
   SectionIn 1 3
   !insertmacro delprefs
 SectionEnd
-- 
GitLab