2
0
Эх сурвалжийг харах

* Uninstall called sysinstall instead of sysuninstall

git-svn-id: trunk@8348 -
michael 18 жил өмнө
parent
commit
93e58304f4

+ 1 - 1
packages/fcl-base/src/inc/daemonapp.pp

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