You can use LAC's license removal flag to program your software to determine whether a license should be removed from a host. To program your software to remove license files based on the removal flag:

  1. Set a flag for removal by checking the option Remove from Host in the License Order.
  2. Use the API to have your software communicate with LAC to determine the state of the removal flag for a particular license. (See LicenseRemovalRequested and LicenseRemovalConfirm.)
  3. Complete the desired action (delete or do not delete the license file) based on the state of the removal flag.
  4. If the license file has been removed (as determined in step 2), send a confirmation to LAC using LicenseRemovalConfirm.

 

  • No labels