问题标签 [installshield-2010]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
installshield - 使用 InstallShield 2010 添加先决条件
我是 Installshield 2010 的新手。我已经为我的应用程序创建了一个基本的 MSI 设置。我需要检查我的应用程序的一些先决条件,如下所示。
- 带有 SP1 的 Microsoft 框架 3.5。
- Sql Express 2005。
- Visual C++ 可再发行
如果之前没有安装上述任何东西,我必须在安装我的应用程序时安装。
谁能指导我在安装应用程序之前如何安装所有这些先决条件?
installshield-2010 - 添加先决条件 Visual C++ 运行时可再发行组件
我在为 Windows 7 安装 Visual C++ 运行时库时遇到问题。我使用 installshield 2010 准备设置,它们是将 Visual C++ 2010 设置为先决条件的选项,但对于 VC++ 2008 没有选项。
我如何创建(或任何已经创建的).prq 文件,以便我可以构建我的应用程序。
请尽快帮助我。
installshield-2010 - 安装 ADO.Net 热修复 installshield 2010
如何安装 ADO.net 修补程序以及在 installshield 2010 中开发的安装程序
请尽快指导我
installshield-2010 - 通过 installscript 修改 app.config
如何在 installshield 2010 中通过 installscript 修改 app.config 文件。我想根据用户选择的服务器修改 app.config 文件中的 sql 连接字符串。应感谢早期帮助。
installshield-2010 - 为 Installshield 先决条件添加许可协议
谁能告诉我如何在 installshield 2010 中安装先决条件之前添加许可协议。
c# - 需要有关 InstallShield 的帮助
我正在使用 Install Shield 2010 限量版来创建我的应用程序的安装程序。我以前从未使用过它。但现在我需要创建一个安装程序并使用 Windows 7 客户端软件徽标工具包进行验证。我已经使用该工具包测试了一个 .msi 文件并发现了一些警告。其中1个是
现在我不知道如何使用 Install Shield 编写注册表值。我也有一个 代码签名证书 ,但我不知道如何使用它。
任何有关执行这些操作的帮助将不胜感激。
提前致谢
约翰尼
tree - 安装 Shield - 如何禁用功能树中的特定功能?
我是安装 shield 的新手,我有一个安装脚本 msi 项目并具有一些功能,我希望 feature3 在 sdfeaturestree 对话框中显示为灰色。
请帮助我解决这个问题,我很困惑。请告诉我禁用指定功能复选框的功能?
installshield - Installshield 2010, Selecting to NOT install a feature, and it still attempts to install it
While using installshield 2010, I give the user the ability to install or not install two of three features during the installation process.
If the user chooses the "complete" install, everything installs fine. If the user chooses to NOT install a feature, the installer still thinks that they are trying to install it, and does not find it, and throws an error.
Does anyone have an idea of why this could be occurring?
Thanks, btg
installshield - InstallShield:卸载程序未删除所有文件夹
我正在使用 Installshield 2010。我进行了基本的 MSI 设置,但在卸载时遇到了问题。
卸载不会删除所有文件夹。
完全安装后,我卸载后发现还有一条路径。
例如,C:\ProgramFiles\CompanyName\Account\User_1234.xml
仍然存在,而其他一切都消失了。
该User_1234.xml
文件由应用程序生成,并且该文件通常不在安装过程中。所以这是有道理的,为什么这个文件在摆脱它时可能会遇到一些问题(安装程序端)。
同时,我认为它会被删除,因为它在CompanyName
文件夹中。
有什么方法可以指定删除文件夹内的所有内容,包括CompanyName
文件夹?
感谢您的任何想法。
installshield - 安装 Shield,如何检查退出代码但不显示错误?
我有一个在我的 Install Shield 项目开始时运行的自定义操作。我检查此自定义操作的退出代码,因为它是一个具有下一步和取消按钮的表单,如果用户取消安装不应该继续,如果他们选择下一步它应该(因此我检查退出代码)。但是,我不希望用户在选择取消时看到 install-Shield 错误消息。有什么我可以做的吗?我已经安装了shield 2010