The
XLS Padlock WooCommerce Integration Kit supports several methods for controlling activation, including limiting the number of
runs,
days, or setting an
expiration date, but it
does not natively include an option to prompt for the activation token every 'x' number of times the EXE is opened.
However, you
can simulate this behavior using the keymaxruns parameter in the workbooks.json file:
Example:
"keymaxruns": 5
This will
force the user to re-activate the workbook after every 5 launches (since the key will expire after 5 uses).
Implementation Consideration:
- Set use_server_expiration = true in config.ini to have the server enforce the usage limit.
- Make sure...