Sam ʼs postsSupport staff

Sam (Sam) has made 3126 posts.

New release workflow questions

Post on Feb 26, 2014

We've made the workflow article clearer. Run 'Build wyUpdate' and add the resulting wyUpdate.exe an…

Post on Feb 25, 2014

then take the output of wyBuild and add wyUpdate.exe and client.wyc back into the the release I just…

Implementing Trial to Purchase

Post on Feb 20, 2014

but the TrialDaysRemaining() function always returns zero (my product is set to 30 days according to…

Hide wyUpdater UI

Post on Feb 20, 2014

Is this a windows service specific behavior, that the UI is not shown? Yes. Do you know a way to …

Post on Feb 19, 2014

The MSI package distribution is a kind of windows service. Well, that's not what I mean. A Window…

Post on Feb 19, 2014

Hey Martin, At the moment we execute the wyUpdater within the MSI package with the /fromservice fla…

IsGenuineEx() returning TA_E_INVALID_FLAGS

Post on Feb 19, 2014

Non-activated users will never get TA_E_INET nor TA_E_INET_DELAYED. Why? Because they're not activat…

trial version

Post on Feb 19, 2014

Yes.

Post on Feb 17, 2014

I'm not sure what you're asking. Are you asking how to use TrialDaysRemaining TurboActivate function…

TurboActivate key error

Post on Feb 18, 2014

I'm not sure what the error is. Are you saying the TurboActivate wizard keeps popping up? Can I see …

php-using more than 1 license field

Post on Feb 17, 2014

You must enter a value for the feature "total_activations". It's a required feature. That's tellin…

Post on Feb 17, 2014

Firstly, change your API key on your setting page. You shouldn't post the API key publicly. Consider…

Activations

Post on Feb 16, 2014

LimeLM is hardware-locked licensing. So an "activation" ties a product key to a specific computer. T…

Static TA library on Mac OS and objc-gc

Post on Feb 14, 2014

We haven't done anything special. I guess Qt fixed their bug.

CheckAndSavePKey() for trial key

Post on Feb 13, 2014

Hey Kirill, Can function CheckAndSavePKey() to store a trial product key? Are you talking about a…

Permission problem with new release

Post on Feb 10, 2014

What I think I might do then is try TA_SYSTEM, catch any exception and try again with TA_USER - does…

Post on Feb 10, 2014

I just find it a bit odd that I have just run into this problem, as we have been using TA_SYSTEM for…

Post on Feb 9, 2014

I'm really just looking for any insights as to what to do. If I change to TA_USER, what will that do…

How to use IsGenuineResult's GenuineFeaturesChanged value (Java)

Post on Feb 10, 2014

GenuineFeaturesChanged is one of the value of IsGenuineResult. I want to know what is its purpose fr…

How to use IsGenuine(4 params) properly in Java?

Post on Feb 9, 2014

If I use IsGenuine(60,14,false,false);then all of my users (initially online or offline activated) m…