Forum Discussion

Mahnoor232's avatar
Mahnoor232
Copper Contributor
Nov 03, 2021

MSIX Installer for WPF app

Hi,

 

I have implemented MSIX Installer but in certificate issue I am having an issue that i have install user certificate at root authentication level , is there any way I can install the certificate at user level while installing app via MSIX installer?

  • Short answer, the MSIX technology does not support that.

    Long answer, if you are using any type of deployment technology, then you can use that to pre-install the certificate into the store (to be clear it must go to the system certificate store and not the user certificate store) prior to the app. In many deployment technologies they have some sort of "dependency" you can use. Deployment using Group Policy is also possible.

Share

Resources