Listening to Windows service

delphi package - madRes, madTools, madStrings, ...
Post Reply
niranjan_mb
Posts: 1
Joined: Wed Mar 16, 2022 4:45 am

Listening to Windows service

Post by niranjan_mb »

Hi,

I am using madchok lib's to track various install activities. Now I need to track installing windows service while installing any msi or exe.

how can we do that is there a way or method to track these activities?
madshi
Site Admin
Posts: 10753
Joined: Sun Mar 21, 2004 5:25 pm

Re: Listening to Windows service

Post by madshi »

You will probably want to hook CreateServiceA/W.
Post Reply