Doesn't work wyUpdate.exe

Hi,I came back again.I added the followings code in my Appl. Process chk4Update = new Process(); chk4Update.StartInfo.FileName = "wyUpdate.exe"; chk4Update.StartInfo.Arguments = "/quickcheck /justcheck /noerr"; chk4Update.Start(); chk4Update.WaitForExit();

if (chk4Update.ExitCode == 2) // need to be updated. { Process newUpdate = new Process(); newUpdate.StartInfo.FileName = "wyUpdate.exe"; newUpdate.StartInfo.Arguments = "/skipinfo"; // Skip Version Updated Information newUpdate.Start(); Application.Exit(); }

It works good in my test appl, but it cannot get any new version in real version. Always exit code is 0.What's wrong ... How to fix ?Do I need to create new project in wyBuild?

Hi Guys,I created 1.0 version first time in WyBuild and beta 1.1 next version in WyBuild... It doesn't work...So I deleted beta 1.1 in WyBuild and then created 1.2 in WyBuild.. So it works now.

Can I update tiny patch without new version creation in WyBuild?I just updated two files in "Files & Folders" of WyBuild and rebuild and upload everything to server.But I cannot get the new updated patch..

Is it possible to update new patch without new version creation?

Is it possible to update new patch without new version creation?

You have to create new versions for wyBuild to know how to get from the old version to the new version.