Installing applications prerequisites
I am trying to create an installer for my application.
The application is set to target .net 2.0 framework.
I have created an installation project but when I try to install from the results it insists that .net 3.5 framework is required.
How do I get it to be satisfied that it only needs 2.0?
I have tried setting 2.0 framework as the only prerequisite.
Thanks
|