Try registering it using regsvr32.exe
If you can't find regsvr32.exe on your machine, check out
http://support.microsoft.com/?kbid=161983

Signature
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)
> I have installed an application that uses the DynaZip Activex control
> apparently(duzocx32.ocx, dzocx32.ocx, & dzstat32.ocx) but the form
[quoted text clipped - 6 lines]
> it in the same folder as other activex controls.
> Thanks
Edward - 25 Jul 2004 22:40 GMT
It states
The specified library cannot be found.
Thanks
> Try registering it using regsvr32.exe
>
[quoted text clipped - 14 lines]
> > it in the same folder as other activex controls.
> > Thanks
Douglas J. Steele - 26 Jul 2004 22:32 GMT
What are you typing to get that error message? Does the file that you're
trying to register exist on the machine?

Signature
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)
> It states
> The specified library cannot be found.
[quoted text clipped - 18 lines]
> > > it in the same folder as other activex controls.
> > > Thanks
Edward - 27 Jul 2004 01:54 GMT
I used the syntax "regsvr32 dzocx32.ocx", and I tried all three files.
Regsvr32 seems to be intended to register .dll files as command components
in the registry.
> What are you typing to get that error message? Does the file that you're
> trying to register exist on the machine?
[quoted text clipped - 21 lines]
> > > > it in the same folder as other activex controls.
> > > > Thanks
Douglas J. Steele - 27 Jul 2004 22:05 GMT
Unless dzocx32.ocx is in the computer's path, you need to include the
complete path:
regsvr32 "C:\Program Files\My Application\dzocx32.ocx"

Signature
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)
> I used the syntax "regsvr32 dzocx32.ocx", and I tried all three files.
> Regsvr32 seems to be intended to register .dll files as command components
[quoted text clipped - 28 lines]
> > > > > it in the same folder as other activex controls.
> > > > > Thanks