I have an ActiveX OCX file that I need to have downloadable to a client
machine. I went through the process in making the object run in
internet explorer with the assumption that the ActiveX object is
registered and all DLLs are loaded in the environment.
When I wanted to package the ActiveX object into a cab file it won't
work. I didn't change the CLSID number since it should be the same,
also I have an additional DLL file that comes with it.
Viewer.OCX - ActiveX object.
ViewerHelp.DLL - DLL library that Viewer.OCX needs.
.... are the files that are in the CAB file as well as a INF file to
install it.
I also put on a self generated security certificate to allow it to
load. The problem now is when I load the item it doesn't load at all
and there is no way to trace where the loading when wrong. I noticed on
one attempt it installed the OCX file but now the helper dll file.
Is there an example INF file that I can use with this?
Assume both OCX and DLL are in the same cabinet file and has a
certificate that was accepted by the user.
PS: Is there anyone that at least has a resource to use INF files with
AdvancedINF=2.5?