Quellcode durchsuchen

* Uninstall called sysinstall instead of sysuninstall

git-svn-id: trunk@8348 -
michael vor 18 Jahren
Ursprung
Commit
93e58304f4
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      packages/fcl-base/src/inc/daemonapp.pp

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