Hi. I recently learnt C# and have a few questions.
I create my applications in Visual Studio .NET, and its a great tool. I manage to create the setup file. So I'm able to run the setup on my machine, to get the program running.
However, if i want to use that same application on a friends PC, which does not have the .NET framework installed, i can't use the application.
Now apparently there is a way to have the .NET framework installed when you run the setup application. Does anybody know how i can do this?
eg : I take my application to a friends PC. His PC does not have the .NET framework installed. When he clicks SETUP, the application will first install the needed .NET framework files, and then install my application, so that he can use it.
Any help would be gladly appreciated.
Thank you
./Mo