Wyatt O'Dayʼs postsSupport staff

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

Test an Update without Deploying it

Post on Aug 17, 2012

Don't hardcode the filename in the updatepath. It doesn't work like that. If you read the help artic…

by using wybuild my clients are able to check & download latest version, but changes are not Effecting(by auto install)

Post on Aug 17, 2012

Great, glad to help.

Post on Aug 16, 2012

Instead of copying (.dll,app.exe,autoupdater.dll etc...), i copied MyApp.msi and setup.exe in wybuil…

Post on Aug 16, 2012

Finally after restarting the application the changes are not occurring in the new installation. Ma…

Auto update not retrieving the files

Post on Aug 17, 2012

Are you getting any warnings when you build your updates? Are you puttng your version in separate fo…

Missing Incremental Release Notes

Post on Aug 16, 2012

I guess, one thing that I could use some clarification on is if I recompile from start to finish or …

How will you remove pirated software?

Post on Aug 16, 2012

We're making it more automated. Once we've done that it will be released to the public.

My users report wyUpdate crashes when app updateSolved

Post on Aug 16, 2012

I'm assuming this will only fix it for the next round of updates? If you can't find (or reproduce)…

Post on Aug 16, 2012

I released an update to my app today. The AutoUpdater.DLL downloads the update, then when the app is…

AutomaticUpdater1.wyUpdateCommandline proxy parameter does not work

Post on Aug 16, 2012

No, the only place you should set it is in the constructor of your app. Because if wyUpdate start be…

Post on Aug 16, 2012

You need to set the wyUpdateCommandline property as early in the program as you can. In the construc…

After successful update application couldn't start

Post on Aug 16, 2012

What wyupdate.exe version? What AutomaticUpdate.dll version? What operating System? Even I double c…

Permissions

Post on Aug 16, 2012

Yes and yes. You need to give the user explicit permissions to read/write/delete/etc. from a folder.…

Activation Servers redundancy ?

Post on Aug 16, 2012

The activations take place on the wyDay servers. If you want to run LimeLM on your own servers that'…

How do I build a "tiny update"?

Post on Aug 15, 2012

wyUpdate/wyBuild don't modify your download sites at all. They use what you give them.

Solving Multiple Update Paths

Post on Aug 15, 2012

thanks for the new version, btw, the S3 upload is awesome 😀 Our pleasure. 1) We have both a 32…

Two different Update processes in one application

Post on Aug 15, 2012

Set the "UpdateType" to anything other than Automatic and you'll have full control over when an upda…

Post on Aug 15, 2012

New AutomaticUpdater.Design.dll is created in Design folder after updating to 2.6.18. Do i need to a…

PDetsFromPath not working in RealStudio

Post on Aug 15, 2012

Did you try hardcoding the path? (e.g. "/path/to/TurboActivate.dat")?

Automatic check during start

Post on Aug 15, 2012

Yes, this is the default behavior of the AutomaticUpdater. Just add it to your app and it handles th…