Packaging Dlls into a Single Exe file

G

Guest

Hi All,

I have a created a WM 5.0 application. It references to multiple custom
dlls. May I know whether these dlls can be packaged into a .exe file together
with the main application?
The reason for this to prevent user from accidental deletion of these dlls
and for security purpose.

Is it possible to be done in Visual Studio 2005 or I have use third party
solution for this?

In turn this .exe will be distributed via a .cab file.

Thanks.
 
G

Guest

You could add them as an embedded resource, then extract them at runtime
before use.
 
G

Guest

Could you please elaborate more on how to extract these embedded dlls at
runtime?

Thank you.
 

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