|
I have an application which was developed in VS 2005 and I created an installation for it within VS. The problem is when it is installed on older machines that have .NET Framework 2.0 [No SP2], that it only detects whether or not .NET Framework 2.0 is on the machine, and hence will not run because it needs the SP2.
I do not see the SP2 in the prequisites when creating the MSI. How do I get that to display as a selectable in VS 2005? And if I am able to get that as a choice, presumably that will solve the issue, because on these target machines I installed the SP2 and it worked fine.
So, since that seems to be the issue, I just need to figure out how to make it as a prequisite selection in VS. And if I am able to get that in there, will it replace or remove the older version of .NET 2.0 on these machines?
John Grove - TFD Group, Senior Software Engineer, EI Division, http://www.tfdg.com |