Sam (Sam) has made 3126 posts.
Is there a setting that guaranties wyUpdate is not downloading from self-signed SSLs? No, but like…
Post on Aug 8, 2012on wyBuild features page it is written that. "it even supports downloading from sites using self-sig…
wyUpdate check googlecode.com and wyday.com as a backup site for self-updates. That is, wyUpdate che…
The main advantage we have over all competitors is the simplicity of wyBuild. See the step-by-step w…
If I were to guess, I would say IsGenuine() is returning TA_E_REACTIVATE which, if you look in the T…
Post on Aug 2, 2012We don't keep logs of failed IsGenuine() calls. What's the return code for IsGenuine() and what's th…
The product key is formed using a mathematical algorithm. Thus it can be verified using math (thus n…
Post on Jul 26, 2012Hey Eric, does TA_FAIL mean *only* that the product key is invalid? Yes.
Hey Jim, If we have a utility script that needs to be run before each update is there a way to ensu…
I see where you are creating a temporary folder, but didn't see any of the actual application files …
Post on Jul 18, 2012Well, I guess the bigger question is, why are you having the batch files backup your app? wyUpdate d…
Post on Jul 18, 2012You can't call the same batch file twice (that's just a limitation we put in). You can, however, cre…
Post on Jul 18, 2012Hey Jim, Are you asking how to execute the same exe twice? If so, you can do that using a batch fi…
I honestly think you're doing per-user activations and IIS is running as a different user that the T…
Post on Jul 18, 2012What happens when you double click TurboActivate.exe? (Running as the same user as the IIS instance …
Post on Jul 18, 2012Well, I guess I need more information then. What do you mean when you say "Inside Visual Studio, eve…
Post on Jul 16, 2012First of all, are you running the latest version of TurboActivate? Next, if you've made your own p…
We have an example Windows Service in the AutomaticUpdater source code.