Forum Discussion
KevinS12345
Dec 02, 2021Copper Contributor
Exe registered with sparse MSIX doesn't launch with identity from Explorer
I'm trying to migrate a plain Win32 program to use some WinRT APIs using a sparse MSIX package. I've got everything setup based on various documentation (also "sparse"!). GetCurrentPackageFullName() ...
- Dec 03, 2021Solved! I was able to get the sample project at https://github.com/microsoft/AppModelSamples/tree/master/Samples/SparsePackages working and that helped narrow it down. Turns out the Assets folder and files must exist relative to the external location. In my test I did not have these setup originally.
KevinS12345
Dec 03, 2021Copper Contributor
Solved! I was able to get the sample project at https://github.com/microsoft/AppModelSamples/tree/master/Samples/SparsePackages working and that helped narrow it down. Turns out the Assets folder and files must exist relative to the external location. In my test I did not have these setup originally.