Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
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-1.1
Commits
1420a0f3
Commit
1420a0f3
authored
May 10, 2006
by
Antoine Cellerier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Forward port from 0.8.5
parent
73921f62
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
vlc.win32.nsi.in
vlc.win32.nsi.in
+5
-4
No files found.
vlc.win32.nsi.in
View file @
1420a0f3
...
...
@@ -33,8 +33,9 @@ SetCompressor /SOLID lzma
SetOverwrite ifnewer
CRCCheck on
InstType "
Normal
"
InstType "
Minimum
"
InstType "Full"
InstType "Recommended"
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; NSIS Modern User Interface configuration ;
...
...
@@ -456,7 +457,7 @@ Section /o "Mozilla plugin" SEC03
SectionEnd
Section "ActiveX plugin" SEC04
Section
/o
"ActiveX plugin" SEC04
SectionIn 2 3
SetOutPath "$INSTDIR"
!insertmacro OpenUninstallLog
...
...
@@ -465,7 +466,7 @@ Section "ActiveX plugin" SEC04
RegDLL "$INSTDIR\axvlc.dll"
SectionEnd
Section "Context Menus" SEC05
Section
/o
"Context Menus" SEC05
SectionIn 2
!insertmacro MacroAllExtensions AddContextMenu
!insertmacro AddContextMenu "Directory"
...
...
@@ -683,7 +684,7 @@ Section "Uninstall" SEC91
SectionEnd
Section /o "un.Delete preferences and cache" SEC92
SectionIn 2 3
RO
SectionIn 2 3
!insertmacro delprefs
SectionEnd
...
...
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