Let's take a closer look at the two ways of creating a new bundle:
1.
The first way is to create a text file beforehand with specified bundle's name,
main incoming and outgoing ports, and the ports themselves. The example of the
text file follows:
REGEDIT -registry file
[HKEY_LOCAL_MACHINE\SOFTWARE\ELTIMA Software\SSplitter]
- path to the service
location
[HKEY_LOCAL_MACHINE\SOFTWARE\ELTIMA
Software\SSplitter\New bundle] - bundle's
name
"InMain"="COM3" - specify main port at the IN
side
"OutMain"="COM5" - specify main port at the OUT
side
[HKEY_LOCAL_MACHINE\SOFTWARE\ELTIMA Software\SSplitter\New
bundle\In] - folder for incoming
ports
"COM3"="Real" (Value Name is port's name and Value
Data may be either Real or Virtual which specifies port's
type)
[HKEY_LOCAL_MACHINE\SOFTWARE\ELTIMA Software\SSplitter\New
bundle\Out] -folder for outgoing
ports
"COM5"="Virtual" (Value Name is port's name and Value
Data may be either Real or Virtual which specifies port's type)
Next you
have to export the text file you've created to the registry with the help of the
following command-line argument:
REG IMPORT
[YOUR_FILENAME].reg
That's all. Now you may launch
service_ssplitter.exe /start and start working.
2. Another way is
manual. Launch the program regedit.exe (Start ->RUN... -> enter "regedit"
in the invoked window). This will open the program for work with registry
(Registry Editor). At the left side of the program window you will see a
tree-like folder structure. You need to go to the folder named
HKEY_LOCAL_MACHINE. Then go to the directory SOFTWARE, in which you may create
your own folder, where bundles you create will be saved (for example, create
folder named "Splitter"). To do this right-click the folder directory and select
"New -> Key" from the drop-down menu. So, the complete path would be as
follows: HKEY_LOCAL_MACHINE\SOFTWARE\ELTIMA Software\SSplitter