博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
InstallShield 制作MSI
阅读量:6720 次
发布时间:2019-06-25

本文共 1501 字,大约阅读时间需要 5 分钟。

1.  click [project Assistant]

2. select [Build Installation], open this tab asfollow:

3.whenbuild ok, click [Open release folder],copy msi  file to target path。

Refer :

your project contains setup prerequistes, these will only work if you choose to have your release

contain setup.exe.Please change your release settings to build setup or remove the setup prerequistes from your project.

http://stackoverflow.com/questions/246641/pre-requisite-and-launch-condition

If you are using InstallShield prerequisites in your installation, they will be installed by the setup.exe, not the MSI. Launch conditions are handled by the MSI, which will not be run until after the prerequisites are installed. Basically, this means that you can't show launch conditions until after prerequisites have been installed.

That being said, you may be able to configure the conditions on the prerequisites in such a way that the prerequisites would not be installed if you know in advance if a launch condition cannot be satisfied. The net effect of this is that the launch conditions are shown without installing prerequisites, but this isn't a really simple way to achieve this.

In InstallShield 2009, you can configure "feature prerequisites" that will not be installed until after features have been selected. In this case, prerequisites associated with selected features will be installed at the end of the Install UI sequence, or, if the installation is being run without a UI, just before the Install Execute sequence.

 

转载地址:http://kdcmo.baihongyu.com/

你可能感兴趣的文章
agal常用命令
查看>>
html转义
查看>>
自定义UITextView实现placeholder效果
查看>>
格式化
查看>>
如何让字体大小<12px
查看>>
【机器学习】--主成分分析PCA降维从初识到应用
查看>>
对于数组的操作:splice与slice
查看>>
第二次Scrum meeting
查看>>
云安全
查看>>
addEventListener调用带参数函数
查看>>
postgresql----INSERT
查看>>
MVC中渲染页面
查看>>
Java OA的优势何在
查看>>
SSH配置启动后Could not instantiate bean class [org.hibernate.cfg.AnnotationConfiguration
查看>>
delphi中AnsiString、WideString区别
查看>>
objective-c系列-NSMutableString
查看>>
保存在云端的数据可以真正销毁掉吗?
查看>>
code jam训练
查看>>
ScrollGridView 标题不变化 内容变化
查看>>
百炼骑车与走路
查看>>