DeployLX Software Protection System

LicenseValidationRequestInfo..::..ElevationCommand Property

Gets or sets the path to an EXE that will be called to perform an elevated license validation when a license is validated in Windows Vista.

Syntax

Public Property ElevationCommand As String
	Get
	Set
public string ElevationCommand { get; set; }

Remarks

By default, DeployLX will use its own internal elevation command to prompt the user for admin credentials. If you want to provide your own tool you can specify the path to that command here.

When calling the command, DeployLX will append the full path to the DeployLX.Licensing.v5 assembly in use in the current process to the command line arguments.

The application must call Validate(Object, Type, LicenseValidationRequestInfo) to validate a license. The license should be an empty license without any limits. The application should not display any windows and should return 0 if the process completes successfully.

Assembly:  DeployLX.Licensing.v5 (in DeployLX.Licensing.v5.dll)

See Also