Set update behavior in wyBuild

Currently, the wyUpdate behavior for our updates:

The AutomaticUpdater.dll control checks for an update, downloads it, and will install it the next time our program starts.

Is there a way to tell wyBuild to make the update optional? Or set a grace period of N days? Or even let user manually install it?

I apologize in advance if this was covered in the documentation and I just fail at reading comprehension.

Thank You,Aaron

I found the source to the AutomaticUpdater control on GitHub. I'm just going to modify it to suit my needs. Thank you.

Glad you found the answer. But no, there's not currently a way to skip updates. You can always control *when* to install updates by setting the UpdateType property and manually controlling when to download and install the updates.