ISWiShellProperties Collection
InstallShield 2024 » Automation Interface
Project:
• | Basic MSI |
• | DIM |
• | InstallScript MSI |
• | Merge Module |
ISWiShellProperties is a collection of all of the Shell properties for a specified ISWiShortcut object.
Members
Name |
Type |
Description |
Count |
Read-Only Property |
Use this property to return the total number of elements in the ISWiShellProperties collection. |
Item |
Read-Only Property |
Provide the index number or name of the Shell property in order to retrieve the ISWiShellProperty object. |
Example
The following sample VBScript snippet retrieves the ISWiShellProperty object for the primary key MyShellProperty from the ISWiShellProperties collection:
Dim pShellProperty As ISWiShellProperty
Set pShellProperty = pShortcut.ISWiShellProperties("MyShellProperty")
Applies To
• | ISWiShortcut |