How do I start/stop/create/remove/check a service?: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
(added nsSCM and linked user names)
m (category)
Line 7: Line 7:
* Execute the NET command (use Exec, ExecWait or nsExec).
* Execute the NET command (use Exec, ExecWait or nsExec).
* Execute your service EXE with special command line switches telling it what to do (use Exec, ExecWait or nsExec).
* Execute your service EXE with special command line switches telling it what to do (use Exec, ExecWait or nsExec).
[[Category:Scripting FAQ]]

Revision as of 17:24, 9 August 2005

There are currently 5 known methods to handle services using NSIS scripting: