Long time no see (read)

Following is my post to InstallShield community, it's already couple days and seems nobody interested in it or could answer

Generally, I want to prevent the release ones to downgrade on my new releases, but not to completely block the 'downgrade' ability of my product. I have 7 released ones, and have their product codes available, can I use them (do whatever with InstallShield, registry, etc.) to do so?
Thanks,
Peter

Ways to prevent downgrade from certain releases?
--------------------------------------------------------------------------------
Hi,
I think it's doable and not difficult for InstallShiled -
We have a database package that will have some schema change in the coming release (1.8), so we would set (from 1.8) in the package project that all the previous releases (1.1 -- 1.7) are prevented to downgrade on 1.8 and later. But 1.8 (or later) upgrade on previous releases should work though.
My current settings in the package is using 'major upgrade' in Upgrade table so that any up/down grade is working, it looks like -
Upgradecode Versionmin Versionmax Attributes ActionProperty
------------ ---------- ---------- -------- -------------
xxxxxxxxxxx 0.0.0 9.0.0 1025 OLDPRODUCTS
We have the product code of the 7 releases, how can I do it in my current 1.8 package project?
Thanks,
Peter