Setup Project Prereq's

DotNet370
I am building a Setup Project in Visual Studio 2008 for a project which only

requires .NET Framework 2.0. When I build the Setup Project and attempt to

utilize the .MSI file created by the Setup Project, the computer complains

that .NET Framework 3.5 is required to run the setup. Can I configure the

Setup Project to be built using .NET Framework 2.0 instead of 3.5? The end

result is that my machines have 2.0 installed and I don't need 3.5 for the

application I am trying to install?


-