How to add .NET Framework 3.5 and other prerequisites to InstallShield project

跟風遠走 提交于 2019-12-04 08:31:17

InstallShield provides the prerequisites functionality. You can use this in your MSI project. This would ensure that these prerequisites are only installed if they are not already present in the target machine.

If you do not want to include these components like .NET Framework 3.5 into your installer then you can use the redistributable setup installer. .net 3.5 redistributable setup installer is about 3MB and when this is included into the prerequisites of your InstallShiled project then the installer will check if .net 3.5 framework is already installed on the target machine and if not it will prompt the user and download the entire .net 3.5 framework and install it.

you can check this out for if you have very specific Install Shield queries.

For .NET Framework 3.5 redistributables, you need to add the appropriate Microsoft .NET Framework prerequisite. That's done through the Redistributables view.

For InstallShield 2009, follow the instructions here.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!