Webmasters, gagnez de l'argent en affichant des bannières contextuelles Oxado
SourceForge.net Logo
Support This Project
   LeCouteauSuisse Project
Welcome ! [ Home ]  ·  [ Downloads ]  ·  [ Forums ]  ·  [ News ]  ·  [ Documentations ]  
[ Home ]

[ Documentations ]

Install a service


We must install the service for this supply chain. The name of the service is "CoffeeSupplyChain".
Follow this steps :

  1. Create a directory named CoffeeSupplyChain and copy this files :
    • LeCouteauSuisse.exe
    • LeCouteauSuisseAPI.dll
    • LeCouteauSuisseComponents.dll
    • SetManualEvent.exe
  2. Create a configuration file named LeCouteauSuisse.exe.config in the directory.
  3. 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>
    
  4. Add the service in the configuration file :
    	<LeCouteauSuisse>
    		<services>
    			<service name="CoffeeSupplyChain" dispatcherFrequency="3000">
    			</service>
    		</services>
    	</LeCouteauSuisse>
    
  5. Create the service with this command :
    LeCouteauSuisse.exe -Install -Name:CoffeeSupplyChain -StartMode:Manual -Display:"Coffee Machine Supply Chain"


LeCouteauSuisse