WyUpdate package generation based on version conditionAnswered

Hi Team,

I have requirement like below.

I need to generate Wyupdate packages only if the version is above certain number. 

for example, I have a package of different release like 0 to 10. now I am generating Wyday Updates. Now my requirement is I need to generate Wyupdate packages from release 7. I don't require Wyupdate for below release 7.

How to achieve this?

Answer

do it from the interface (you choose the versions) or the commandline

Thank you for the update. 
but i am also getting one more file called "myapp".all.to."latestversion".wyu file is also getting created.
But how to avoid creating this file to.
i want to generate only from release 7 to latest version only

see the -vs and -ve commandline options. Covered in the article I linked to.

Yes, indeed I have tried that command. Please see the screenshot for elaborated case.
Code:
"\"" + wyBuildProjectFile + "\"" + " /bu -vs=" + "3.25.4" + " -ve=" + versionSimple + " " + "-add=" + "\"" + setupScriptTargetPath + "\"";

Even after giving the command with versions information it is still generating "myapp.ALL.to.3.27".wyu  which i don't require. I require only 2 files
!. "myapp".3.25.4.to.3.27
2. "myapp".3.26.to.3.27
but still i am getting 3 files including ""myapp".all.to.3.27 as extra file.

, edited

Disable the “catch-all update” in the project options.