Answered by:
MsiInstaller EventID 1035

Question
-
Hi!
Dialy I get about 1000events with EventID 1035 logged. The last 7 days it are about 7000 events in total.
How do I stop MsiInstaller generating these events?
Wednesday, August 7, 2013 4:11 PM
Answers
-
Hi,
This problem can happen if one of the following is true:
- You have a group policy with a WMIFilter that queries Win32_Product class.
- You have an application installed on the machine that queries Win32_Product class.
You can check related information and solution here:
Event log message indicates that the Windows Installer reconfigured all installed applications
http://support.microsoft.com/kb/555253
Hope these could be helpful and keep post.
Kate Li
TechNet Community Support
- Marked as answer by Niki Han Tuesday, August 13, 2013 9:51 AM
Friday, August 9, 2013 3:10 AM -
Theking2
Are they warnings or errors? The fastest way is a repair install, otherwise you are going to have to diagnose the event viewer logs and fix the errors one by one.
Please provide us with your Event Viewer administrative logs by following these steps:
Click Start Menu
Type eventvwr into Search programs and files (do not hit enter)
Right click eventvwr.exe and click Run as administrator
Expand Custom Views
Click Administrative Events
Right click Administrative Events
Save all Events in Custom View As...
Save them in a folder where you will remember which folder and save as Errors.evtx
Go to where you saved Errors.evtx
Right click Errors.evtx -> send to -> compressed (zipped) folder
Upload the .zip file here (if you can) to skydrive or a file sharing serviceWanikiya & Dyami--Team Zigzag
- Marked as answer by Niki Han Tuesday, August 13, 2013 9:51 AM
Friday, August 9, 2013 2:56 AM
All replies
-
Theking2
Are they warnings or errors? The fastest way is a repair install, otherwise you are going to have to diagnose the event viewer logs and fix the errors one by one.
Please provide us with your Event Viewer administrative logs by following these steps:
Click Start Menu
Type eventvwr into Search programs and files (do not hit enter)
Right click eventvwr.exe and click Run as administrator
Expand Custom Views
Click Administrative Events
Right click Administrative Events
Save all Events in Custom View As...
Save them in a folder where you will remember which folder and save as Errors.evtx
Go to where you saved Errors.evtx
Right click Errors.evtx -> send to -> compressed (zipped) folder
Upload the .zip file here (if you can) to skydrive or a file sharing serviceWanikiya & Dyami--Team Zigzag
- Marked as answer by Niki Han Tuesday, August 13, 2013 9:51 AM
Friday, August 9, 2013 2:56 AM -
Hi,
This problem can happen if one of the following is true:
- You have a group policy with a WMIFilter that queries Win32_Product class.
- You have an application installed on the machine that queries Win32_Product class.
You can check related information and solution here:
Event log message indicates that the Windows Installer reconfigured all installed applications
http://support.microsoft.com/kb/555253
Hope these could be helpful and keep post.
Kate Li
TechNet Community Support
- Marked as answer by Niki Han Tuesday, August 13, 2013 9:51 AM
Friday, August 9, 2013 3:10 AM -
Hi, I have found a similar MS article as referenced above stating pretty much the same thing.
https://support.microsoft.com/en-us/kb/974524
We are advised to use the Win32reg_AddRemovePrograms class, but it doesn't exist unless SCCM is installed.
Wednesday, June 29, 2016 2:16 AM