I'm creating my MSI install package for my Web App and all projects are targeted for .NET 3.5. (in Visual Studio 2010)
Also, I have disabled prerequisite installs when generating the MSI package.
However, when attempting to install on a machine without .NET 4, it asks me if I wanted to install the .NET framework.
Any ideas why? There must be a setting that I am missing.
UPDATE:
I did get this warning, when building the deployment package, will look into this:
WARNING: The target version of the .NET Framework in the project does not match the .NET Framework launch condition version '.NET Framework 4 Client Profile'. Update the version of the .NET Framework launch condition to match the target version of the.NET Framework in the Advanced Compile Options Dialog Box (VB) or the Application Page (C#, F#).