L
Laszlo Szijarto
I created an ActiveX .dll using C#. All's well if I have a single .dll.
But, if I have other dependenceis, I don't know how to have them downloaded
/ installed on the client computer.
So, for example, I'm using an old COM .dll, around which my application
created a Interop .dll.
Can I put these into a CAB file somewhere or use an ".INF" file with
"codebase" to get the client to download these .dlls and install them in the
client's GAC?
With these Interop .dlls, do I need also to include the original COM .dlls
in the package around which these wrap?
What would an .INF file look like to force these files to install in GAC?
I'm very confused. Could someone please help?
Thank you,
Laszlo
But, if I have other dependenceis, I don't know how to have them downloaded
/ installed on the client computer.
So, for example, I'm using an old COM .dll, around which my application
created a Interop .dll.
Can I put these into a CAB file somewhere or use an ".INF" file with
"codebase" to get the client to download these .dlls and install them in the
client's GAC?
With these Interop .dlls, do I need also to include the original COM .dlls
in the package around which these wrap?
What would an .INF file look like to force these files to install in GAC?
I'm very confused. Could someone please help?
Thank you,
Laszlo