Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
bb2d9d9c
Commit
bb2d9d9c
authored
Jul 29, 2012
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Win32 installer: regroup the webplugins options
parent
6a8ae65b
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
0 deletions
+4
-0
extras/package/win32/languages/declaration.nsh
extras/package/win32/languages/declaration.nsh
+1
-0
extras/package/win32/languages/english.nsh
extras/package/win32/languages/english.nsh
+1
-0
extras/package/win32/vlc.win32.nsi.in
extras/package/win32/vlc.win32.nsi.in
+2
-0
No files found.
extras/package/win32/languages/declaration.nsh
View file @
bb2d9d9c
Var Name_Section01
Var Name_Section02a
Var Name_Section02b
Var Name_Section34
Var Name_Section03
Var Name_Section04
Var Name_Section05
...
...
extras/package/win32/languages/english.nsh
View file @
bb2d9d9c
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"
...
...
extras/package/win32/vlc.win32.nsi.in
View file @
bb2d9d9c
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment