Service Information (Beta)
Currently support for discovery of running windows services is in Beta.
Following information for windows services will be discovered which will be used while tranformation of application.
- List of file and folder paths of dependencies will be discovered for each windows service which will be used while showing file and folder structure in file explorer at the time of transform.
- All DLL dependencies of service will be captured and used while transform of application
Notes - We are capturing current working directory of running console based windows service if it is from "Program Files" or "Program Files (x86)" folder. If running windows service is from any other place then path of executable will be captured. - Files which are not captured or need to be part of container can be included from include files option provided for file explorer while transform. - Files which are not required as part of container can be excluded using exclude files option provided for file explorer while transform. - We do not support detecting registry entries required for service but if file with name "ch.reg" is placed under "C:\Cloudhedge" folder before discovery then this file path will be captured during discovery and will be used during transform of service.
- Windows Service Details
Once the discovery is completed and clicking on the windows service name from the Components tab, following details of the service will be displayed:
- Pid: Id of process associated with service
- Start Type: Start type of service i.e Automatic or Manual
- Display Name: Display name of service
- Description: Description of service
- Binary Path: Binary path of application associated with service
- Status: Status of service
- Platform: Platform required by service i.e 32 bit or 64 bit
- Subsystem: Windows subsystem of running application i.e CUI or GUI