Sam (Sam) has made 3126 posts.
Sure, that will work. As you know, this will generate larger update files, plus deleting files will …
I saw your other post, and answered it. If you have other questions feel free to ask. Or tell me wha…
Did you list your site as "http://localhost/VDBuild/596p3" or as "http://localhost/VDBuild/596p3/%fi…
You're right, there's no proper way to update services. We're going to add this in wyBuild 2.6.8 or …
With such a complementary .config file there would be no need for a custom wyUpdate. Oh, I see. I …
Post on Aug 26, 2010Hey Yves, I see. This is an interesting setup. If you plan on modify wyUpdate.exe to force it to l…
Post on Aug 26, 2010We already distribute a pure .NET 4.0 version of wyUpdate along with wyBuild. Go to "File -> Prop…
Hey Yves, Simply set the value data with the "%version%" value. (This will use the version of the …
I haven't seen this. Can you try attaching a debugger to the process? Then step through the code t…
What do you think? Unless I'm misunderstanding you, this idea encourages bad practices and can cau…
Post on Aug 26, 2010No. wyUpdate will see that the file is missing and quits looking. It only downloads the "all.to.x" f…
1. Set control to .UpdateType = OnlyCheck. (Also .Visible=false and .KeepHidden=true to keep the con…
Post on Aug 23, 2010I can reproduce this only occasionally, unfortunately. This leads me to believe it's a race conditio…
I'll try to find a solution for you.
Post on Aug 23, 2010This is really a problem with your MSI tool, and not wyBuild. But tell me the tools you are using to…
Do you know when you will release the next version? We plan to release it by Friday this week. (As…
Post on Aug 24, 2010There was a bug in the detection code. Thanks for spotting this - we've fixed it for the next versio…
Post on Aug 23, 2010Let me check into this. I'll get back to you.
When wyUpdate starts your app after an update, it uses the location of the wyUpdate.exe as the worki…
Simply use the FormClosing event like you normally would: private void Form1_FormClosing(ob…