Change ScripTouch Remote License Path: Difference between revisions

From Scriptel Wiki
Jump to navigation Jump to search
(Created page with "By default ScripTouch Remote looks in the following location for licenses: *%APPDATA%\Scriptel\Licenses *%ProgramFiles%\Scriptel Corporation\Licenses *%ProgramFiles(x86)%\Scri...")
 
No edit summary
Line 7: Line 7:


To change the path System Wide:
To change the path System Wide:
*Create the key at: HKLM\SOFTWARE\Scriptel Corporation\Licenses
*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.
**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:
To change the path as a per-User Setting:
*Create the key at: HKCU\SOFTWARE\Scriptel Corporation\Licenses
*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.
**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 enable software. If the path asks for a user name or password it will not work until after the credentials have been entered.

Revision as of 16:52, 8 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 enable software. If the path asks for a user name or password it will not work until after the credentials have been entered.