Forum Discussion

dicksonchan's avatar
dicksonchan
Copper Contributor
May 17, 2019

How to get installed package's full name (C++)?

Hi

 

I am trying to uninstall a MSIX package through C++ program, and know of the RemovePackageAsync method. However, for that method to work, you require the package's full name (i.e. MSIXSample_x64_...). 

 

Is there a way to get the installed package's full name so that I can use it as a parameter for RemovePackageAsync(), or is there a better way to uninstall the package? 

 

Thanks!

 

Dickson

5 Replies

Resources