Sam ʼs postsSupport staff

Sam (Sam) has made 3126 posts.

PDetsFromPath not working in RealStudio

Post on Aug 13, 2012

I'll look into this and get back to you.

Automated Building

Post on Aug 8, 2012

Soon. It's being worked on concurrent with wyBuild 2.6.18.

Not allowing self-signed SSL certificates

Post on Aug 8, 2012

Is there a setting that guaranties wyUpdate is not downloading from self-signed SSLs? No, but like…

Post on Aug 8, 2012

on wyBuild features page it is written that. "it even supports downloading from sites using self-sig…

wyUpdate makes a requeset to googlecode.com

Post on Aug 8, 2012

wyUpdate check googlecode.com and wyday.com as a backup site for self-updates. That is, wyUpdate che…

Comparing with AutoUpdate+

Post on Aug 7, 2012

The main advantage we have over all competitors is the simplicity of wyBuild. See the step-by-step w…

Error logs?

Post on Aug 2, 2012

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, 2012

We don't keep logs of failed IsGenuine() calls. What's the return code for IsGenuine() and what's th…

Activate() return code seems wrong for invalid product key

Post on Jul 26, 2012

The product key is formed using a mathematical algorithm. Thus it can be verified using math (thus n…

Post on Jul 26, 2012

Hey Eric, does TA_FAIL mean *only* that the product key is invalid? Yes.

Running the same file before update

Post on Jul 24, 2012

Hey Jim, If we have a utility script that needs to be run before each update is there a way to ensu…

Running 1 file more than once

Post on Jul 19, 2012

I see where you are creating a temporary folder, but didn't see any of the actual application files …

Post on Jul 18, 2012

Well, I guess the bigger question is, why are you having the batch files backup your app? wyUpdate d…

Post on Jul 18, 2012

You can't call the same batch file twice (that's just a limitation we put in). You can, however, cre…

Post on Jul 18, 2012

Hey Jim, Are you asking how to execute the same exe twice? If so, you can do that using a batch fi…

TurboActivate.IsActivated Problem IIS

Post on Jul 18, 2012

I honestly think you're doing per-user activations and IIS is running as a different user that the T…

Post on Jul 18, 2012

What happens when you double click TurboActivate.exe? (Running as the same user as the IIS instance …

Post on Jul 18, 2012

Well, I guess I need more information then. What do you mean when you say "Inside Visual Studio, eve…

Post on Jul 16, 2012

First of all, are you running the latest version of TurboActivate? Next, if you've made your own p…

Automatic Updater with Access

Post on Jul 12, 2012

We have an example Windows Service in the AutomaticUpdater source code.