Change ScripTouch Remote License Path: Difference between revisions

From Scriptel Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 15: Line 15:
**Create a REG_SZ (String) value named 'LicensePath' that contains a semicolon (;) delimited list of paths to search.
**Create a REG_SZ (String) value named 'LicensePath' that contains a semicolon (;) delimited list of paths to search.


Network paths can be used but the computer or user trust relationship must exist prior to launching any ScripTouch Remote enable software. If the path asks for a user name or password it will not work until after the credentials have been entered.
Network paths can be used but the computer or user trust relationship must exist prior to launching any ScripTouch Remote enabled software. If the path asks for a user name or password it will not work until after the credentials have been entered.

Latest revision as of 10:28, 26 August 2016

By default ScripTouch Remote looks in the following location for licenses:

  • %APPDATA%\Scriptel\Licenses
  • %ProgramFiles%\Scriptel Corporation\Licenses
  • %ProgramFiles(x86)%\Scriptel Corporation\Licenses

It's possible to change the default search path to allow network locations or different directories to be used as license repositories.

To change the path System Wide:

  • Create a registry key at: HKLM\SOFTWARE\Scriptel Corporation\Licenses
    • Create a REG_SZ (String) value named 'LicensePath' that contains a semicolon (;) delimited list of paths to search.

To change the path as a per-User Setting:

  • Create a registry key at: HKCU\SOFTWARE\Scriptel Corporation\Licenses
    • Create a REG_SZ (String) value named 'LicensePath' that contains a semicolon (;) delimited list of paths to search.

Network paths can be used but the computer or user trust relationship must exist prior to launching any ScripTouch Remote enabled software. If the path asks for a user name or password it will not work until after the credentials have been entered.