AddDynamicFileLink Method (Advanced UI and Suite/Advanced UI)
InstallShield 2022 » Automation Interface » Advanced UI and Suite/Advanced UI
Project:This information applies to the following project types:
• | Advanced UI |
• | Suite/Advanced UI |
Edition:The Advanced UI project type is available in the InstallShield. The Suite/Advanced UI project type is available in the Premier edition of InstallShield. For information about the differences between these two project types, see Advanced UI Projects vs. Suite/Advanced UI Projects.
The AddDynamicFileLink method adds a dynamic link for the additional files that a package requires.
Syntax
AddDynamicFileLink (SourceFolder As String)
Parameters
Parameter |
Description |
SourceFolder |
Specify the path to the source folder of dynamically included files for the package. Instead of hard-coding a location, you can use a path variable that is defined in the Path Variables view. At build time, InstallShield replaces the path variable with the appropriate value. |
Applies To
• | ISWiSuiteFolder |
See Also
Static vs. Dynamic Files for Packages in an Advanced UI or Suite/Advanced UI Project
Creating a Dynamic Link in an Advanced UI or Suite/Advanced UI Project
Defining Filters for a Dynamically Linked Folder in an Advanced UI or Suite/Advanced UI Project