VS2010 Beta 2 > Setup Project > Prerequisites > Missing .NET 3.0
- by Adam Kane
Hello,
In Visual Studio 2010 Beta 2, in a Setup project, in Prerequisites, there's no option to include the .NET Framework 3.0 prerequisite. How do I change things so that it is an available option?
My goal is to create an .msi installer that is launched by a Setup.exe. The Setup.exe should install .NET 3.0 if it's not there. The application…