The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

fusioninventory-win32-service - FusionInventory Agent service for Windows

SYNOPSIS

fusioninventory-win32-service [--register|--delete|--help] [options]

Options are only needed to register or delete the service. They are handy
while using Fusioninventory agent from sources.

Register options:
  -n --name=NAME                  unique system name for the service
  -d --displayname="Nice Name"    display name of the service
  -l --libdir=PATH                full path to agent perl libraries use it if
                                  not found by the script
  -p --program="path to program"  perl script to start as service

Delete options:
  -n --name=NAME                  unique system name of the service to delete

Samples to use from sources base:
  perl bin/fusioninventory-win32-service --help
  perl bin/fusioninventory-win32-service --register
  perl bin/fusioninventory-win32-service --delete
  perl bin/fusioninventory-win32-service --register -n fia-test -d "[TEST] FIA Service"
  perl bin/fusioninventory-win32-service --delete -n fia-test