Re: Chrome not loading generic plugins on win32 any more?
Martin Husemann <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.plugins |
|---|---|
| Message-ID | <[email protected]> |
I wrote:
> I have an win32 NPAPI plugin that is installed in it's own folder. The
> setup registers it under HKEY_LOCAL_MACHINE\SOFTWARE\MozillaPlugins\...
> and Safari and Firefox use it just fine - but Chrome does not show it in
> "about:plugins".
Heh, I tracked it down: I stripped the version info "slightly too much"
and accidently removed the
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x409, 1200
END
from the version resource - that made Chrome ignore the BLOCK "040904e4"
part with all the mime type info...
Martin