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)