ItemName
Applies To: Windows 7, Windows 8, Windows 8.1, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, Windows Server 2012 R2, Windows Vista
ItemName
specifies the display name of CustomPowerApplication1.
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 for CustomPowerApplication1.
Name is a string. |
This string type supports empty elements.
Valid Configuration Passes
generalize
specialize
Parent Hierarchy
Microsoft-Windows-stobject | CustomPowerApplication1 | ItemName
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 CustomPowerApplication1
Application.exe with parameter -param
. IconID
and ItemName
are included in the Resource.dll file.
<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>