Wyatt O'Dayʼs postsSupport staff

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

Deactivation from Installer/WiX

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 …

Terminate process before update

Post on May 28, 2012

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

Change update location and disable updates

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…

Post on May 25, 2012

Right now I've managed to override update location like this on application startup:automaticUpdater…

few basic questions

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…

Post on May 28, 2012

Yes, if you have a program to run wyUpdate, you can run it silently. Otherwise you need to user to r…

Post on May 25, 2012

Yes, create a shortcut to wyUpdate.exe somewhere and have your users double click that.

Post on May 25, 2012

You don't include wyBuild with your app (that's the program that builds the updates). You do include…

Post on May 25, 2012

Well, that's what wyUpdate.exe does. So double click that program. It will check for updates, and if…

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…

Question about ActivateFromFile method?

Post on May 28, 2012

There might be a bug in the Windows version when the activation request is generated when the intern…

Post on May 25, 2012

I'll look into this. How are you testing the "disconnected" Windows computer? Are you right clicking…

Strange bug gave me all kinds of grief..(until I found it)

Post on May 28, 2012

would be nice if we rebuild the update that if the version exists tell us that its not going to writ…

Files updated but not modified in new version

Post on May 25, 2012

This shouldn't happen. Are you just renaming the files in wyBuild (that is, the files are reference …

Using TurboActivate as installer plugins in Xcode

Post on May 25, 2012

As a newbie to programming you picked about the hardest thing to do. The Package Maker installer is …

Update Site Security Suggestions

Post on May 24, 2012

Well, it depends on that *.wyu file. Sometimes there are full files in there. Sometimes there are ju…

Sanity Check

Post on May 24, 2012

In wyBuild 2.7.x (probably 2.7.0) we're adding a "what's changed" link when you build your updates. …