Skip to content

Add Windows app uninstallation feature

Purpose

This PR enables Windows enterprise application uninstallation. product-iots#741 (closed)

Goals

Ability to uninstall Windows enterprise applications after they are installed from the Store.

Approach

Reused the app installation method to create app uninstallation operation when an enterprise app is uninstalled from Store.

Documentation

N/A

Automation tests

  • Unit tests

    N/A

  • Integration tests

    N/A

Security checks

  • Followed secure coding standards? (yes)
  • Ran FindSecurityBugs plugin and verified report? (no)
  • Confirmed that this PR doesn't commit any keys, passwords, tokens, usernames, or other secrets? (yes)

Related MRs

https://gitlab.com/entgra-support/support-emm-proprietary-plugins/-/merge_requests/35, https://gitlab.com/entgra/emm-proprietary-plugins/-/merge_requests/853

Test environment

Ubuntu 20.04

Learning

N/A

Merge request reports