Commit 1420a0f3 authored by Antoine Cellerier's avatar Antoine Cellerier

Forward port from 0.8.5

parent 73921f62
...@@ -33,8 +33,9 @@ SetCompressor /SOLID lzma ...@@ -33,8 +33,9 @@ SetCompressor /SOLID lzma
SetOverwrite ifnewer SetOverwrite ifnewer
CRCCheck on CRCCheck on
InstType "Normal" InstType "Minimum"
InstType "Full" InstType "Full"
InstType "Recommended"
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; NSIS Modern User Interface configuration ; ; NSIS Modern User Interface configuration ;
...@@ -456,7 +457,7 @@ Section /o "Mozilla plugin" SEC03 ...@@ -456,7 +457,7 @@ Section /o "Mozilla plugin" SEC03
SectionEnd SectionEnd
Section "ActiveX plugin" SEC04 Section /o "ActiveX plugin" SEC04
SectionIn 2 3 SectionIn 2 3
SetOutPath "$INSTDIR" SetOutPath "$INSTDIR"
!insertmacro OpenUninstallLog !insertmacro OpenUninstallLog
...@@ -465,7 +466,7 @@ Section "ActiveX plugin" SEC04 ...@@ -465,7 +466,7 @@ Section "ActiveX plugin" SEC04
RegDLL "$INSTDIR\axvlc.dll" RegDLL "$INSTDIR\axvlc.dll"
SectionEnd SectionEnd
Section "Context Menus" SEC05 Section /o "Context Menus" SEC05
SectionIn 2 SectionIn 2
!insertmacro MacroAllExtensions AddContextMenu !insertmacro MacroAllExtensions AddContextMenu
!insertmacro AddContextMenu "Directory" !insertmacro AddContextMenu "Directory"
...@@ -683,7 +684,7 @@ Section "Uninstall" SEC91 ...@@ -683,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 RO SectionIn 2 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