InterviewSolution
| 1. |
How Does The Processing Of Requirements Differ Between A Deployment With The Action Of Install And A Deployment With The Action Of Uninstall? |
|
Answer» In most cases, a DEPLOYMENT with an action of Uninstall will always uninstall a deployment type if it is detected UNLESS the client type is DIFFERENT. For example, if you deploy a mobile device APPLICATION with an action of Uninstall to a desktop computer, the deployment will FAIL with a status of Requirements not met as it is impossible to enforce this uninstall. In most cases, a deployment with an action of Uninstall will always uninstall a deployment type if it is detected unless the client type is different. For example, if you deploy a mobile device application with an action of Uninstall to a desktop computer, the deployment will fail with a status of Requirements not met as it is impossible to enforce this uninstall. |
|