When do you get the error? When you install the APPX on the system? Do you have Windows 10 Anniversary? Did you give permission to the signature key? I did a demo at CodeRage today with all the detailed steps, replay will become available...
Yes, when I install on the system using right mouse click and Open. Yes, Windows 10 Aniversary. I need help with the permission. (The self signed certificate is not trusted/accepted.)
Thanks, Eden WU , that was what I needed! My mistake was that I imported the certificate for the Current User instead of Local Computer, and let the assistent auto-select the destination.
The stackoverflow answer however suggests to:
1) Import for Local Machine. 2) Choose option: Place all certificates in the following store. 3) Select Trusted People as the Certificate Store.
When do you get the error? When you install the APPX on the system? Do you have Windows 10 Anniversary? Did you give permission to the signature key? I did a demo at CodeRage today with all the detailed steps, replay will become available...
ReplyDeleteYes, when I install on the system using right mouse click and Open. Yes, Windows 10 Aniversary. I need help with the permission. (The self signed certificate is not trusted/accepted.)
ReplyDeleteThe Certificate file need install to Trusted People area.
ReplyDeletestackoverflow.com - Installing .appx without trusted certificate?
Thanks, Eden WU , that was what I needed! My mistake was that I imported the certificate for the Current User instead of Local Computer, and let the assistent auto-select the destination.
ReplyDeleteThe stackoverflow answer however suggests to:
1) Import for Local Machine.
2) Choose option: Place all certificates in the following store.
3) Select Trusted People as the Certificate Store.
And that worked.
The 'original' info in German:
ReplyDeletehttps://msdn.microsoft.com/de-de/windows/uwp/porting/desktop-to-uwp-deploy-and-debug
scroll down to: Bereitstellen des APPX-Pakets
English:
ReplyDeletehttps://msdn.microsoft.com/en-us/windows/uwp/porting/desktop-to-uwp-distribute
plus.google.com - Blog post "Building and Deploying a Local Appx Package" at…
ReplyDelete