Link to home
Start Free TrialLog in
Avatar of JHG
JHG

asked on

CAB files, INF files, and Object tags for ActiveX downloads

I am trying to find any examples of INF files that install multiple ActiveX components... What system DLL's will I need to include in an INF file for an ActiveX component developed in VC++ 5.0?

Does anyone have links to examples, or experience with these things?

What about the Object tags that it takes to call the CAB files?

Answers to any of these are welcome.
Avatar of JHG
JHG

ASKER

I have a CAB file that contains an EXE file, two OCX files that are needed by the EXE and a third OCX file that starts the EXE.  Nothing downloads when it is hit with the Browser.  The progress bars move, and the Digital signing (the CAB is signed) comes up and asks if I want to download and install... But the files are not on the system.

IE 3.02 on a clean install of Windows 95.
Avatar of JHG

ASKER

Adjusted points to 50
If you can snag VB 5, you can use its application setup wizard to build cab and self-extracting, self-installing applications for the web. all you need to supply is the names of the files.
ASKER CERTIFIED SOLUTION
Avatar of 2good
2good

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial