c++ - (How) can I select a Windows Store app with a file browser? -
i'm working on introspection utility asks user specify executable use launching application. i'd add support so-called "windows store apps" (formerly known "metro" apps, believe). however, it's not clear me how stored locally.
i read how windows store apps packaged , deployed, , apparently it's common distribute them .appx
files, generated tools makeappx
. however, don't see if/where stored locally.
does make sense address them ordinary executables @ all, i.e. via file name? or there rather more appropriate method? noticed in registry, (all?) of windows store apps have installed listed beneath
hkcu\software\classes\activatableclasses\package
is there api available handling registry tree, stuff "get me user-visible name" or "get me appusermodelid can launch app"?
Comments
Post a Comment