Sam ʼs postsSupport staff

Sam (Sam) has made 3126 posts.

Full replacement instead of patching

Post on Aug 27, 2010

Sure, that will work. As you know, this will generate larger update files, plus deleting files will …

i have a problem

Post on Aug 27, 2010

I saw your other post, and answered it. If you have other questions feel free to ask. Or tell me wha…

problem with the updates not being downloadedSolved

Post on Aug 27, 2010

Did you list your site as "http://localhost/VDBuild/596p3" or as "http://localhost/VDBuild/596p3/%fi…

Stopping a service before update

Post on Aug 27, 2010

You're right, there's no proper way to update services. We're going to add this in wyBuild 2.6.8 or …

Running wyUpdate.exe for .NET 2.0 in a pure .NET 4.0 env

Post on Aug 26, 2010

With such a complementary .config file there would be no need for a custom wyUpdate. Oh, I see. I …

Post on Aug 26, 2010

Hey Yves, I see. This is an interesting setup. If you plan on modify wyUpdate.exe to force it to l…

Post on Aug 26, 2010

We already distribute a pure .NET 4.0 version of wyUpdate along with wyBuild. Go to "File -> Prop…

Version displayed in Control Panel

Post on Aug 26, 2010

Hey Yves, Simply set the value data with the "%version%" value. (This will use the version of the …

Multiple app starts needed

Post on Aug 26, 2010

I haven't seen this. Can you try attaching a debugger to the process? Then step through the code t…

Question about full update

Post on Aug 26, 2010

What do you think? Unless I'm misunderstanding you, this idea encourages bad practices and can cau…

Post on Aug 26, 2010

No. wyUpdate will see that the file is missing and quits looking. It only downloads the "all.to.x" f…

Update waits until app restart

Post on Aug 25, 2010

1. Set control to .UpdateType = OnlyCheck. (Also .Visible=false and .KeepHidden=true to keep the con…

Post on Aug 23, 2010

I can reproduce this only occasionally, unfortunately. This leads me to believe it's a race conditio…

client.wyc and MSI Repairs

Post on Aug 24, 2010

I'll try to find a solution for you.

Post on Aug 23, 2010

This is really a problem with your MSI tool, and not wyBuild. But tell me the tools you are using to…

Can't connect to update server over proxy

Post on Aug 24, 2010

Do you know when you will release the next version? We plan to release it by Friday this week. (As…

Post on Aug 24, 2010

There was a bug in the detection code. Thanks for spotting this - we've fixed it for the next versio…

Post on Aug 23, 2010

Let me check into this. I'll get back to you.

Working Folder when re-starting with AutomaticUpdater

Post on Aug 23, 2010

When wyUpdate starts your app after an update, it uses the location of the wyUpdate.exe as the worki…

Cancelling Install update now in the AutomaticUpdater

Post on Aug 22, 2010

Simply use the FormClosing event like you normally would: private void Form1_FormClosing(ob…