IconID
IconID
specifies the full path to the resource DLL that contains the icon to use with CustomPowerApplication5.
This setting is optional.
Values
ID |
Specifies the resource ID of the icon to use for CustomPowerApplication5.
ID is a string. |
This string type supports empty elements.
Valid Passes
Parent Hierarchy
Microsoft-Windows-stobject | CustomPowerApplication5 | IconID
Applies To
For the list of the supported Windows editions and architectures that this component supports, see Microsoft-Windows-stobject.
XML Example
The following XML output shows CustomPowerApplication5
Application.exe with parameter -param
. IconID
and ItemName
are included in Resource.dll.
<CustomPowerApplication5>
<Application>C:\Program Files\CustomPower\Application.exe</Application>
<IconID>@%ProgramFiles%\Microsoft Shared\Resource.dll,-200</IconID>
<ItemName>%ProgramFiles%\Microsoft Shared\Resource.dll,-100</ItemName>
<Parameters>-param</Parameters>
</CustomPowerApplication5>