I'm making a test application for learning purposes. It's targetted for the .NET Framework 4 Client Profile.
I created a new Windows XP virtual machine that doesn't have a .NET Framework installed. Ideally I'd like to create a setup project for my little application and bundle that with the .NET Framework 4 Client Profile. I do not want my end users to download anything. This application should be installable offline without the need for an internet connection
So the end user would click my created Setup.exe and it would invoke the setup menu for the .NET Framework 4 Client Profile.
Thank you for your help.