Create MSI Using InstallShield

Source: Internet
Author: User

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 wocould 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.

 

Create MSI Using InstallShield

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.