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
- :
- I think you want option 3.
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 14, 2013
02:25 PM
.NET 4.0 Prerequisite
We want to include .NET 4.0 Prerequisite (Full, not Client) with our installation. There are 3 options in your redistributables...
1) Microsoft .NET Framework 4.0 Full (Web Download)
2) Microsoft .NET Framework 4.0 Full Update KB2468871
3) Microsoft .NET Framework 4.0 Full
I assume #3 includes it with the setup, which we don't want, so I'd want #1, for each user to download. But I'm confused by #2.
Is #2 an updated version of #1, so I only need to check it? Or is it a patch for #1, in which case, am I supposed to check both?
Also, it's my understanding that the user needs Admin privileges to install the .NET Framework. For users that aren't, assuming the prerequisite fails, will the setup continue and finish installing it's files?
1) Microsoft .NET Framework 4.0 Full (Web Download)
2) Microsoft .NET Framework 4.0 Full Update KB2468871
3) Microsoft .NET Framework 4.0 Full
I assume #3 includes it with the setup, which we don't want, so I'd want #1, for each user to download. But I'm confused by #2.
Is #2 an updated version of #1, so I only need to check it? Or is it a patch for #1, in which case, am I supposed to check both?
Also, it's my understanding that the user needs Admin privileges to install the .NET Framework. For users that aren't, assuming the prerequisite fails, will the setup continue and finish installing it's files?
(4) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 16, 2013
12:32 PM
Hello? Is this forum not moderated by InstallShield employees who can help?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 26, 2013
01:27 AM
# 2 is the updated patch version of #1. You need to condition the prerequisite if you do not want setup to continue if .Net 4.0 is not installed.
JYoder wrote:
We want to include .NET 4.0 Prerequisite (Full, not Client) with our installation. There are 3 options in your redistributables...
1) Microsoft .NET Framework 4.0 Full (Web Download)
2) Microsoft .NET Framework 4.0 Full Update KB2468871
3) Microsoft .NET Framework 4.0 Full
I assume #3 includes it with the setup, which we don't want, so I'd want #1, for each user to download. But I'm confused by #2.
Is #2 an updated version of #1, so I only need to check it? Or is it a patch for #1, in which case, am I supposed to check both?
Also, it's my understanding that the user needs Admin privileges to install the .NET Framework. For users that aren't, assuming the prerequisite fails, will the setup continue and finish installing it's files?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 20, 2013
02:59 AM
If .NETFX4 is not installed you need to install it first, then the update.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 20, 2013
11:24 AM
We install option 3 so that users can install our product even if they do not have an internet connection.