Self-sufficient Winform app like Delphi?

G

Gilles Ganault

Hello

I've never written a Winform application, and was wondering if it's
possible to compile a self-sufficient EXE even when using third-party
components, just like Delphi, in which case the only dependency is the
version of the .Net framework? Or am I required to also ship some
external files like DLL's, etc.?

Thanks.
 
G

Gilles Ganault

That is not the case with .Net applications. You will have to ship the
controls along with your application.

Thanks. Hopefully, I can just copy/paste DLL's into the app's
directory, so that users don't have to have admin rights to
install/update my app.
 

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