dblock / msiext

AppSecInc. Community MSI Extensions
Eclipse Public License 1.0
85 stars 109 forks source link

Added Service_GetStatus call #6

Closed vladaver closed 10 years ago

vladaver commented 10 years ago

Added Service_GetStatus call for immediate custom action returning service status name in the SERVICE_STATUS property - one of: Running, Stopped, Starting, Stopping, Resuming, Pausing, Paused, or Absent when service does not exist. Target service name is provided in the SERVICE_NAME property.

dblock commented 10 years ago

Thanks. See my comments.

Also please update CHANGELOG.

vladaver commented 10 years ago

Ok, will add