We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7429ad7 commit facce47Copy full SHA for facce47
shell/platform/windows/uwptool_utils.cc
@@ -96,7 +96,7 @@ bool ApplicationStore::Install(
96
bool ApplicationStore::Uninstall(const std::wstring_view package_family) {
97
bool success = true;
98
for (const Application& app : GetApps(package_family)) {
99
- if (Uninstall(app.GetPackageFullName())) {
+ if (UninstallPackage(app.GetPackageFullName())) {
100
std::wcerr << L"Uninstalled application " << app.GetPackageFullName()
101
<< std::endl;
102
} else {
0 commit comments