Multiple BardecodeFiler Services on the same system
We’re pleased to announce the release of version 2.3.3.1 of BardecodeFiler. We’ve received a lot of requests for the service version to support more than one input and out source and indeed that is exactly what this version does. With version 2.3.3.1 of BardecodeFiler you can run multiple services on the same system. The installer sets up 4 BardecodeFiler services but it’s possible to install as many as may be required through the power shell or indeed remove any services that are not required.
The set up files for the additional services are held in service_settings(1).ini, service_settings(2).ini and service_settings(3).ini (in \ProgramData\Softek Software\BardecodeFiler) so it’s just a case of copy the main service settings to one of these files and starting the corresponding service (called “BardecodeFiler Service(1)”, “BardecodeFiler Service(2)” and “BardecodeFiler Service(3)”).
To create additional services open an admin power shell or dos prompt and navigate to the BardecodeFiler installation folder and run…
BardecodeFilerService.exe -install N
Where N is the index number of the new service.
e.g.
BardecodeFilerService.exe -install 4
To remove a service run:
BardecodeFilerService.exe -uninstall N
Where N is the index number of the new service.