Sure, we'll add "3" as a return code for cancelled updates. It will be out with wyBuild 2.6 (coming early next week, if everything goes to schedule).
Hi Wyatt,
First off, thanks for all your help and prompt replies in the past, truly the best supported component I use.
I'm wondering if the exit codes for wyUpdate could be filled out a little more. I see notes in the source about doing that 🙂. For me, knowing if the user canceled the update operation would be nice. I've downloaded the source and added these lines to the beginning of the OnClosing method to achieve this:
if (isCancelled) ReturnCode = -2; //Indicate the update was canceled
Is there anyway something like this could be included in the main line branch of code?
Pretty Please? 🙂
-Erik
Sure, we'll add "3" as a return code for cancelled updates. It will be out with wyBuild 2.6 (coming early next week, if everything goes to schedule).
Sorry, we'll be adding this to 2.6.1 instead.
wyBuild 2.6.1 is out. The new wyUpdate returns 3 on cancelled updates.