xandfis / W11ContextMenuDemo

19 stars 5 forks source link

What to do after signing the package? #11

Open zipgenius opened 2 months ago

zipgenius commented 2 months ago

I followed the tutorial step by step but it seems that I'm missing something. Do I have to install the MSIX package after signing it? I didn't customize your code and I build it just after cloning it. I just set the debug configuration of "ContextMenuImplementation" to x64 because it was set to ARM and it was blocking the build. image If I try to install the package, I have to install the .pfx certificate, then I get a message error with code 0x80070032.

What should I do, then?

xandfis commented 2 months ago

The YouTube tutorial shows running a .exe file at around 13 minutes in, that executes Main in StartUp.cs inside the ContextMenuRegistration folder, which does registration.

zipgenius commented 2 months ago

Thank you, now I see. Justr one last question: the tutorial shows how to sign the package with a self-signed certificate. What if I want to include the package in an application that I'm developing and that will be released through the Store? I mean: do I have to merge the two solutions to deploy my app and its context menu package together?