How can i install a windows service using NSIS script?
Also how can i get the path from where my instaler is residing is there any keyword that i can use for this
Thanks
Installing windows service || Path of installers directory
3 posts
$EXEDIR = installer directory
the windows service depends on the software you want to install (as it must comply with windows service rules), just "Exec" using the right command to install it as a service.
the windows service depends on the software you want to install (as it must comply with windows service rules), just "Exec" using the right command to install it as a service.
thanks man. i founfd one plug-in at http://nsis.sourceforge.net/NsSCM_plug-in
It can install,uninstall,start,stop,querystatus windows service
It can install,uninstall,start,stop,querystatus windows service