Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
a17edf64
Commit
a17edf64
authored
Jun 20, 2006
by
Yoann Peronneau
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* vlc.win32.nsi.in: set "Recommended" as the default installation type
parent
507cd452
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
vlc.win32.nsi.in
vlc.win32.nsi.in
+7
-7
No files found.
vlc.win32.nsi.in
View file @
a17edf64
...
...
@@ -33,9 +33,9 @@ SetCompressor /SOLID lzma
SetOverwrite ifnewer
CRCCheck on
InstType "Recommended"
InstType "Minimum"
InstType "Full"
InstType "Recommended"
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; NSIS Modern User Interface configuration ;
...
...
@@ -197,7 +197,7 @@ FunctionEnd
!macro RegisterExtensionSection EXT
Section /o ${EXT}
SectionIn
2
3
SectionIn
1
3
Push $R0
StrCpy $R0 ${EXT}
Call RegisterExtension
...
...
@@ -238,7 +238,7 @@ FunctionEnd
;;;;;;;;;;;;;;;;;;;;;;;;;;
!macro delprefs
SectionIn
2
3
SectionIn
1
3
StrCpy $0 0
!define Index 'Line${__LINE__}'
"${Index}-Loop:"
...
...
@@ -414,7 +414,7 @@ Section "Desktop Shortcut" SEC02b
SectionEnd
Section /o "Mozilla plugin" SEC03
SectionIn
2
3
SectionIn
1
3
!insertmacro OpenUninstallLog
!insertmacro InstallFolder mozilla
...
...
@@ -458,7 +458,7 @@ Section /o "Mozilla plugin" SEC03
SectionEnd
Section /o "ActiveX plugin" SEC04
SectionIn
2
3
SectionIn
1
3
SetOutPath "$INSTDIR"
!insertmacro OpenUninstallLog
!insertmacro InstallFile activex\axvlc.dll
...
...
@@ -467,7 +467,7 @@ Section /o "ActiveX plugin" SEC04
SectionEnd
Section /o "Context Menus" SEC05
SectionIn
2
SectionIn
3
!insertmacro MacroAllExtensions AddContextMenu
!insertmacro AddContextMenu "Directory"
SectionEnd
...
...
@@ -684,7 +684,7 @@ Section "Uninstall" SEC91
SectionEnd
Section /o "un.Delete preferences and cache" SEC92
SectionIn
2
3
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