Hi,
I have an application where I reference a dll Active X control. How I
distribute the application is by zipping up the application into a winzip.exe.
When I run the winzip.exe program, it extracts the database application to
the local disk drive.
When I open the application, the dll file is no longer referenced, and
therefore have to manually reference the file again?
How do I maintain that reference?
Thanks,
Rashar
Alex Dybenko - 12 Oct 2005 07:57 GMT
Hi,
Activex dll you have to register, for example using regsvr32.exe
not sure winzip can do this directly. but perhaps you can make a bat file to
register dll, and let winzip run this file (AFAIR it has such option) or ask
user to run it after setup

Signature
Alex Dybenko (MVP)
http://alexdyb.blogspot.com
http://www.PointLtd.com
> Hi,
>
[quoted text clipped - 12 lines]
>
> Rashar