问题标签 [installshield-2015]

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.

0 投票
0 回答
25 浏览

windows-installer - 如何在 InstallShield 安装程序中支持 Windows SBS 2011 操作系统?

我在 InstallShield 2015 中内置了一个 MSI 安装程序。我想为 OS Windows SBS 2011 支持我的 MSI 安装程序。但是 InstallShield 2015 中没有提供此操作系统条件。如何在 IS 2015 的 MSI 安装程序中添加对此操作系统的支持?

0 投票
2 回答
1579 浏览

installation - InstallShield 静默安装 CR Runtime 13.0.17

,我使用 Installshield 2015 创建了一个安装程序。我的安装程序具有报告查看器的先决条件,因此我想静默安装 CR_Runtime13.0.17.msi。对于这种情况,我们需要一个命令来静默启动 cr_runtime 设置,在网上多次搜索后我找到了这个命令。

当我在 Cmd 上使用此命令时,它运行良好,安装程序以进度条静默开始,但是当我在 installshield 上使用此命令时,它每次都会向我显示错误和帮助。

请帮我为 installshield 创建一个命令以静默安装 cr_runtime13.0.17。

最后我附上了 installshield 命令页面和我对这个问题的帮助。

非常感谢大家

InstallShield 映像

设置错误

0 投票
1 回答
200 浏览

xml - InstallShield XML 文件更改 - 安装时更改 iis 端口

我正在使用 InstallShield 2015 构建 Web 应用程序安装,我需要根据用户输入修改我的应用程序的 Web.config 文件。用户可以插入稍后将在 IIS 中使用的端口。如何根据用户的插入更改 web.config 文件?

在此处输入图像描述

这是插入端口的位置。

在此处输入图像描述

如何在 xml 文件“Web.config”中替换用户在安装过程中插入的任何 IP?

0 投票
0 回答
57 浏览

dll - Cannot register DLL after installing into GAC in installshield2015

I am new to Installshield2015 and i need to Install the DLL into GAC and Register from the same location. I have tried several options by creating a custom action and also by creating a supporting file(batch file) and running it from cmd. I am able to Install it in the GlobalAssemblyCache but i cannot register it.

Can anyone please help me some inputs on how to install and register the DLL after installing into the location. I have read several formus but could not see much info on this.

Tried:

  1. Creted a GlobalAssemblycache folder in IS2015 and tried install/register from the %windir%\Microsoft.NET\assembly\GAC_MSIL
  2. created a custom action and tried to execute "Installutil -i mydll.dll" 3.created a suuporting batch file and added as new component and tried to execute batch file from command prompt. i added a custom action to run the batch file.

These are the major action i have taken but also verified by changing the Installsequesnce of the Installer.

also looked into this How to register a dll into GAC with Installshield but no luck

Thank you for the help...!!

-Ra Ra

0 投票
1 回答
196 浏览

windows-installer - 小升级时未安装组件

我有一个产品安装程序,其中有几个功能并且每个功能都包含一些组件。在一个组件中,我有一个桌面快捷方式。所以我只是重命名了该快捷方式名称并构建了我的安装程序。因此,从那时起,次要升级不会替换属于该组件的文件。从日志中,我收到以下消息:

组件:PQR​​_x64;安装:本地;请求:空;行动:空

虽然只进行了次要升级,但我看到了以下几行:

特点:XYZ;已安装:广告

我不知道为什么这个组件和其他具有相同功能的组件在小升级时没有安装。有人可以帮我吗?

0 投票
0 回答
809 浏览

installshield - InstallShield 2015 错误 1606 仅在连接到网络时出现

我已经使用 InstallShield 2015 制作了一个安装程序,当我尝试运行安装程序时,它会进入显示计算空间需求的部分,暂停几秒钟,然后弹出一个错误框并显示以下消息:

“错误 1606。无法访问网络位置安装。” 带有重试和取消按钮。

单击取消按钮会导致显示相同的错误消息,但只有一个确定按钮。

如果我拔下网络电缆,我不再收到错误,它可以完美地安装程序。

这发生在同一网络上的多台 PC 上。我目前无法尝试其他网络。

我已经在整个谷歌上寻找这个错误,但所有的回应似乎都是针对人们在安装随机软件时遇到这个错误的,而不是人们在他们制作的安装程序中遇到这个错误。

无论如何,我已经尝试了大多数建议的解决方案,主要是注册表编辑,但都没有帮助。

编辑:我联系了 InstallShield 以获得他们的帮助。他们说这与互联网上的任何地方都是一样的。更改您的注册表项。

这不是为我修复它,我已经在不同的 PC 和网络上尝试了安装程序,并且同样的问题发生在那里。我已经尝试更改他们建议我更改的注册表项,并且我已经将我在谷歌上找到的所有内容都更改为推荐值。

根据要求,这是发生错误的日​​志文件部分(连接到网络时):

成功安装中的相同部分(未连接到网络时):

日志中提到的E盘是系统保留分区。

我对 InstallShield 缺乏支持感到难过,但他们坚持认为问题是由环境问题引起的,即使它发生在多台 PC 和多个网络上,并且他们唯一的“解决方案”并不能解决问题。

0 投票
1 回答
37 浏览

tfs - 使用 TFS 2013 构建 installshield 项目时出错

我正在尝试使用刚刚从 InstallShield 2013 升级到 2015 的 TFS 构建一个相当复杂的项目,我得到了除此之外的所有错误:

C:\Program Files (x86)\MSBuild\InstallShield\2015\InstallShield.targets (77): -7325: An unexpected error occurred validating the architecture for file C:\Users\sa_pgtfs\AppData\Local\Temp\ISCE9F4.tmp\AWSSDK.dll.

关于如何解决这个问题的任何想法?

0 投票
0 回答
66 浏览

c# - C# 应用程序的安装程序已安装但未运行

我使用最新的 InstallShield(Visual Studio 2015 限量版)创建了我的应用程序的安装程序。事实上,这是两个独立但会说话的应用程序。较小的只负责生成数据并通过 COM 端口发送数据,而较大的则负责侦听和处理该数据。

现在,当我为较小的安装程序创建 InstallShield 安装程序(使用较大应用程序中的类库)时,它的安装程序创建得很好并且运行顺利。但是当我为较大的应用程序创建安装程序时,它创建得很好,但是当我单击安装的快捷方式时,它根本不会启动/运行。

这个较大的应用程序有 3 个项目,两个是类库,第三个是应用程序 GUI 和我的应用程序的启动项目。在创建的安装程序中,两个类库的 .dll 文件都存在。项目仍然从 VS15 和相应的 .exe 运行,但不是从安装的快捷方式运行。

我哪里可能出错?

0 投票
1 回答
517 浏览

windows-installer - InstallShield 错误:“无法启动代理进程”

我正在尝试使用 InstallShield 2015 构建安装程序,并且在安装过程中它会在 GUI 中吐出这样的错误:

我在日志中看到的唯一有问题的行是:

有人可以帮我吗?

0 投票
0 回答
314 浏览

prerequisites - 卸载我的应用程序Installshield2015专业时卸载可再发行库

我正在安装 Microsoft Visual C++ 2015 Redistributable (x86) - 14.0.23026 作为我的应用程序的先决条件。当我卸载我的应用程序时,先决条件也应该被静默卸载。

请让我知道如何实现这一目标。我尝试了一些在互联网上搜索的方法,但它们没有奏效。我相信可能有一种非常简单直接的方法可以做到这一点,我是 installshield 的新手,所以无法抓住它。

任何意见都受到高度赞赏。