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

« Previous Version 4 Current »

Mine Type

The eSO Setup sets a Mine Type (Link Handler) to the SOSigOffice.exe to start eSO with a Link. The URL is eso:// and it can also contain all the StartParameter of the SOSigOffice.exe. To seperate the Parameter a | must be used.

This is working in Offline Application and in the Main Browsers (IE, Firefox, Chrome, Safari, Opera), in most of them the User gets a Warning/Message which he needs to accept.

Sample


To use that we add the following Registry Entry.


Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\eso] @="URL:eso protocol" "URL Protocol"=""

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\eso\DefaultIcon]

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\eso\shell]

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\eso\shell\Open]

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\eso\shell\Open\Command] @="\"C:\\Programme\\StepOver\\eSignatureOffice\\SOSigOffice.exe\" \"%1\""




  • No labels