Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Marv51 opened this issue May 15, 2024 · 1 comment
Open

Comments

@Marv51
Copy link

Marv51 commented May 15, 2024

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:

  • install the new app.
  • start the new app
  • close the old app
  • Transfer settings manually
  • uninstall the old app.

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
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants