Skip to content
This repository was archived by the owner on Jun 22, 2026. It is now read-only.

DTGillespie/Win32SvcWrapper

Repository files navigation

Summary

Win32SvcWrapper registers a specified binary executable as defined in the config.ini with the Windows Service Control Manager.

Configuration Example

[Service]
Name="ExampleService"
Path="C:\Path\To\Service\Executable\ExampleService.exe"

Note: The config.ini must be located inside the working directory of the binary executable.

Use

sc create "ExampleService" binPath="C:\Path\To\Service\Wrapper\Win32SvcWrapper.exe"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages