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
- :
- Problems with .Net Framework 3.5 and with sp1
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
‎Aug 21, 2008
10:34 PM
Problems with .Net Framework 3.5 and with sp1
I'm running into a problem here. In my setup program, I have a setup prerequisite for .Net Framework 3.5, which works fine on both systems with and without .Net Framework 3.5 installed.
However, when I try to run the setup program onto a PC with .Net Framework 3.5 SP1 installed. I'm getting an error message complaining .Net Framework 3.5 needs to be installed!
As you know I'm still a newbie at installshield, can someone please tell me what should I do? I could just create a new prerequisite which points to .Net Framework 3.5 SP1, but I'm sure there is an easier way to do this. Thanks.
However, when I try to run the setup program onto a PC with .Net Framework 3.5 SP1 installed. I'm getting an error message complaining .Net Framework 3.5 needs to be installed!
As you know I'm still a newbie at installshield, can someone please tell me what should I do? I could just create a new prerequisite which points to .Net Framework 3.5 SP1, but I'm sure there is an easier way to do this. Thanks.
(3) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 21, 2008
11:47 PM
Problem fixed.
In case someone got into the same path as mine, all you need to do is to change one of the install conditions from:
DOTNETVERSION35="3.5.21022.08"
to:
DOTNETVERSION35>="3.5.21022.08"
In case someone got into the same path as mine, all you need to do is to change one of the install conditions from:
DOTNETVERSION35="3.5.21022.08"
to:
DOTNETVERSION35>="3.5.21022.08"
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 29, 2008
06:42 PM
I ran into a similar problem, but in my case we require that NET 3.5 SP1 be installed. Where did you find the launch condition in the InstallShield IDE? The only place I could find it is in the Installation Designer tab, Additonal Tools, Direct Editor, click on the LaunchConditon table. However, I'd prefer not to directly edit the MSI tables if I can avoid it.
--Greg
--Greg
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 05, 2008
11:36 AM
FWIW, I found where you can edit the Install Conditions: go to Installation Designer tab -> Installation Information -> General Inforamtion -> Product Properties, then click on the ellipsis button for the "Install Condition" product property.