Hi,
I would like to start a service that has just been installed by a batch (executed in my setup with the Exec command).
Does anyone know how to do this?
Start a service that has already been installed
4 posts
Hi Fabiochelly..
You can use the service library header created by dselkirk :
!insertmacro SERVICE "start" "ServiceInternalName"
Facile, non ? 😉
evilO/Olive
You can use the service library header created by dselkirk :
!insertmacro SERVICE "start" "ServiceInternalName"
Facile, non ? 😉
evilO/Olive
If you have already installed the service by batch can you not use: NET START service-name?
Thank you !
Oui, très facile
Oui, très facile