installshield

How to read XML node's value in InstallScript

牧云@^-^@ 提交于 2021-01-29 08:10:24
问题 I have following XML file. <Configuration> <Config1 connection="SQL">SampleData<Config1> </Configuration> I want to read the value "SampleData" of node Config1 in InstallScript function. I tried properties text, value, nodevalue. But none of it worked. I can read attribute connection's value. But how I can read node's value "SampleData"? 回答1: Help Documentation : Maybe try this help file documentation: Searching for XML Data Modifying XML Files Using XPath Expressions to Find XML Data in an

Find merge modules for vcredist_x86.exe

蹲街弑〆低调 提交于 2021-01-28 08:02:05
问题 The latest visual studio c++ redistributable is located here. But the problem is that I want to include it to install shield installation and it needs merge module rather then exe file. How can I find corresponding merge module (msm file)? Is there a way to download it to installshield somehow? 回答1: In Summary : Use Installshield to install the executables for the VC++ runtime via "suite projects" (chain of setups to install with launcher), or locate the merge modules on disk on systems with

InstallShield 2018 打包安装

﹥>﹥吖頭↗ 提交于 2021-01-08 22:58:16
关于InstallShield 2018打包安装程序的使用 1、 下载InstallShield2018 建议使用新的版本,毕竟新的版本功能功能全、问题少、用户体验佳。 下载地址: http://www.zdfans.com/html/16546.html (链接失效可以评论告诉我) 安装完成界面: 2、 新建安装工程 New Porject 在file-New新建工程,项目类型选择Base MSI Project 3、 填写应用程序信息(Application Information) 填写公司名称、应用程序名称、版本号、公司网站、选择安装包和卸载程序的图标 4、 添加应用程序的依赖库(Installtion Requirement) 安装依赖库前需要先下载依赖库到本地。选择上面的 Installation Designer -进入Application Data-Redistributables 选择右键选择下载就可以。 5、 添加应用程序(Application Files) 选择完文件之后,请选中全部的文件右键赋予更新覆盖权限(Allways Overwrite)。这个功能是升级的时候覆盖使用。不需要升级覆盖的可以去掉勾选。 6、 添加快捷方式(Application Shortcuts) 设置完成后跳转到Other Places中的快捷方式(Shortcuts)

How to pre-set MSI SecureCustomProperties that are not defined in Properties to allow silent installation?

白昼怎懂夜的黑 提交于 2020-12-12 07:05:22
问题 An particular vendor's MSI is usually installed via an EXE wrapper, but I'm trying to deploy using silent installation via GPO. I am struggling to pre-set the SecureCustomProperties. The vendor documents UPPERCASE command-line options that can be passed to the EXE wrapper, which I assume passes them on to the MSI. Using Orca, I can see that the MSI's Property table contains SecureCustomProperties. This key's value is a semicolon-delimited, UPPERCASE list of all the documented parameters.

How to pre-set MSI SecureCustomProperties that are not defined in Properties to allow silent installation?

て烟熏妆下的殇ゞ 提交于 2020-12-12 07:03:58
问题 An particular vendor's MSI is usually installed via an EXE wrapper, but I'm trying to deploy using silent installation via GPO. I am struggling to pre-set the SecureCustomProperties. The vendor documents UPPERCASE command-line options that can be passed to the EXE wrapper, which I assume passes them on to the MSI. Using Orca, I can see that the MSI's Property table contains SecureCustomProperties. This key's value is a semicolon-delimited, UPPERCASE list of all the documented parameters.

打包:InstallShield

别说谁变了你拦得住时间么 提交于 2020-11-04 01:32:08
打包:InstallShield,由windows提供, 安装包开发的制作工具 。 1.新建工程:File---->New---->Windows Installer----> Installscript MSI Project 2.配置工程:把界面切到 Project Assistant,跟着底部的进度条一步一步完成。 (1) Application Information:公司名称,软件名称,版本号,公司网址(必填),更新是否自动通知用户,图标 (2)Installation Requirement:操作系统和所需的软件等 (3) Installation Architecture: 用户可以自由选择安装某些功能。(可参考下面第三个网址) 如果为Yes,在此处设置好以后, 把界面切到 Installation Designer ----> Organization ----> Features 重新修改一遍名称。 (4) Application Files : 安装路径,默认路径为C:\Program Files (x86)\公司名称\项目名称,现改为C:\Program Files (x86)\项目名称 (5) Application Shortcuts :快捷方式 左侧: More Options下Create an uninstallation shortcut

InstallShield 2012 Spring优惠升级到最新版本(2015.4.30之前)

耗尽温柔 提交于 2020-10-01 07:36:19
InstallShield 2012 Spring即将EOF,所以仍在使用InstallShield 2012 Spring的用户请注意下面内容: InstallShield 2012 Spring升级到最新版本InstallShield 2014将可以享受优惠升级,截止时间2015年4月30号。 具体可咨询 InstallShield中国区总代世全软件 来源: oschina 链接: https://my.oschina.net/u/4299119/blog/4560716

installshield - how to let user add files to program files folder in the install

a 夏天 提交于 2020-07-10 17:46:30
问题 I am trying to create an installer that will get the project to install from my server. The project will be chosen dynamically by the user (the user has access to the server), so I can't copy the files to the installer when I create it. I want that the files will add to to ProgramFilesFolder in the installer. How can I do this? 回答1: Not entirely sure what you want to do. Do you want to automatically add files to a project that they select and then build and MSI? Installshield can be run via

installshield - how to let user add files to program files folder in the install

☆樱花仙子☆ 提交于 2020-07-10 17:46:25
问题 I am trying to create an installer that will get the project to install from my server. The project will be chosen dynamically by the user (the user has access to the server), so I can't copy the files to the installer when I create it. I want that the files will add to to ProgramFilesFolder in the installer. How can I do this? 回答1: Not entirely sure what you want to do. Do you want to automatically add files to a project that they select and then build and MSI? Installshield can be run via

How can I dynamically customize the product version in the MSI file properties with Installshield

主宰稳场 提交于 2020-06-27 16:42:28
问题 I'm using Installshield 2019 to generate a basic MSI file. I want to customize the file properties that are displayed in the windows explorer file properties (in the details tab => title, subject, comments) Sadly (and strangely), the Product Version does not appear in my generated MSI file's props, and I would like to have at least one file property with the product version. Constraint: It is automated => I'm using the command line with IsBuildCmd.exe to pass the product version. In the