ItemName is the display name of CustomPowerApplication4.

To use a different ItemName for each language, create a resource file, and refer to it using the format: "filename.dll,-referenceid". For information on creating localized text versions for this setting, see the topic Using the MUI with Applications.

Values

Name

Specifies the display name to use CustomPowerApplication4.

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

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

Name is a string.

This string type supports empty elements.

Valid Configuration Passes

generalize

specialize

Parent Hierarchy

Applies To

For a list of the supported Windows® editions and architectures that this component supports, see Microsoft-Windows-stobject.

XML Example

The following XML output shows CustomPowerApplication4 Application.exe with parameter -param. IconID and ItemName included in the Resource.dll file.

  Copy Code
<CustomPowerApplication4>
   <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>
</CustomPowerApplication4>

See Also