Use the CloseAppNow event to exit your program however you want to. See this for the default behaviors: http://wyday.com/wybuild/help/automatic-updates/members.php
hi WyBuild Supporter,I implemented AutomaticUpdater for my Windows Service(ws) but i got problem when service was updating new version, wyUpdate stopped current thread of my ws and current progress of this wc lost and throw errors.What function wyUpdate used for stopping ws?I guess it used Thread.Abort or Thread.Terminate, right? Is there anyway for wyUpdate stop current ws by Thread.Join or something else?Thanks
Use the CloseAppNow event to exit your program however you want to. See this for the default behaviors: http://wyday.com/wybuild/help/automatic-updates/members.php