# Service functions

> VB Scripting functions to create, delete, start, stop, and configure Windows services.

Source: https://docs.capaone.com/capainstaller/vb-scripting-library/service-functions/  
Product: CapaInstaller — a separate CapaSystems product; do not apply this page to any other.

The Service category contains functions to create and manipulate services.

## In this section

- [Service_Create](/capainstaller/vb-scripting-library/service-functions/service-create/)
- [Service_Delete](/capainstaller/vb-scripting-library/service-functions/service-delete/)
- [Service_Exist](/capainstaller/vb-scripting-library/service-functions/service-exist/)
- [Service_GetState](/capainstaller/vb-scripting-library/service-functions/service-getstate/)
- [Service_SetLogonInformations](/capainstaller/vb-scripting-library/service-functions/service-setlogoninformations/)
- [Service_SetStartMode](/capainstaller/vb-scripting-library/service-functions/service-setstartmode/)
- [Service_Start](/capainstaller/vb-scripting-library/service-functions/service-start/)
- [Service_Stop](/capainstaller/vb-scripting-library/service-functions/service-stop/)
- [Service_WaitForStart](/capainstaller/vb-scripting-library/service-functions/service-waitforstart/)
