码迷,mamicode.com
首页 > 其他好文 > 详细

InstallShield 制作MSI

时间:2014-10-30 09:25:55      阅读:343      评论:0      收藏:0      [点我收藏+]

标签:blog   http   io   os   ar   for   sp   strong   on   

1.  click [project Assistant]
bubuko.com,布布扣

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

bubuko.com,布布扣

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.

 

InstallShield 制作MSI

标签:blog   http   io   os   ar   for   sp   strong   on   

原文地址:http://www.cnblogs.com/xiaokang088/p/4061671.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!