Services
Hi,
I am using NSIS to install a 3rd party piece of software. This software sets up a service. Unfortunately the default for this setup is to set the startup type to manual. I was wondering if there is anyway in NSIS to be able to change this setting and set it to automatic?
I have had a look at some of the tutorials and found the
!insertmacro SERVICE "action" "name" "param"
command but none of the actions seem relevant to what I am trying to achieve.
Thanks,
William