Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

The settings for the SEH USB-Server can be stored inside the registry, this will overwrite any settings from the Administration. The priority is HKLM / HKCU / Administration.

If you want to set for every User the same Settings you have to store the settings under HKLM:

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\StepOver\USBSwitch]

If you want for every user a different setting, you need to store if under HKCU

[HKEY_CURRENT_USER\SOFTWARE\StepOver\USBSwitch]

Value

Typ

Example value

Description

Filename

String

C:\Program Files\SEH Computertechnik GmbH\SEH UTN Manager\utnm.exe

Path to the utnm.exe from SEH, which will be used by eSignatureOffice

IPAdresse

String

127.0.0.1

IP Adresse of the USB-Server

PortNumber

DWORD

1

The port from the USB-Server where the signature pad is connected

Activate

DWORD

1

Defines when the connection should be established

0 = no connection

1 = start of eSignatureOffice

2 = open the document

3 = before the signature

Deactivate

DWORD

1

Defines when the connection should be stopped

0 = no stopp of the connection

1 = closing of eSignatureOffice

2 = closing the document

3 = after the signature

Example:

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\StepOver\USBSwitch]
"Filename"="C:\\Program Files\SEH Computertechnik GmbH\SEH UTN Manager\utnm.exe"
"IPAdresse"=""
"PortNumber"=dword:00000001
"Activate"=dword:00000001
"Deactivate"=dword:00000001

  • No labels