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.
I need to know, why does it do that?
Is there any way to disable it? I am using wix toolset.