diff --git a/bin/win32/installScheduler.php b/bin/win32/installScheduler.php index c5a28f8..b1393f3 100644 --- a/bin/win32/installScheduler.php +++ b/bin/win32/installScheduler.php @@ -1,11 +1,19 @@ 'ktscheduler', - 'display' => 'KnowledgeTree Scheduler Service', - 'params' => $dir - )); +win32_create_service(array( + 'service' => 'ktscheduler', + 'display' => 'ktdmsScheduler', + 'params' => $scriptPath, + 'path' => $phpPath + )); -?> \ No newline at end of file +?> diff --git a/bin/win32/schedulerService.php b/bin/win32/schedulerService.php index af4aa48..1d75762 100644 --- a/bin/win32/schedulerService.php +++ b/bin/win32/schedulerService.php @@ -1,22 +1,39 @@ \ No newline at end of file +?>