'include' an ocx (and dll?)

D

DraguVaso

Hi,

I have an application that uses a custom ocx. Because I need to deploy this
ocx with XCOPY and not with a setup, I need a way to get around this setup.

What I was thinking about was this: Is there a way to kind of 'include' an
ocx into an appliation, so I don't need to register it anymore on the
client-pc. I kind of wanne put the ocx into the exe-file.

And is this only necessary for ocx-files, or also for some dll's? Because it
seems that in .NET this behaviour is kind of standard for dll's?

Thanks a lot,

Pieter
 
O

OHM

You can add OCX's to your setup and click on the propeties for this item and
then choose to register it.

Regards - OHM
 
H

Herfried K. Wagner [MVP]

* "DraguVaso said:
Yes I know, but like I said it should be without a setup... :-/

You will have to run "REGASM.EXE" (see documentation).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top