ehardin
Posts: 85
Joined: Fri Jul 13, 2007 8:10 pm

readSettingsProc() return code when requesting trial extension

In my notes for readSettingsProc(aKeyCode, aHWnd);
I have a reference to https://www.advancedinstaller.com/user- ... using.html
// Return values:
// "0" - the application is registered (a valid license key was found);
// "2" - the application is in trial mode;
// If the application trial period has expired and the user will NOT enter
// a valid license key, the process will be killed by the function

What I am trying to find is the return if a customer requests a trial extension. Is there a return for that or does it not return anything as if the trial has expired?

Ed
Catalin
Posts: 6585
Joined: Wed Jun 13, 2018 7:49 am

Re: readSettingsProc() return code when requesting trial extension

Hello Ed,
What I am trying to find is the return if a customer requests a trial extension. Is there a return for that or does it not return anything as if the trial has expired?
As far as I know, there isn't a return code for that.

Best regards,
Catalin
Catalin Gheorghe - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

Return to “Building Installers”