Why MSI installer queries registry for all installed certificates?

127 views Asked by At

I had a problem with my msi installer on a client.

Kaspersky has blocked it, because MSI was accessing protected registry paths in

Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SystemCertificates\

MSI is digitally signed with certificate, which was signed by Global sign.

I checked installation via Process Monitor and it looks like msi is accessing every certificate in system.

Screenshot of Process Monitor

I need to know, why does it do that?

Is there any way to disable it? I am using wix toolset.

0

There are 0 answers