Skip to content
Snippets Groups Projects
Commit 271fcd86 authored by dionoea's avatar dionoea
Browse files

Sync default options in NSIS installer with recommended preset. I still don't...

Sync default options in NSIS installer with recommended preset. I still don't like installing the activex and mozilla plugins by default as they often override other plugins and make it impossible to view videos on some/many websites.
parent 4475aeda
No related branches found
No related tags found
No related merge requests found
......@@ -436,7 +436,7 @@ Section "Desktop Shortcut" SEC02b
"$INSTDIR\vlc.exe" ""
SectionEnd
Section /o "Mozilla plugin" SEC03
Section "Mozilla plugin" SEC03
SectionIn 1 3
!insertmacro OpenUninstallLog
......@@ -480,7 +480,7 @@ Section /o "Mozilla plugin" SEC03
SectionEnd
Section /o "ActiveX plugin" SEC04
Section "ActiveX plugin" SEC04
SectionIn 1 3
SetOutPath "$INSTDIR"
!insertmacro OpenUninstallLog
......@@ -705,7 +705,7 @@ Section "Uninstall" SEC91
SetAutoClose true
SectionEnd
Section /o "un.Delete preferences and cache" SEC92
Section "un.Delete preferences and cache" SEC92
SectionIn 1 3
!insertmacro delprefs
SectionEnd
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment