mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 12:59:24 +02:00
* Uninstall called sysinstall instead of sysuninstall
git-svn-id: trunk@8348 -
This commit is contained in:
parent
12575526da
commit
93e58304f4
@ -669,7 +669,7 @@ end;
|
||||
Function TCustomDaemon.UnInstall : Boolean;
|
||||
begin
|
||||
Result:=True;
|
||||
Application.SysInstallDaemon(Self);
|
||||
Application.SysUnInstallDaemon(Self);
|
||||
end;
|
||||
|
||||
function TCustomDaemon.HandleCustomCode(ACode: DWord): Boolean;
|
||||
|
Loading…
Reference in New Issue
Block a user