Enable or Disable "Check for Updates" License attribute for all Licenses with permissions on a specific Product
This task will create a new entry in the Product Changes Log:
set-check-for-updates %ID_Product% %Value%
where
%ID_Product% is the ID of the Product
%Value% can be one of the following two values: enable or disable
Example:
labview-cli.exe --lv-exe "BLT Automation.exe" "set-check-for-updates 12 disable"
This will disable the "Check for Updates" license attribute for all the Licenses that have permissions to use the Product ID 12.