NAME

fusioninventory-win32-service - FusionInventory Agent service for Windows

SYNOPSIS

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

Options are only useful when registring or deleting the service. This
is 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
  --libdir=PATH                   full path to agent perl libraries
                                  use it if not found by the script

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

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