Unique .exe file in visual Studio, C# desktop application -


i have c# desktop application created in visual studio.

i need have 1 executable file, can run anywhere. without compiler or need of having folders of libraries. .exe file have in project folder doesn't work alone.

thanks

if it's .net application executable yes can send anywhere , run anywhere having 1 file; provided fact wherever or whichever machine trying run it; have .net framework installed.

else, should create self extracting installer not include executable have framework executable. way wherever run installer first install framework , can run exe without trouble.


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -