如何添加的.NET Framework 3.5和其他先决条件的InstallShield项目 [英] How to add .NET Framework 3.5 and other prerequisites to InstallShield project

查看:244
本文介绍了如何添加的.NET Framework 3.5和其他先决条件的InstallShield项目的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我可以创建InstallShield中设置文件2009

I can create setup file in InstallShield 2009

我不知道如何在.NET Framework 3.5和其他先决条件添加到该项目的InstallShield

I don't know how to add the .NET Framework 3.5 and other prerequisites to the InstallShield project.

我CREAE的InstallScript项目instalshield2009一直没有结果
可再分发观点。

i creae installscript project in instalshield2009 it has not
"Redistributables view."

推荐答案

的InstallShield提供了先决条件功能。您可以在MSI项目中使用它。这将确保,如果他们不存在,目标计算机这些先决条件时,才会安装。

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.

如果您不希望这些组件,如.NET Framework 3.5的包括到您的安装程序,那么你可以使用再分发安装安装程序。
.NET 3.5再分发安装的安装大约3MB,当这个被列入到您的InstallShiled项目的先决条件则安装程序会检查是否.NET 3.5框架已经在目标机器上安装,如果没有它会提示用户并下载整个.NET框架3.5并安装。

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.

这篇关于如何添加的.NET Framework 3.5和其他先决条件的InstallShield项目的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆