Sam ʼs postsSupport staff

Sam (Sam) has made 3126 posts.

Custom field

Post on Jan 19, 2015

For within your app? You shouldn't do that because you'd need to use the web API to set the custom l…

TurboActivate and Remote Desktop

Post on Jan 13, 2015

TurboActivate is hardware-locked licensing that allows any user on that particular machine to run yo…

Post on Jan 12, 2015

Yes, using TurboFloat. That's one of the thing's it's built for. (Limiting individual user / remote …

How to remove grace period

Post on Jan 12, 2015

Change your source code (specifically the call to IsGenuineEx), recompile your app, and release the …

Support on Other Operating System MAC

Post on Jan 12, 2015

Are you include the appropriate files for Mac OS X? Did you download the Mac OS X TurboActivate pack…

Post on Jan 10, 2015

Yes, it works on Mac, but some of the files are different. See the article:https://wyday.com/limelm/…

HRESULT could not be shown

Post on Jan 12, 2015

Newer versions of Visual Studio turns HRESULT values (when viewed with the intellisense debugger) in…

How to know Remaining Trial Days

Post on Jan 8, 2015

Yes, if you look at the example, "evt.uintResponse" will give you the amount of days remaining in th…

Post on Jan 6, 2015

Follow the way the trials are checked in the example app. That includes checking for errors. Thing…

Install New Feature Instead of Updating Product

Post on Jan 8, 2015

Will it be released to all users?

Post on Jan 6, 2015

It's the same process as updating your app. The "updated" (new feature) version of your app will hav…

"You must enter a valid product key..."Answered

Post on Jan 7, 2015

Great, I'm glad it worked!

Post on Jan 5, 2015

Uninstalling did not help - what needs to be reset here? I can't imagine uninstalling the app would …

Post on Jan 5, 2015

First up, we are currently deploying v3.4.0 of TA. Is there anything you can think of that would be …

Answer on Jan 5, 2015

Hey Matt, The first thing you should do is make sure your app is using the latest version of Turbo…

PayPal "Auto Return"

Post on Jan 6, 2015

I don't know. You could always test it. My guess is that the $ThankYouPage URL will take precedence …

Registry Update using Date

Post on Dec 28, 2014

Hey Jim, Now, the registry functionality in wyBuild does support a few variables, but not the curr…

100 products but 300 activation only

Post on Dec 25, 2014

Again, using custom license fields & verified trials for each of the plugins/sub-products.

Get current version

Post on Dec 25, 2014

No, parse it manually using the file spec (or using the source code in wyUpdate)

Post on Dec 23, 2014

You have to read the version from the metadata in your app (or parse the client.wyc file). Currently…