ShellExecuteFile element

The name of the file or object on which shell execute will perform the action specified by the verb parameter.

Usage

<ShellExecuteFile>
  text
</ShellExecuteFile>

Attributes

There are no attributes.

Text value

Name of the file or object on which shell execute will perform the action specified by the verb parameter.

Child elements

There are no child elements.

Parent elements

Element
ShellExecute

Remarks

This tag must specifies the name of the file or object on which shell execute will perform the action specified by the verb parameter. As with CreateProcess() AXE will call the Win32 API ExpandEnvironmentStringsW() on this value until no more expansions occur.

Element information

Can be empty Yes

See also

AXE Assessment Manifest