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
d2b92392
Commit
d2b92392
authored
Dec 06, 2006
by
Damien Fouilleul
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
NSIS: make sure 'Recommended' is the default option, and some misc cleanup
parent
faa7c85c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
5 deletions
+2
-5
vlc.win32.nsi.in
vlc.win32.nsi.in
+2
-5
No files found.
vlc.win32.nsi.in
View file @
d2b92392
...
...
@@ -36,7 +36,6 @@ CRCCheck on
InstType "Recommended"
InstType "Minimum"
InstType "Full"
InstType "Recommended"
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; NSIS Modern User Interface configuration ;
...
...
@@ -197,7 +196,7 @@ NoOwn:
FunctionEnd
!macro RegisterExtensionSection EXT
Section
/o
${EXT}
Section ${EXT}
SectionIn 1 3
Push $R0
StrCpy $R0 ${EXT}
...
...
@@ -239,7 +238,6 @@ FunctionEnd
;;;;;;;;;;;;;;;;;;;;;;;;;;
!macro delprefs
SectionIn 1 3
StrCpy $0 0
!define Index 'Line${__LINE__}'
"${Index}-Loop:"
...
...
@@ -480,7 +478,7 @@ Section /o "Mozilla plugin" SEC03
SectionEnd
Section
/o
"ActiveX plugin" SEC04
Section "ActiveX plugin" SEC04
SectionIn 1 3
SetOutPath "$INSTDIR"
!insertmacro OpenUninstallLog
...
...
@@ -711,7 +709,6 @@ Section "Uninstall" SEC91
SectionEnd
Section /o "un.Delete preferences and cache" SEC92
SectionIn 1 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