c++ - How to register 2 Browser Helper Object dlls at once into IE11 with EPM on Windows7(x64)? -


I created a browser helper object for IE11 with increased protected mode (EPM) on / off.

To support the compatibility, I made two BHO DLL files. One is for 32 bit and the other is for 64 bit and I am trying to install these DLL files with the use of a cab file at a time. But I can not do this

When I tried to install these files in IE11 (on EPM), the only DLL file for 64 bit was installed and the BHO was not executed. And when I tried to install these files in IE 11 (with EPM lock), then the only DLL file for 32 bit was installed and it was run.

I think it is necessary to set up 32 BSL DLL and 64 bit DLL with EPM.

Can you please tell me how to install these DLL files on an EPAM at IEM once?

This is my .INF file.

signature = "$ CHICAGO $" Advanced INF = 2.0 [Add.Code] MyTestBHO.dll = MyTestBHO.dll MyTestBHO64.dll = MyTestBHO64.dll [Deployment] InstallScope = Machine [MyTestBHO.dll] file -win32-x86 = thiscab file-win32-amd64 = thiscab clsid = {9576-2234-4774-80D3-1113DF081221} file version = 1,0,0,0 register server = yes [MyTestBHO64. Dll] file-win32-x86 = ignore file-win32-amd64 = thiscab clsid = {9576-2234-4774-80D3-1113DF081221} FileVersion = 1,0,0,0 register server = yes

Best Regards, Functional

I think this issue is not RPM turned on or Shutting down, m Dda that your Biaco should be familiar as IE. So if you are running IE11 64 bits, you have to install a 64-bit version of your BHO


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -