Inno Setup Primer (eight)--selective installation files

Source: Internet
Author: User
Tags bit set

This is implemented primarily using the [Components] segment, and a demo code is as follows:

[Setup]

Global settings, this paragraph must be

Appname=test

Appvername=test

Defaultdirname= "E:\TEST"

appversion=1.0

Compression=lzma2/max

Showlanguagedialog=yes

[Components]

Name:main; Description: "Main program (required)"; Types:full Compact Custom; Flags:fixed

Name:data; Description: "Data File"; Types:full

Name:help;description: "Help file"; Types:full

[Files]

Source: "F:\desktop\test\ipmsg.exe"; DestDir: "{app}"; Components:main

Source: "F:\desktop\test\bin.dat"; DestDir: "{app}"; Components:data

Source: "F:\desktop\test\help.chm"; DestDir: "{app}"; Components:help

Source: "F:\desktop\test\readme.txt"; DestDir: "{app}"; Flags:isreadme

Run the resulting installation package with the following effect:

Through the flag bit set to fixed, will ensure that the main program must be installed, in addition, the Chinese language package translation has a point of error, hehe, "clear" written "clear."

Inno Setup Primer (eight)--selective installation files

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.