I have been looking into c# and c++ compilers and I read that they can be compiled into exe files, however the computer has to have the .NET framework installed for them to work. This is fine for me, the developer, because I have Visual Studio installed, but how can I get it to run on other computers without them having to install the .NET framework manually, the same way games and other programs that I download from the internet work for me? Sorry if this is a noobish type of question, but I'm just getting my feet wet with compiled languages and I don't have a lot of experience yet. Thanks.
EDIT: Hi sorry about any confusion. I'm looking for a way to make my application able to be downloaded or received from wherever I put it, and for the users to be able to use it without having to mess around with installing frameworks and such, especially since they may not be computer savvy users.