Wyatt O'Dayʼs postsSupport staff

Wyatt O'Day (Wyatt) has made 7770 posts.

Dreamweaver Extension Protection solution

Post on May 31, 2012

Yes, you can do the same with your dreamweaver extension using LimeLM. What programming language are…

Self update of wyUpdate appears to fail.

Post on May 31, 2012

You can send it directly to me: wyatt@wyday.com.

Post on May 30, 2012

We're not having any luck reproducing the problem here. Can you put together a simple app that repro…

Error Downloading: The underlying connection was closed.

Post on May 30, 2012

It sounds like your FTP server is misconfigured. Here's what I got using your website: "The server r…

change local time and activate ?

Post on May 30, 2012

The date and time has to be correct to activate. The solution is to fix the date/time and re-activat…

few basic questions

Post on May 30, 2012

Yes, you can update files. That's the whole purpose of wyBuild. See: New release workflow

Post on May 28, 2012

Ok, then create a shortcut to wyUpdate.exe and have the user click that when they want to update you…

Change update location and disable updates

Post on May 30, 2012

This is a truly complicated scenario, and I can't think of an easy way to handle this. Why can't you…

Post on May 28, 2012

I'm not really sure what you're trying to accomplish. Can you step back and speak about the grand ov…

Terminate process before update

Post on May 30, 2012

Is the AutomaticUpdater on the first and "main" form of the app? If not, then you'll have problems.

Post on May 29, 2012

Why are you using CloseForm at all?

Post on May 29, 2012

Yes, you can use the ClosingForInstall property in your form's constructor.

Post on May 28, 2012

No, but you can use the "ReadyToBeInstalled" event or the ClosingForInstall property of the Automati…

The procedure ?ProductKeyExists errorSolved

Post on May 29, 2012

Make sure you're using the latest TurboActivate.cs file in your app along with the latest TurboActiv…

Deactivation from Installer/WiX

Post on May 29, 2012

Yes, but you have to use LoadLibrary to dynamicaly load TurboActivate, then you have to rewrite the …

Post on May 29, 2012

The DLL is needed, then you can reference the TurboActivate.dat file from disk using the PDetsFromPa…

Post on May 29, 2012

Are you using the TurboActivate C# bindings?

Post on May 29, 2012

You can call the TurboActivate function Deactivate() in your installer. Or you can create a small ap…

java service wrapper with offline activation ?

Post on May 29, 2012

How is your batch files checking if you're activated? Are you using a java console program and then …

Product Key validation

Post on May 28, 2012

Hey Kay, Per-system activation was added in TurboActivate 3.0 (nearly a year ago). When you're us…