Commit 11f44509 authored by Antoine Cellerier's avatar Antoine Cellerier

Don't install mozilla plugin in recommended/default settings on windows. The...

Don't install mozilla plugin in recommended/default settings on windows. The NSIS stuff needs to be backported to 0.8.6 before we release (and tested). Could someone do that please?
parent c59b9977
...@@ -436,8 +436,8 @@ Section "Desktop Shortcut" SEC02b ...@@ -436,8 +436,8 @@ Section "Desktop Shortcut" SEC02b
"$INSTDIR\vlc.exe" "" "$INSTDIR\vlc.exe" ""
SectionEnd SectionEnd
Section "Mozilla plugin" SEC03 Section /o "Mozilla plugin" SEC03
SectionIn 1 3 SectionIn 3
!insertmacro OpenUninstallLog !insertmacro OpenUninstallLog
!insertmacro InstallFolder mozilla !insertmacro InstallFolder mozilla
......
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