* Uninstall called sysinstall instead of sysuninstall

git-svn-id: trunk@8348 -
This commit is contained in:
michael 2007-09-01 18:47:28 +00:00
parent 12575526da
commit 93e58304f4

View File

@ -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;