venpa
venpa

Reputation: 4318

Windows 10 UWP app modify uninstall behavior

We have a windows 10 UWP app currently in development phase, For testing, app is deployed using sideloading method. App is installed using AddPackageAsync. App uninstall is done by right clicking the app on windows start menu. Is it possible to execute custom scripts as part of uninstallation?

Upvotes: 0

Views: 536

Answers (2)

Daniel Krzyczkowski
Daniel Krzyczkowski

Reputation: 3157

Unfortunately this is not possible for UWP applications and from the Windows 8 there is no changed planned as far as I know.

Upvotes: 1

Alexej Sommer
Alexej Sommer

Reputation: 2679

There was no way to do it. And I don't think that something is changed since Windows 8.
Detect when your windows 8 app is uninstalled?

Upvotes: 1

Related Questions