This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- .NET 3.5 SP1 problem
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 27, 2008
03:58 AM
.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"
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"
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 04, 2009
10:01 AM
Did you ever resolve this problem? I am having the same issue!
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 04, 2009
11:14 AM
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).
