Is there a way I can deploy my C# program as a .exe that does not need an installer? It's a simple program. I just want users to be able to download the .exe and run it or run the .exe directly from a USB drive.
Will users run into any problem like requiring .NET Framework or something if I'm able to do this?