Table of Contents

UninstallService Method

Removes the service registration. Writes the outcome to the console and returns whether it worked.

Remarks

A service that is still running is marked for deletion and disappears once it stops; the console output says so when that is the case.

Syntax

Unit: Sparkle.Host.Install.Win

function UninstallService(const AOptions: THostServiceOptions): Boolean;

Parameters

<-> Parameter Type Description
const AOptions THostServiceOptions