简体   繁体   中英

How to include .net framework 3.5 in the installer that will be used offline

I am using Installshield 2018 and I need to include .net framework 3.5 in my installer. What I have done so far is this:

-In the Redistributables I have checked the "Microsoft .Net Framework 3.5 SP1"

-In the right click -> properties, I have selected the Build Location: "Extract from Setup.exe"

-In the right click -> Edit Prerequisite I have included an extra condition to install it on "Windows 10 (Any)

Whenever I run the installer, the following pop up appears prompting me to download the net35.

Installer popup prompting to download

My issue is that this installer will be used on machines that have no connection to the internet, therefore downloading the .net35 will be impossible.

Is it possible to include the needed files for the installer, so that .net can be installed offline?

You should also set

[ Release ] Pane >> [ Setup.exe ] Tab

Set [ InstallShield Prerequisites Location ] to " Extract From Setup.exe " or " Follow Invidual Selections "

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM