MicrosoftDocs / azure-docs

Open source documentation of Microsoft Azure
https://docs.microsoft.com/azure
Creative Commons Attribution 4.0 International
10.3k stars 21.48k forks source link

Revise FAQ answer for Trusted Signing for question on "subject name change" #122528

Open Marv51 opened 6 months ago

Marv51 commented 6 months ago

Please modify the answer to the question "What if my Trusted Signing subject name is different from my earlier certificate and my MSIX package name is different now?"

This answer is very misleading. The persistent identity technology is not available on Windows 10. So unless the MSIX package will exclusively run on Windows 11, this answer is incorrect. In 2024 I expect very few people that need a public code signing certificate to target only Windows 11.

The real answer is that the app needs to be uninstalled and reinstalled on all devices.

This can be done by users manually, or apps can automate this process using the packaging APIs to programmatically.

The steps that the app can programmatically take are roughly like this:

Quite a few issues remain with this approach, because Start-Menu pinning, Taskbar pinning, Desktop shortcuts, file assocciations all need to be handled manually.


Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.

PesalaPavan commented 6 months ago

@Marv51 Thanks for your feedback! I've assigned this issue to the author who will investigate and update as appropriate.