Application (microsoft-windows-stobject-custompowerapplication3-application)

Application specifies the full path to the application specified by CustomPowerApplication3.

Values

Path

Specifies the full path and the executable file name for CustomPowerApplication3. For example,

%ProgramFiles%\CustomPower\Application.exe

Path is a string.

This string type supports empty elements.

Valid Configuration Passes

generalize

specialize

Parent Hierarchy

Microsoft-Windows-stobject | CustomPowerApplication3 | Application

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

<CustomPowerApplication3>
   <Application>%ProgramFiles%\CustomPower\Application.exe</Application>
   <IconID>@%ProgramFiles%\Microsoft Shared\Resource.dll,-200</IconID>
   <ItemName>%ProgramFiles%\Microsoft Shared\Resource.dll,-100</ItemName>
   <Parameters>-param</Parameters>
</CustomPowerApplication3>

CustomPowerApplication3