ISWiSuiteFile Object (Advanced UI and Suite/Advanced UI)
InstallShield 2026 » Automation Interface » Advanced UI and Suite/Advanced UI
Project:
| • | Advanced UI |
| • | Suite/Advanced UI |
Edition:The Advanced UI project type is available in the Professional edition of 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 ISWiSuiteFile object represents a file in a package of an Advanced UI or Suite/Advanced UI project. You can change the file or its source path. The file’s other properties are read-only.
Members
|
Name |
Type |
Description |
|
FullPath |
Read-Only String Property |
Gets the full path of the file. |
|
LinkPath |
Read-Write String Property |
Gets or sets the source path to the file. Instead of hard-coding a path, you can use a path variable that is defined in the Path Variables view or part of the ISWiPathVariables collection. At build time, InstallShield replaces the path variable with the appropriate value. |
|
Modified |
Read-Only String Property |
Gets the last-modified date of the file. |
|
Name |
Read-Write String Property |
Gets or sets the name of the file in the package. |
|
Size |
Read-only Integer Property |
Gets the size of the file. |
|
Version |
Read-Only String Property |
Gets the version number of the file. |
Applies To
| • | ISWiSuiteFolder |