Commit bb2d9d9c authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Win32 installer: regroup the webplugins options

parent 6a8ae65b
Var Name_Section01 Var Name_Section01
Var Name_Section02a Var Name_Section02a
Var Name_Section02b Var Name_Section02b
Var Name_Section34
Var Name_Section03 Var Name_Section03
Var Name_Section04 Var Name_Section04
Var Name_Section05 Var Name_Section05
......
StrCpy $Name_Section01 "Media Player (required)" StrCpy $Name_Section01 "Media Player (required)"
StrCpy $Name_Section02a "Start Menu Shortcut" StrCpy $Name_Section02a "Start Menu Shortcut"
StrCpy $Name_Section02b "Desktop Shortcut" StrCpy $Name_Section02b "Desktop Shortcut"
StrCpy $Name_Section34 "Web plugins"
StrCpy $Name_Section03 "Mozilla plugin" StrCpy $Name_Section03 "Mozilla plugin"
StrCpy $Name_Section04 "ActiveX plugin" StrCpy $Name_Section04 "ActiveX plugin"
StrCpy $Name_Section05 "Discs Playback" StrCpy $Name_Section05 "Discs Playback"
......
...@@ -256,6 +256,7 @@ Section $Name_Section02b SEC02b ...@@ -256,6 +256,7 @@ Section $Name_Section02b SEC02b
"$INSTDIR\vlc.exe" "" "$INSTDIR\vlc.exe" ""
SectionEnd SectionEnd
SectionGroup /e !$Name_Section34
!ifdef INSTALL_MOZILLA !ifdef INSTALL_MOZILLA
Section $Name_Section03 SEC03 Section $Name_Section03 SEC03
SectionIn 1 3 SectionIn 1 3
...@@ -287,6 +288,7 @@ Section $Name_Section04 SEC04 ...@@ -287,6 +288,7 @@ Section $Name_Section04 SEC04
RegDLL "$INSTDIR\axvlc.dll" RegDLL "$INSTDIR\axvlc.dll"
SectionEnd SectionEnd
!endif !endif
SectionGroupEnd
Section $Name_Section05 SEC05 Section $Name_Section05 SEC05
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment