I have a windows service, i need to install it and manage it using my electron app. What is the best way to do this?
Thanks.
update
Currently for installing a service i need to use
Installutil (path of my service)
And for starting net start myservice
Need to do this while installing my electron app.