I created a cab file containing my activex using CABARC.exe. I also created a .inf file. My inf file is as follows:
[version] signature="$CHICAGO$" AdvancedINF=2.0 [Add.Code] MySetup.exe=MySetup.exe [MySetup.exe] file-win32-x86=thiscab clsid={49892510-B520-4b35-8ADF-57084DD2F717}
My html looks like this:
<object name="secondobj" style='display:none' id='TestActivex' classid='CLSID:49892510-B520-4b35-8ADF-57084DD2F717' codebase='http://myurl/MySetup.cab#version=1,0,0,0'></object>
I created CABARC using the following command:
C:\tools\Cab\BIN>CABARC.EXE N MySetup.cab MySetup.msi setup.inf
I also added http: // myurl to trusted sites. Now, when I first opened the html page in IE, I saw a yellow bar that I accepted. However, he never installed an activex control. I do not see the installation in my program files and I do not see anything in the event logs or in the temporary download folder or in the "add-on management". Now every time I open a webpage in IE, I no longer see the yellow panel.
Can anyone help me here?
installation activex
vikasde
source share