# Caché 1C Bridge
Caché 1C Bridge is distributed under the terms of Mozilla Public License, version 2.0.
Valid options are:
net start
Changes are transient unless custom login overrides the default OnStart(...) behaviour
net start [service name] </arg1> </arg2> ...
sc start
Changes are transient unless custom login overrides the default OnStart(...) behaviour
sc start [service name] <arg1> <arg2> ...
services.msc
modify ImagePath registry key, either manually or programmatically.
modify registry key via sc.exe
Changes are permanent
sc config "Cache One C Bridge" binPath= "\"C:\Documents and Settings\ashcheglov\My Documents\Visual Studio 2010\Projects\isc.onec\isc.gateway.net.service\bin\x86\Debug\isc.onec.service.exe\" 9101"
.NET-based service: create a separate isc.onec.service.exe.config file per service
Custom service installer (subclass System.Configuration.Install.Installer)