We must install the service for this supply chain. The name of the service is "CoffeeSupplyChain".
Follow this steps :
- Create a directory named CoffeeSupplyChain and copy this files :
- LeCouteauSuisse.exe
- LeCouteauSuisseAPI.dll
- LeCouteauSuisseComponents.dll
- SetManualEvent.exe
- Create a configuration file named LeCouteauSuisse.exe.config in the directory.
- Add configuration for LeCouteauSuisse :
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<configSections>
<section name="LeCouteauSuisse" type="LeCouteauSuisse.Configuration, LeCouteauSuisse,
Version=1.0.0.2, Culture=neutral, PublicKeyToken=8d1037c5df6d5bd0"/>
</configSections>
<LeCouteauSuisse>
<services>
</services>
</LeCouteauSuisse>
</configuration>
- Add the service in the configuration file :
<LeCouteauSuisse>
<services>
<service name="CoffeeSupplyChain" dispatcherFrequency="3000">
</service>
</services>
</LeCouteauSuisse>
- Create the service with this command :
LeCouteauSuisse.exe -Install -Name:CoffeeSupplyChain -StartMode:Manual -Display:"Coffee Machine Supply Chain"