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
Post a Comment