Find Services By Assembly Name Action

This action will iterate the Windows Services on a deployed system and find all instances of a specific service by matching the service exe with a designated assembly name.

  

 

 

Action Condition - An expression using expansion variables that is evaluated during engine execution that determines whether this action will be executed.

 

Action description – Descriptive text that can be used to identify this particular action in the Actions list.

 

Assembly Name to Search For - The assembly name to search for, comparing existing service assembly names.  Case insensitive.

 

Shared Property to read the Directory Results Into - A shared property that is added or updated based on the results of the search for the designated Windows Service.  The resulting value will be a collection that contains the full directory paths to services that match the search and can be iterated using an Iterate List Action

 

Shared Property to read Service Name Results Into - A shared property that is added or updated based on the results of the search for the designated Windows Service.  The resulting value will be a collection that contains the Service Names of the services that match the search and can be iterated using an Iterate List Action

 

Abort if no services found - If checked, the AppLife package execution will be aborted if no services are found. If unchecked, and no services are found, the results collections will exist and be empty.

 

See Also

AppLife Engine

.Net Actions