Commit a17edf64 authored by Yoann Peronneau's avatar Yoann Peronneau

* vlc.win32.nsi.in: set "Recommended" as the default installation type

parent 507cd452
...@@ -33,9 +33,9 @@ SetCompressor /SOLID lzma ...@@ -33,9 +33,9 @@ SetCompressor /SOLID lzma
SetOverwrite ifnewer SetOverwrite ifnewer
CRCCheck on CRCCheck on
InstType "Recommended"
InstType "Minimum" InstType "Minimum"
InstType "Full" InstType "Full"
InstType "Recommended"
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; NSIS Modern User Interface configuration ; ; NSIS Modern User Interface configuration ;
...@@ -197,7 +197,7 @@ FunctionEnd ...@@ -197,7 +197,7 @@ FunctionEnd
!macro RegisterExtensionSection EXT !macro RegisterExtensionSection EXT
Section /o ${EXT} Section /o ${EXT}
SectionIn 2 3 SectionIn 1 3
Push $R0 Push $R0
StrCpy $R0 ${EXT} StrCpy $R0 ${EXT}
Call RegisterExtension Call RegisterExtension
...@@ -238,7 +238,7 @@ FunctionEnd ...@@ -238,7 +238,7 @@ FunctionEnd
;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;
!macro delprefs !macro delprefs
SectionIn 2 3 SectionIn 1 3
StrCpy $0 0 StrCpy $0 0
!define Index 'Line${__LINE__}' !define Index 'Line${__LINE__}'
"${Index}-Loop:" "${Index}-Loop:"
...@@ -414,7 +414,7 @@ Section "Desktop Shortcut" SEC02b ...@@ -414,7 +414,7 @@ Section "Desktop Shortcut" SEC02b
SectionEnd SectionEnd
Section /o "Mozilla plugin" SEC03 Section /o "Mozilla plugin" SEC03
SectionIn 2 3 SectionIn 1 3
!insertmacro OpenUninstallLog !insertmacro OpenUninstallLog
!insertmacro InstallFolder mozilla !insertmacro InstallFolder mozilla
...@@ -458,7 +458,7 @@ Section /o "Mozilla plugin" SEC03 ...@@ -458,7 +458,7 @@ Section /o "Mozilla plugin" SEC03
SectionEnd SectionEnd
Section /o "ActiveX plugin" SEC04 Section /o "ActiveX plugin" SEC04
SectionIn 2 3 SectionIn 1 3
SetOutPath "$INSTDIR" SetOutPath "$INSTDIR"
!insertmacro OpenUninstallLog !insertmacro OpenUninstallLog
!insertmacro InstallFile activex\axvlc.dll !insertmacro InstallFile activex\axvlc.dll
...@@ -467,7 +467,7 @@ Section /o "ActiveX plugin" SEC04 ...@@ -467,7 +467,7 @@ Section /o "ActiveX plugin" SEC04
SectionEnd SectionEnd
Section /o "Context Menus" SEC05 Section /o "Context Menus" SEC05
SectionIn 2 SectionIn 3
!insertmacro MacroAllExtensions AddContextMenu !insertmacro MacroAllExtensions AddContextMenu
!insertmacro AddContextMenu "Directory" !insertmacro AddContextMenu "Directory"
SectionEnd SectionEnd
...@@ -684,7 +684,7 @@ Section "Uninstall" SEC91 ...@@ -684,7 +684,7 @@ Section "Uninstall" SEC91
SectionEnd SectionEnd
Section /o "un.Delete preferences and cache" SEC92 Section /o "un.Delete preferences and cache" SEC92
SectionIn 2 3 SectionIn 1 3
!insertmacro delprefs !insertmacro delprefs
SectionEnd SectionEnd
......
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