Wyatt O'Dayʼs postsSupport staff

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

Automatic Updater & Launcher Support

Post on Oct 5, 2012

you have an AutomaticUpdater instance, let's call it automaticUpdater1. To call InstallNow(), you ca…

Post on Oct 5, 2012

Yep, on the UpdateReady event, call the installNow() function. This starts the update immediately.

Do I **need** to add any features?

Post on Oct 4, 2012

Hey Oren, No, you don't need features. You only need them if you want to enable/disable certain pa…

URL Prerequisites to wyUpdate.exe

Post on Oct 4, 2012

When wyUpdate self-updates it checks google.com then wyday.com. Double click the client.wyc file to …

How to change the icon in the wyUpdate GUI

Post on Oct 4, 2012

Yes, you'd need to recompile wyUpdate with every new release.

Revoking

Post on Oct 4, 2012

Weeks. 2 to 3. We're working to get this out ASAP.

Post on Oct 4, 2012

Well, there are many ways to do this. The short answer is we'll be making this easy in TurboActivate…

Download percent complete

Post on Oct 3, 2012

I'm not quite sure what you're asking. Are you saying your cancelling the AutomaticUpdater and you'r…

AutomaticUpdater.dll 2.6.11.2 works, latest version doesn't

Post on Oct 3, 2012

I can't for the life of me figure out why you're getting this error. Can you reproduce this in anoth…

Incorrect Exit Code from wyUpdate via Command Line

Post on Oct 3, 2012

Can you paste the code you're using to launch wyUpdate? Better yet, create a sample service that rep…

Integrate your product to license FORTRAN code

Post on Oct 2, 2012

Hey Oren, You can call TurboActivate (the part you include with your app) from FORTRAN, just like …

Automatic updater in WPF app

Post on Oct 1, 2012

Set the Visibility of the AutomaticUpdater to Invisible. The automatic updater does not work when n…

User "Unable to load library ...TurboActivate.dll specified module could not be found. Application will exit now."

Post on Oct 1, 2012

It sounds like the users deleted the TurboActivate.dll (for what reason I don't know). Tell them to …

32 and 64 bits applications

Post on Oct 1, 2012

You can't. Is this normal behavior for the user - switching between 32-bit and 64-bit mode?

Dreamweaver Extension Protection solution

Post on Oct 1, 2012

It doesn't seem like you can make direct calls to TurboActivate. You'd have to create another C/C++ …

Including application files in the installer

Post on Sep 28, 2012

Yeah, you can do that. Some of our customers choose to do that. It's entirely up to you.

Using UpdateAvailable event

Post on Sep 28, 2012

Sorry, I read your question too fast. Just proceed with the installation. Then you can replace the c…

Post on Sep 27, 2012

How do I reset that so I can test that I am getting into the UpdateAvailable event? Rebuild wyUpda…

Post on Sep 27, 2012

It proceeds to the next step (for checkOnly, it would proceed to download, extract, and then wait fo…