I am implementing Crytplex in a MacOS application. It’s vital that when the user removes the application from their system, all associated configuration and information is also removed. This includes the licences.
I can’t implement this in code in my own application, simply because the users do not run the application prior to uninstalling. Thus, I need to know where CryptLex stores local data so it can be removed manually if needed.
Just wondering. What happens to these files if there are 2 different applications installed that are both using Cryptlex? Will they override each others licensing information?
Do I understand correctly that the data at that location in the Registry pertains to all products that may be installed using Cryptlex for licensing? Meaning, it’s a bad idea to delete it per se, unless you know for sure Other People’s Products Using Cryptlex are also not on the machine? IOW, always use Reset() as a rule?