Is it ok to do the renamed custom wyupdate's self update from the real project

I am testing a situation and wanted to be sure if it can work...

I changed the wyupdate.exe In the documentation it says we need to check for wyupdates self-updates too...http://wyday.com/wybuild/help/custom-wyupdate-version.php

I made some code changes and also renamed the wyupdate.

I put the new renamed wyupdate into my installer.If I change my custom wyupdate I will also put the future one in my installer too..

So I want to bypass its self-update.

When my main project gets the update it also changes mywyupdate.exeCan this work clearly?

You can't bypass the self-update - not without modifying wyUpdate to bypass it, but we don't recommend that. If you do bypass the self-update algorithm then several bad things will happen. Most importantly, wyUpdate won't be able to update future version of your app if you do. (If you read the source code you'll understand why).