Start a service that has already been installed
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?
Archive: Start a service that has already been installed
Start a service that has already been installed
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?
Hi Fabiochelly..
You can use the service library header created by dselkirk :
http://nsis.sourceforge.net/archive/...php?pageid=345
!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