Application
Application
specifies the full path to the application specified by CustomPowerApplication4.
Path |
Specifies the full path and the executable file name for CustomPowerApplication4. For example,
Path is a string. |
This string type supports empty elements.
Microsoft-Windows-stobject | CustomPowerApplication4 | Application
For the list of the supported Windows editions and architectures that this component supports, see Microsoft-Windows-stobject.
The following XML output shows CustomPowerApplication4
Application.exe with parameter -param
. IconID
and ItemName
are included in Resource.dll.
<CustomPowerApplication4>
<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>
</CustomPowerApplication4>