SettingsInstallLicenseOnSystem Method
|
Install a license on a system-wide basis.
Successfully installed license will stay in the system and be
picked up by WordGlue automatically in the future.
Namespace: WebSupergoo.WordGlue4.Utilities
Assembly: WordGlue4 (in WordGlue4.dll)
Version: 4.1.0.0 (4.1.0.0)
Syntax
public static void InstallLicenseOnSystem(
string license
)
Public Shared Sub InstallLicenseOnSystem (
license As String
)
static member InstallLicenseOnSystem :
license : string -> unit
Parameters
- license
- Type: SystemString
The license string to be installed. This may be a purchased license
or a trial license copied from the WGSettings application on your
computer. The latter is useful for trial installation on
servers.
Remarks
This method
requires administrative access to the system and may throw an
exception on access denied error.
See Also