I had only copied the files, according to your documentation at http://www.videolan.org/doc/play-howto/ ... l#id310965:CarpeDiem: you also wrote the registry key so that VLC plugin can find VLC directory?
If that's not the correct installation procedure, please let me know what registry keys I have to write (and please update the documentation). I've tried deleting the files from the Firefox plug-ins folder and adding the following to the registry, but it made no difference. I went to about:plugins and verified that the plug-in is loaded from \mozilla under the VLC folder.Windows
Quit Firefox or Mozilla
Copy the two files in VLC_Installation_folder\mozilla (usually C:\Program Files\VideoLAN\VLC\mozilla) to your mozilla plugins directory (Usually C:\Program Files\Mozilla\plugins or C:\Program Files\Mozilla Firefox\plugins).
Restart Firefox or Mozilla
Code: Select all
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\MozillaPlugins\@videolan.org/vlc,version=1.0.2]
"Description"="VLC Multimedia Plugin"
"Path"="C:\\Program Files (x86)\\vlc-1.0.2\\mozilla\\npvlc.dll"
"ProductName"="VLC media player"
"Vendor"="VideoLAN"
"Version"="1.0.2"
And where am I supposed to put that? Adding it to HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\MozillaPlugins\@videolan.org/vlc,version=1.0.2 made no difference.InstallDir, that is what VLC plugin will seek from registry.
Code: Select all
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\VideoLAN]
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\VideoLAN\VLC]
@="C:\\Program Files (x86)\\vlc-1.0.2\\vlc.exe"
"InstallDir"="C:\\Program Files (x86)\\vlc-1.0.2"
"Language"="1033"
"Version"="1.0.2"
Code: Select all
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\VideoLAN]
[HKEY_LOCAL_MACHINE\SOFTWARE\VideoLAN\VLC]
"InstallDir"="C:\\Program Files (x86)\\vlc-1.0.2"
"Version"="1.0.2"
@="C:\\Program Files (x86)\\vlc-1.0.2\\vlc.exe"
"Language"="1033"
Code: Select all
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\MozillaPlugins\@videolan.org/vlc,version=1.0.3]
"Description"="VLC Multimedia Plugin"
"Path"="C:\\Program Files (x86)\\vlc-1.0.3\\mozilla\\npvlc.dll"
"Product"="VLC media player"
"Vendor"="VideoLAN"
"Version"="1.0.3"
Code: Select all
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\VideoLAN]
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\VideoLAN\VLC]
"InstallDir"="C:\\Program Files (x86)\\vlc-1.0.3"
"Version"="1.0.3"
@="C:\\Program Files (x86)\\vlc-1.0.3\\vlc.exe"
"Language"="1033"
Return to “VLC media player for Windows Troubleshooting”
Users browsing this forum: Majestic-12 [Bot] and 51 guests