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 it possible to make Installer download .NET Framework?
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
‎May 05, 2014
01:00 PM
Is it possible to make Installer download .NET Framework?
I have upgraded from Visual Studio 2010 to Visual Studio 2013. VS 2013 doesn't include the MS Setup types anymore.
Ok. Installshield is better in most ways.
However, the VS 2010 Setup allowed the option to make the Windows Installer detect and download the .NET Framework.
Is there any way to do this with Installshield Limited Edition?
If not, what other option are available? I do not want to include the .NET Framework with the installer because it adds a huge size increase to the installer download.
Thanks in advance.
Ok. Installshield is better in most ways.
However, the VS 2010 Setup allowed the option to make the Windows Installer detect and download the .NET Framework.
Is there any way to do this with Installshield Limited Edition?
If not, what other option are available? I do not want to include the .NET Framework with the installer because it adds a huge size increase to the installer download.
Thanks in advance.
(4) Replies
‎May 05, 2014
01:31 PM
jcoone wrote:
you could include the Web Download version of the redistributable, this should be significantly smaller than the full .Net Framework and will download the framework separately during installation.
This is a good idea. Thanks!
I guess I'll have to put it in a script though in order to keep the download from happening unless the .NET framework isn't there already.
‎May 07, 2014
12:50 PM
jcoone wrote:
The Redistributable includes should not fire if they are already installed, so you shouldn't need to put it in a script it should already be handled.
Right you are! It works great. Thank you!
BTW, it turns out that InstallShield LE does have a section called "Redistributables" that has checkboxes for most items that would be needed, including the .NET Framework.
I just didn't see that at first. Once checked the one I wanted, it prompted me to download it. It then downloaded it into it's own folders for the LE app and also downloaded some other associated files.
I don't know if it will be intelligent enough to check to see if it has the latest version of these files before building a Setup application.