cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
cblake
Level 2

How to bundle common redistributables in the setup file.

Hi,

I have InstallShield 2013 Express Edition. My build requires ".NET Framework 4.0 Full" and so it is set as a redistributable and is saved in separate folder "ISPrerequisites" along with the setup program.

My question is how do I bundle the ".NET Framework 4.0 Full" redistributable within the setup program?

Thanks,

Charles
Labels (1)
0 Kudos
(1) Reply
DebbieL
Level 17

To compress the prerequisite in the Setup.exe file, you'll want to select the Extract from Setup.exe option for the prerequiste. You can select the location for the specific prerequisite, or for all of the prerequisites in your installation. To learn more, see:
Specifying the Run-Time Location for InstallShield Prerequisites at the Release Level
Specifying a Run-Time Location for a Specific InstallShield Prerequisite
0 Kudos