[Version]
Signature = "$ Chicago $"
[Defaultinstall]; Application name must be named [defaultinstall]
Copyfiles = filelist1; file lists or file, which can be used with the "@" Character
To copy a single file without specifying the node name. Use this symbol to copy a text
; The target directory of the file is defaultdestdir, which is defined in; destinationdirs section. Use this method to copy a single file
; File is a little limited, because in this case, the source file name and target file
The file name must be the same and temporary files cannot be used.
[Filelist1]; file list section 1, the reference in the install Section
Wh.exe,winhelp.exe
Wf.exe,winfile.exe
; Destination-file-name [, source-file-name] [, temporary-file-name] [, Flag]
; Temporary-file-name
Temporary File name for the file copy operation. The installer uses a temporary file name to copy the source file. Next operation is performed.
When the system starts, it renames the temporary file name to the target file name. Copy the file to an opened or Windows
; This function is very useful when you are using the target file.
; Flag
Optional parameters used for special operations during installation. You can create a combined flag by adding a flag value.
; Use multiple flag. You can use the following valid flag:
; 1 on copyfiles: the user sends a warning when attempting to skip the file.
; 1 on delfiles: if the file is in use, delete the queue delay in wininit. ini; otherwise, the file in use cannot be deleted.
2. Key Installer: users are not allowed to skip files.
4. Ignore version check and always copy files. This will overwrite newer files.
; 8. Force rename. The installer processes the file as a file in use. This happens only when files are saved on your computer.
; 16 if the file already exists on the target computer, it will not be copied.
; 32. The suppress version conflict dialog box does not overwrite newer files.
[Distinationdirs]
Filelist1 = 00, winfile_inf_test
Defaultdestdir = 24, bin_inf_test
; File-list-Section = ldid [, subdir] Or defaultdestdir = ldid [, subdir]
; Ldid
; The Logical Disk identifier (ldid) can be one of the following values:
; 00 null ldid-used to create a new ldid
; 01 source drive:/pathname
; 10 machine folder (maps to Windows Folder during server-based installation)
11. System Folder
; 12 iosubsys folder
; 13 command folder
; 17 inffolder
18. Help folder
; 20 Fonts
; 21 viewers
; 22 vmm32
; 23 color folder
; 24 contains the driver root directory of the Windows folder
; 25 Windows Folder
26. Windows Convention boot device (winboot)
; 28 host winboot
; 30. root folder of the boot disk
; 31. root folder of the master drive of the virtual boot disk
If defaultdestdir is not used in the destinationdirs section, set the default folder
; Ldid_win.
[Sourcedisksnames]
1 = "installation disk 1", inst_1, 0
; Disk-ordinal (> = 1) = "disk-description", disk-label (the disk label used for formatting the original disk), disk-serial-number (0 if no disk exists)
[Sourcedisksfiles]
Winfile.exe = 1; file name = disk-number [, subdir] [, file-size]
Winhelp.exe = 1
[Strings]
Version = "test inf"; strings-Key = Value