License check during installation (NSIS) and every use (Python)Answered

I would like to check the license before installation (TA with NSIS) and continue to check when the app is initialised (TA integrated with Python).

This is relatively straightforward having a .dll(x86) and .dat for the NSIS, and another (.dll x64) in a different directory for Python.

However I would like to avoid any duplication, is there another more optimal way of doing this?

Best,

Joe

Answer

You can just avoid including the licensing in the installer. Not really necessary. More of a "nice to have" feature.