The application that I'm building requires the .NET framework. Unfortunately our end users will not have admin privileges. I know it isn't possible to install .NET without admin privileges, but is it possible to build a pre-packaged version of it into our system so the user doesn't need admin privileges? If it is possible, how would I go about doing it? One approach I have heard is to place the neccessary .dll files in the same folder as the executable, but that didn't seem to work.
Thanks in advance.