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
- :
- Is there a .Net Framework v4.0 redistributable for InstallShield 2008?
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
‎Jan 20, 2011
03:53 PM
Is there a .Net Framework v4.0 redistributable for InstallShield 2008?
When I get the list of the latest redistributables with the InstallShield Redistributable Downloader wizard .Net Framework v4.0 is not in the list. Is there anyway to get it or would we have to upgrade InstallShield?
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 21, 2011
04:21 AM
I am not sure if InstallShield 2008 already had a prerequisite editor, but if it does you can make your own .NET Framework 4.0 prerequisite.
It can be found under Tools Menu ->Prerequisite Editor. You can make prerequisites out of msi's and Setup.exe's. All you need is to download the .NET 4.0 installer to your computer and include it in your prerequisite. Maybe add some install conditions for robustness.
Check InstallShield's help on how this works.
Hope this helps
It can be found under Tools Menu ->Prerequisite Editor. You can make prerequisites out of msi's and Setup.exe's. All you need is to download the .NET 4.0 installer to your computer and include it in your prerequisite. Maybe add some install conditions for robustness.
Check InstallShield's help on how this works.
Hope this helps
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 21, 2011
08:52 AM
I believe that the .NET Framework 4 prerequisites require a special registry condition (A registry entry has a specified version value) that was added to the Prerequisite Editor in InstallShield 2009 SP2. This support is not available in InstallShield 2008, so you'd need to upgrade to a newer version.