Wyatt O'Day (Wyatt) has made 7841 posts.
After IsGenuineEx() returns TA_FAIL, are you then checking IsActivated() to see if the customer is a…
What do you mean? You can install either one of them with your app. For example, if the customer has…
Post on Jul 28, 2015Hey Andi, wyBuild already supports delivering the .NET 4.0+ version of wyUpdate. See Requirements …
You'd have to create a plugin which in turn uses TurboActivate.
Post on Jul 27, 2015We've merged the 2 account and removed the ekirsh99 username. Sorry it took so long -- everything ha…
Hey Mike, You're building functionality based on internal layout that has changed in the past (for…
Unity is not a typical Windows Forms or WPF app, and thus you'd either have to use the AutomaticUpda…
If it's too complicated, I could have a messagebox asking that the user deactivate prior to install …
Post on Jul 27, 2015When I run the uninstaller via inno setup, I get an exit code of 0. I'm not talking about the exit…
Post on Jul 25, 2015Run the installer in the Inno Setup debugger. What is the actual return code? Is the function actual…
Post on Jul 24, 2015Well, if you look at the code you'll see that if the Deactivation fails then it just continues on li…
You need to change the download site in wyBuild, rebuild wyUpdate, and then include the new client.w…
Much more information is needed. Can you reproduce the crash? What exactly reproduces the crash --…
(I think you said these are valid for 48 hours?) It depends on what you set the expiration date to…
As we've talked about in other forum posts, you need to give full permissions (all the permissions) …
Post on Jul 22, 2015If wyUpdate is sitting inside of that C:\User\public folder, and your files are in "Your program's f…
v4 has been mentioned a few times over the past few months (especially in regard to improved support…
You should handle TA_E_INET as a warning. From the documentation (and the example app): Returns:…
It should tell you which file it's currently executing. That'll give you a clue as to what's going w…
Try using TA_SYSTEM when calling CheckAndSavePKey(). Also, make sure you run CheckAndSavePKey() with…