Parameters specifies the arguments to add to CustomPowerApplication3.

This setting is optional.

Values

Parameters

Specifies the arguments to use when running the application specified by CustomPowerApplication3.

Parameters is a string.

This string type supports empty elements.

Valid Passes

generalize

specialize

Parent Hierarchy

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

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

See Also