Self-sufficient Winform app like Delphi?

  • Thread starter Thread starter Gilles Ganault
  • Start date Start date
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.
 
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.
 
Back
Top