Setup Project in Visual Studio 2010 Requires .NET 4.0

Posted by Filip Ekberg on Stack Overflow See other posts from Stack Overflow or by Filip Ekberg
Published on 2010-05-03T14:09:24Z Indexed on 2010/05/03 14:28 UTC
Read the original article Hit count: 247

When setting up a Setup Project in Visual Studio 2010 and even to I removing all the prerequistes .NET 4.0 is still required on the computer that runs the Installation. Deploying with ClickOnce works but is not an option, but at least it doesn't ask for .NET 4.0.

Is there a way to create a Setup Project in Visual Studio 2010 that doesn't require .NET 4.0 on installation?


Edit

This is one of the test configurations i've tested

alt text

And this is what it looks like when I run setup.exe or the .msi

alt text

© Stack Overflow or respective owner

Related posts about visual-studio-2010

Related posts about .NET