ISWiPatchWholeFile Object
InstallShield 2020 » Automation Interface
Project:This information applies to the following project types:
| • | Basic MSI |
| • | InstallScript MSI |
Indicates the file object that you want to include as whole file in your patch rather than have the build perform a bit-level difference of the files.
Important:To include all of your files as whole files, set the Include Whole Files property for the patch configuration to Yes.
Members
|
Name |
Type |
Description |
|
Component |
Read-Only Property |
Gets or Sets the component name that the whole file belongs to. |
|
FileKey |
Read-Only Property |
Gets the FileKey property of whole file. This value is set by passing argument to AddPatchWholeFile method |
Applies To
| • | ISWiProject |