Page 1 of 1

Mozilla plugins manually install (Windows)

Posted: 07 Feb 2013 15:55
by mediata
Hello,
I try to install manually plugins on Windows 7 x64.
I follow this topic ->http://portableapps.com/node/21333, but it dont help me.

Now, How can i install plugins manually without using installation?
I use last VLC version for file source (2.0.5).

Re: Mozilla plugins manually install (Windows)

Posted: 07 Mar 2013 15:53
by Jan.
Firefox plugin directory: "Mozilla Firefox\plugins"
Create the directory if it doesn't exist.

from http://portableapps.com/node/35939#comment-203256
Folders to copy (yes folders):
osdmenu
plugins

Files to copy:
vlc.exe
vlc.exe.manifest
vlc-cache-gen.exe
npvlc.dll.manifest
npvlc.dll
libvlccore.dll
libvlc.dll

Files using text-based subtitles may need fontcahche generated


I would add all manifest files and also the axvlc.dll file:

Folders to copy:
  • osdmenu
    plugins


Files to copy:
  • vlc.exe
    vlc.exe.manifest
    vlc-cache-gen.exe
    npvlc.dll.manifest
    npvlc.dll
    libvlccore.dll
    libvlc.dll
    libvlc.dll.manifest
    axvlc.dll
    axvlc.dll.manifest

Re: Mozilla plugins manually install (Windows)

Posted: 17 Feb 2017 07:15
by sinoj123
How can i install plugins manually without using installation?

Re: Mozilla plugins manually install (Windows)

Posted: 17 Feb 2017 10:14
by da2424
You will need the following files and folders:

plugins
npvlc.dll
npvlc.dll.manifest
libvlccore.dll
libvlc.dll

Then, the file npvlc.dll must be registered:

Code: Select all

Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\MozillaPlugins\@videolan.org/vlc,version=2.2.4] "Description"="VLC Multimedia Plugin" "Path"="C:\\path\\to\\your\\vlc\\npvlc.dll" "Product"="VLC media player" "Vendor"="VideoLAN" "Version"="2.2.4"
After that, it should appear in Firefox 32bits. But caution, from Firefox 52, plugins will not work anymore. Only Firefox ESR 52.x will still support it.