Archive: Installing windows service || Path of installers directory


Installing windows service || Path of installers directory
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


$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.


thanks man. i founfd one plug-in at http://nsis.sourceforge.net/NsSCM_plug-in
It can install,uninstall,start,stop,querystatus windows service