VS2010 Beta 2 > Setup Project > Prerequisites > Missing .NET 3.0

Posted by Adam Kane on Stack Overflow See other posts from Stack Overflow or by Adam Kane
Published on 2010-01-05T01:58:51Z Indexed on 2010/06/09 23:42 UTC
Read the original article Hit count: 783

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?

alt text

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 that I'm installing uses .NET 3.0

Note: I've tried clicking the "Check Microsoft Update for more redistributable components", but .NET 3.0 wasn't there.

Thanks!

Adam

© Stack Overflow or respective owner

Related posts about visual-studio-2010

Related posts about visual-studio-2010-beta-2