Skip to content
⌘ NSIS Forum Archive

Installing windows service || Path of installers directory

3 posts

darshanaltekar#

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
alx5962#
$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.
darshanaltekar#
thanks man. i founfd one plug-in at http://nsis.sourceforge.net/NsSCM_plug-in
It can install,uninstall,start,stop,querystatus windows service