File Linking Tab
InstallShield 2022 » Component Properties Dialog Box
Project:This information applies to the following project types:
• | Basic MSI |
• | DIM |
• | InstallScript MSI |
• | Merge Module |
The File Linking tab on the Component Properties dialog box shows all of the settings for your dynamic link.
Setting |
Description |
||||||
Source |
This column shows where the source files are stored. A path variable is typically used. |
||||||
Include Subfolders |
This column indicates whether InstallShield should dynamically link the files in each subfolder. For information on how InstallShield creates components for the dynamically linked files in subfolders, see Determining the Appropriate Component Creation Method for Dynamically Linked Files. |
||||||
Self-Register |
This column indicates whether you want InstallShield to self-register every file in the dynamic link. If the file are part of a 64-bit component and the Self-Register column indicates Yes for a dynamic link, the installation performs 64-bit self-registration on the target system. For more information, see Targeting 64-Bit Operating Systems. |
||||||
Create Components |
This column indicates how you want InstallShield to create the components when it adds the dynamic files to your release at build time. The valid options are:
To learn about these two methods, see Determining the Appropriate Component Creation Method for Dynamically Linked Files. |
||||||
Details |
This column indicates the filter criteria for including files in and excluding files from the dynamic link. |
Tip:Note the following guidelines for working with the File Linking tab:
• | To add a new dynamic link, click the New Link button. InstallShield displays the Dynamic File Link Settings dialog box. |
• | To modify the settings for an existing link, select the link and then click the Modify button. InstallShield displays the Dynamic File Link Settings dialog box. |
• | To remove a link and its associated dynamically linked files, select the link and then click the Delete button. |
See Also