-
Notifications
You must be signed in to change notification settings - Fork 98
Description
I have worked through the instruction how to run the SparsePackages/PhotoStoreContextMenu example, but I cannot see any context menu entries from the example in Windows Explorer.
Starting PhotoStoreDemo.exe displays "(Running with Identity)" in the Window caption, so I assume the registration was successful.
Checking the sparse package:
PS C:\Users\vagrant> get-appxpackage -name *photostore*
Name : PhotoStoreDemo
Publisher : CN=Contoso
Architecture : Neutral
ResourceId :
Version : 1.0.0.0
PackageFullName : PhotoStoreDemo_1.0.0.0_neutral__h91ms92gdsmmt
InstallLocation : C:\Program Files\WindowsApps\PhotoStoreDemo_1.0.0.0_neutral__h91ms92gdsmmt
IsFramework : False
PackageFamilyName : PhotoStoreDemo_h91ms92gdsmmt
PublisherId : h91ms92gdsmmt
IsResourcePackage : False
IsBundle : False
IsDevelopmentMode : False
NonRemovable : False
IsPartiallyStaged : False
SignatureKind : Developer
Status : Ok
I have double-checked the path to the Binaries ("externalLocation") and the msix-File ("sparsePkgPath").
I did not get any error while working through the instructions.
How to analyze the problem?
I have one further question:
How can I register the sparse package via command line (PS / Add-AppxPackage) with the external location? So far I only found a way to pass the path to the *.msix-File but not the binary location of the external application.
OS Version: Windows 11 21H2 (OS Build 22000.194)
Thank you and regards,
Dominik