- Jan 21, 2005
- 17,722
- 6
- 81
I've made an application in .NET that I want to be able to post online for download. However, I don't want users to be required to install the .NET 4.0 and 4.5 frameworks just to use my simple app.
Is there a way I can package only specific DLLs into my project/compiled exe? That way the user is not required to download and install the bulky Frameworks.
Thanks in advance!
Is there a way I can package only specific DLLs into my project/compiled exe? That way the user is not required to download and install the bulky Frameworks.
Thanks in advance!