I used vs2010 to create a project that uses framework 2.0.
I can’t use a newer framework.
I created a setup project for it, and when I try to install it on the server, it’s asking to install framework 4.0. I can’t install it.
Is it possible to fix this somehow? Can I change the setup program framework to 2.0?
Thanks.
you can change the setup by using the prerequisite.
see: http://msdn.microsoft.com/en-us/library/7tx0bw8y(v=vs.80).aspx
You also have to choose wich runtime to use for the Programm and Setup.
This is in the Tab for the Conditions in your Setup Project.
see: http://msdn.microsoft.com/en-us/library/e7e70ac3.aspx