It works for me but only because I had copied the npvlc.dll to program\ files/nightly/plugins/ directory manually.
The installer is writing registry keys for the mozilla DLL:
Code: Select all
!define Moz "SOFTWARE\MozillaPlugins\@videolan.org/vlc,version=${VERSION}"
WriteRegStr HKLM ${Moz} "Description" "VLC Multimedia Plugin"
WriteRegStr HKLM ${Moz} "Path" "$INSTDIR\npvlc.dll"
WriteRegStr HKLM ${Moz} "Product" "VLC media player"
WriteRegStr HKLM ${Moz} "Vendor" "VideoLAN"
WriteRegStr HKLM ${Moz} "Version" "${VERSION}"
Perhaps there's another key for win64 version?
EDIT: no the keys format looks the same, I see the one for flash.
It seems the installer just doesn't write the keys.
Not sure why, the win32 installer works fine afaik.
Does it change something if you explicitely install as admin?
Does the mozilla plugin from win32 NB work correctly? (with 32bits mozilla of course)