cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
skr
Level 6

.NET 3.5 SP1 problem

Hi

I do have an installation that requires .NET 3.5.

On my target machine I have .NET3.5 SP1 installed. When I try to install my application (it requires .NET 3.5) on this machine my istallation fails stating that it requires "Microsoft .NET Framework needs to be installed for this installation to continue"
Labels (1)
0 Kudos
(2) Replies
Shuttledude
Level 7

Did you ever resolve this problem? I am having the same issue!
0 Kudos
Shuttledude
Level 7

A user from another thread already figured this out -- there's nothing wrong with the prerequisite; just modify the launch condition for DOTNETVERSION35 so that it's >= and not = (it was searching for an EXACT version of the .Net framework, instead of a version that was equal to or greater than that version).
0 Kudos