ateryu
New member
- Joined
- Nov 28, 2024
- Messages
- 1
- Programming Experience
- 1-3
I don't really understand this. If I select to create a single executable file, then the file does not include necessary components for .NET, meaning that if a user who does not have .NET tries to run the app, it tells them they need to install .NET to run it. And I've found a solution to this is to include the entirety of .NET in the application which makes the .exe file size huge also it does fix the issue I just described.
However, is that really necessary? If I want to make a WinForms app is there any way to do that without the user needing to install anything or without me needing to make the exe file size huge?
However, is that really necessary? If I want to make a WinForms app is there any way to do that without the user needing to install anything or without me needing to make the exe file size huge?