MSIX Installer for WPF app

Copper Contributor

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?

2 Replies

@Mahnoor232 

Hello! You've posted your question in the Tech Community Discussion space, which is intended for discussion around the Tech Community website itself, not product questions. I'm moving your question to the MSIX space - please post MSIX questions here in the future. 

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.