How do I start/stop/create/remove/check a service?: Difference between revisions
From NSIS Wiki
Jump to navigationJump to search
m (fixed Nopey link) |
(added nsSCM and linked user names) |
||
Line 1: | Line 1: | ||
There are currently 5 known methods to handle services using NSIS scripting: | There are currently 5 known methods to handle services using NSIS scripting: | ||
* Use Sunjammer's [[File:Services.zip|service control plug-in]]. | * Use [[User:Sunjammer|Sunjammer's]] [[File:Services.zip|service control plug-in]]. | ||
* Use dselkirk's [[NSIS Service Lib]]. | * Use [[User:dselkirk|dselkirk's]] [[NSIS Service Lib]]. | ||
* Use [[User:sl|sl's]] [[Service Control Manager plugin (install services and drivers on NT/2K/XP)|nsSCM]] | |||
* Use doberlec's all-in-one Swiss scripting knife - [[Nopey - system setting_tool|Nopey]]. | * Use doberlec's all-in-one Swiss scripting knife - [[Nopey - system setting_tool|Nopey]]. | ||
* 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). |
Revision as of 21:21, 4 August 2005
There are currently 5 known methods to handle services using NSIS scripting:
- Use Sunjammer's File:Services.zip.
- Use dselkirk's NSIS Service Lib.
- Use sl's nsSCM
- Use doberlec's all-in-one Swiss scripting knife - Nopey.
- 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).