Issue Fixed: Windows Installer Reconfigured The Product In Event Logs.

Asked By 0 points N/A Posted on -
qa-featured

My logs are flooded with Windows Installer reconfigured the product messages.Suggest me some ways to resolve this issue. How can I fix this issue?

SHARE
Answered By 0 points N/A #200375

Issue Fixed: Windows Installer Reconfigured The Product In Event Logs.

qa-featured

This issue has been resolved in next version SMP 7.1 SP2.

GetInstallProductInformation method is used. This method reads MSI properties by using MsiGetProductInfo.

There are mainly two reasons behind this issue:

(i) You have a group policy that queries Win32_Product class

Solution: Modify the filter to use Win32_AddRemovePrgrams.

(ii) An application that queries Win32_Product class

Solution: Get it updated.

Related Questions