Browse Source

* Uninstall called sysinstall instead of sysuninstall

git-svn-id: trunk@8348 -
michael 18 years ago
parent
commit
93e58304f4
1 changed files with 1 additions and 1 deletions
  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;