Executable signatures
Executable signatures identify executable files to determine whether an AccessProfile is loaded for it. Available attributes are exe_name, company_name, file_version, and others.
| Attribute Name | Description |
|---|---|
| exe_name | The name of the executable |
| internal_name | The internal name |
| language | The language supported* |
| original_file_name | The original file name |
| product_name | The product name |
| product_version | The product version |
| file_version | The file version |
| wnd_title | The windows title of the top-level window of application (16-bits / Java™ / Others) |
| class_name | The class name of the top-level window of application (16-bits / Java / Others) |
| task_name | The task name of the application (16-bits / Java / Others) |
The .EXE attribute names reflect the version information as seen on explorer for any .EXE.
Examples:
/child::exe[@exe_name="companypager.exe"]Matches exes with name companypager.exe.
/child::task[@exe_name="wowexec.exe" and @task_name="rumba.exe"]
Matches 16-bit application exes with name rumba.exe.