Innosetup script to manage services

By ldsandon, 25 February, 2011

An InnoSetup 5.x library to control services. It gives access to the Service Control Manager functions to query/start/stop/install/uninstall services, and implements some higher level functions (simpleXXXX) to perform standard tasks easily.

ANSI version

Unicode version

zip file with both versions

NB: ANSI version won't work with the Unicode version of Inno Setup. I didn't test all functions of the Unicode version. Use at your own risk