问题标签 [installshield-2009]
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.
asp.net - 如何使用 installshield 静默安装 sql server 2008 r2 express
我创建了一个 C# Windows 应用程序并将 SQL Server 2008 R2 用于数据库。所以我需要在我的客户端机器上安装 SQL Server 来运行我的应用程序。
为此,我使用 Installshield 创建了一个设置,并添加了 SQL Server 的先决条件。
但问题是:我需要静默安装,这样用户就不必配置它。我尝试了一个命令行代码,但它不起作用,它显示正在安装 SQL Server,但它并没有真正安装。
我尝试过的代码:-
installation - 如何从使用 install shield 2009 创建的 .exe 文件中提取源代码
如何从使用 install shield 2009 创建的 .exe 文件中提取源代码?
我正在使用 install shield 2009 。我有 .exe 文件,该文件是通过运行我们的代码从 install shield 获得的。但现在我丢失了代码,我只有 .exe 文件(输出)。有什么方法可以从我现在拥有的 .exe 文件中检索源代码。请帮我解决这个问题。
我已经尝试了大多数网络上可用的软件,但无法完成必要的操作
installshield-2009 - 在 installshield 2009 pro 的 IIS 默认网站下创建一个新网站
我正在使用 InstallShield2009 pro 创建我的网站安装程序。我想在 IIS 的 DefaultWebsite 下创建一个新网站。我在 Installshield 2009 中没有找到任何选项来执行此操作。
你有一些解决方案来完成这项任务吗?
windows-installer - 如何从合并模块中获取 ModuleID?
使用 Installshield 构建安装程序时遇到以下问题:
我知道我缺少一个合并模块Microsoft_VC100_CRT_x86.msm。我从其他地方找到了不同版本的Microsoft_VC100_CRT_x86.msm,但我无法确定缺少哪个模块。
根据https://msdn.microsoft.com/en-us/library/aa370051(v=vs.85).aspx,ModuleID 是唯一标识合并模块的标识符。例如,如果合并模块的可读名称是 MyLibrary,GUID 是 {880DE2F0-CDD8-11D1-A849-006097ABDE17},则 ModuleID 列中的条目将变为 MyLibrary.880DE2F0_CDD8_11D1_A849_006097ABDE17。
我的问题是通过什么工具/方法,我可以从合并模块中读取 ModuleID 以便我可以识别这些合并模块?
PS 我正在使用 Installshield 2009 来构建安装程序。没有显示任何信息来识别我拥有的合并模块。
visual-studio-2015 - Installshield 2009 和 Microsoft Visual C++ Redistributable Package
刚刚将我的应用程序升级到 .net 4.5 和 VS 2015,我还需要更新我的安装程序(在 Installshield 2009 中)。
我设法从最新的 Installshield 获得了 Microsoft Visual C++ Redistributable Package 的 prq 文件(得到了演示)。它似乎在 2009 年运行良好。但是:
- 它拒绝自动下载文件(从 Installshield 中)。
- 手动下载文件并将其放在正确的位置后,在Installshield中显示为“已下载”,它不会将其包含在安装程序中
- 当我去安装我的应用程序时,它会下载 C++ 可再发行组件(我猜我对此很好),然后安装它,但似乎永远不会完成。取消它没有帮助 - 它只是开始永远取消。重新启动后,将安装 C++ 可再发行组件。
所以,问题似乎是安装了可再发行组件,但整个安装程序并不知道它,所以它一直在等待。我能对此做些什么吗?如果可以的话,我宁愿继续使用 2009 版本(installshield 并不便宜)。
谢谢。
windows - After aborting the installer if i try to install again, installer is still pointing to old path
I am trying to install a installer developed using InstallShield 2008. While installing after selecting the destination path i am aborting the installation.
When i try to install again by default it is taking the destination path as previously given path which was provided before aborting the installation.
And also it is not allowing me to install in different path.
For Example:
*Step1 : Installation starts
Step2: Destination path as C:\Installer
Step3: Click next and abort installation
Step4: Start the installation again
Step5: Provide Different destination path as C:\Installer1*
Here installation is failed. Because destination is still pointing to Step2
My question is from where Installer is taking the old path.?
installshield - 如何修改使用Install-shield生成的安装程序的肤色和背景
我是安装 Shield 的新手。尝试修改新的安装程序背景和安装程序面板的颜色。如何为使用 Installshield 2010 生成的新安装程序自定义皮肤、背景颜色或添加背景图像。
我试图修改IS的皮肤预览.bmp图像但没有奏效