Parameters
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
Parameters
specifies the arguments to add to CustomPowerApplication2.
This setting is optional.
Values
Parameters |
Specifies the arguments to use when running the application specified by CustomPowerApplication2. Parameters is a string. |
This string type supports empty elements.
Valid Passes
generalize
specialize
Parent Hierarchy
Microsoft-Windows-stobject | CustomPowerApplication2 | Parameters
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 CustomPowerApplication2
Application.exe with parameter -param
. IconID
and ItemName
are included in Resource.dll.
<CustomPowerApplication2>
<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>
</CustomPowerApplication2>