Commit d1fe1eab authored by Antoine Cellerier's avatar Antoine Cellerier

I hope that this fixes the installer's default choices

parent 2219b6ed
......@@ -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"
......
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