Scenario
I have an application with 2 deployment types
we deploy the app as required and let the requirements select which DT to apply
So we know that uninstalls don't check the requirements of an application, but what I am seeing with the above scenario is the client, on uninstall, will download BOTH deployment types and then run BOTH deployment types (since requirements aren't checked)
not sure how that is a good thing, what if certain deployment types were not meant to run on that machines (different architecture)?
Does anyone know the reason behind the above behavior?