[vlc-commits] Win32 installer: regroup the webplugins options
Jean-Baptiste Kempf
git at videolan.org
Sun Jul 29 22:29:34 CEST 2012
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Jul 29 16:59:17 2012 +0200| [bb2d9d9cfb7e6a8b4bdf8273d87b079e5e9f2fd7] | committer: Jean-Baptiste Kempf
Win32 installer: regroup the webplugins options
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=bb2d9d9cfb7e6a8b4bdf8273d87b079e5e9f2fd7
---
extras/package/win32/languages/declaration.nsh | 1 +
extras/package/win32/languages/english.nsh | 1 +
extras/package/win32/vlc.win32.nsi.in | 2 ++
3 files changed, 4 insertions(+)
diff --git a/extras/package/win32/languages/declaration.nsh b/extras/package/win32/languages/declaration.nsh
index 16aea3e..be1fbc7 100644
--- a/extras/package/win32/languages/declaration.nsh
+++ b/extras/package/win32/languages/declaration.nsh
@@ -1,6 +1,7 @@
Var Name_Section01
Var Name_Section02a
Var Name_Section02b
+Var Name_Section34
Var Name_Section03
Var Name_Section04
Var Name_Section05
diff --git a/extras/package/win32/languages/english.nsh b/extras/package/win32/languages/english.nsh
index bfba45b..2f1b896 100644
--- a/extras/package/win32/languages/english.nsh
+++ b/extras/package/win32/languages/english.nsh
@@ -1,6 +1,7 @@
StrCpy $Name_Section01 "Media Player (required)"
StrCpy $Name_Section02a "Start Menu Shortcut"
StrCpy $Name_Section02b "Desktop Shortcut"
+StrCpy $Name_Section34 "Web plugins"
StrCpy $Name_Section03 "Mozilla plugin"
StrCpy $Name_Section04 "ActiveX plugin"
StrCpy $Name_Section05 "Discs Playback"
diff --git a/extras/package/win32/vlc.win32.nsi.in b/extras/package/win32/vlc.win32.nsi.in
index a2624ea..07425b3 100644
--- a/extras/package/win32/vlc.win32.nsi.in
+++ b/extras/package/win32/vlc.win32.nsi.in
@@ -256,6 +256,7 @@ Section $Name_Section02b SEC02b
"$INSTDIR\vlc.exe" ""
SectionEnd
+SectionGroup /e !$Name_Section34
!ifdef INSTALL_MOZILLA
Section $Name_Section03 SEC03
SectionIn 1 3
@@ -287,6 +288,7 @@ Section $Name_Section04 SEC04
RegDLL "$INSTDIR\axvlc.dll"
SectionEnd
!endif
+SectionGroupEnd
Section $Name_Section05 SEC05
More information about the vlc-commits
mailing list