Loading
How to include .NET Framework in setup
Using InstallShield 2012 Express (ver 18), I want to include the .NET Framework 4.0 Full redistributable, for it to siimply install from the source location (a LAN location in this case) to the target machine -- if it doesn't already have that installed. But I do not want it to be having to download it from the Internet.

 

So, within Step 2 "Specify Application Data", under "Redistributables", I have "Microsoft .NET Framework 4.0 Full" checked. And the location is "Installed Locally". I saw that IS did a download when I selected that.

 

Is this the correct way to specify this?

 

When I did a test-install, the installer seemed to be downloading the framework from the Internet (which is a large 50MB download) instead of just copying it over from the installer location. Why is this? What am I doing wrong?

 

Thank you for your help,

 

James Hurst

  • 0_H Yamanishi (Flexera Software)

    Please make sure that you select the Extract From Setup.exe or Copy From Source Media option for the InstallShield Prerequisites Location setting in the Setup.exe tab of the Releases view. If the Follow Individual Selections option is selected, make sure that the Download From the Web option is not selected for the Build Location setting on the InstallShield Prerequisite Properties dialog in the Redistributables view. To launch the InstallShield Prerequisite Properties dialog, right-click on the Microsoft .NET Framework 4.0 Full prerequisite and select the Properties menu option.
    Expand Post

Loading
How to include .NET Framework in setup