Hello,
If a company renews their subscription, we would like to be able to update license features quietly in the background, without the need for all their users to explicitly re-register - like, for example, if we change the expiration date of their license. We use the license server implementation - and so our application can see when that database has details that disagree with local information.
I have wondered for a while if it is possible to silently de-register and re-register without popping up the form for entering the serial key, and I can see that in newer releases there is now the RegisterLicense function accessible from the Trial.dll. However, it does not validate the license with the server - a step that it would seem to me, remains crucial, for it to get the latest license information.
Is there any way to use the RegisterLicense function and get it to also perform its usual online validation process? I don't know why the decision was made to behave differently. Pretty much I just want to be able to re-license a user programmatically. Any tips would be appreciated.
Sam.