ItemName

ItemName specifies the display name of CustomPowerApplication1.

Values

Name

Specifies the display name to use for CustomPowerApplication1.

ItemName is represented as @dllname,-resourceid, where dllname is the full path to the resource DLL, including environment variables. For example,

@%ProgramFiles%\Microsoft Shared\Resource.dll,-100

Name is a string.

This string type supports empty elements.

Valid Passes

generalize

specialize

Parent Hierarchy

Microsoft-Windows-stobject | CustomPowerApplication1 | ItemName

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 CustomPowerApplication1 Application.exe with parameter -param. IconID and ItemName are included in Resource.dll.

<CustomPowerApplication1>
   <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>
</CustomPowerApplication1>

See Also

Concepts

CustomPowerApplication1