Since upgrading SQL Server 2008 R2 on my Win7 Pro SP1 x64 laptop, I am getting 180 - 224 informational events logged by MsiInstaller every day (so every 5-10 minutes, round the clock whether SSMS is in use or not).
The text of the event is:
Windows Installer reconfigured the product. Product Name: SQL Server 2012 Management Studio. Product Version: 11.1.3000.0. Product Language: 1033. Manufacturer: Microsoft Corporation. Reconfiguration success or error status: 0.
- <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"> - <System><Provider Name="MsiInstaller" /> <EventID Qualifiers="0">1035</EventID> <Level>4</Level> <Task>0</Task> <Keywords>0x80000000000000</Keywords> <TimeCreated SystemTime="2012-12-10T13:07:31.000000000Z" /> <EventRecordID>248963</EventRecordID> <Channel>Application</Channel> <Computer>ScottM4500</Computer> <Security UserID="S-1-5-18" /> </System> - <EventData><Data>SQL Server 2012 Management Studio</Data> <Data>11.1.3000.0</Data> <Data>1033</Data> <Data>0</Data> <Data>Microsoft Corporation</Data> <Data>(NULL)</Data> <Data /> <Binary>7B41373033374542322D463935332D344231322D423834332D3139354634443938384441317D3030303062306638346565616535313830303631326166316635363138363261626134323030303030393034</Binary> </EventData></Event>
Any ideas of how to end this?
Best,
Scott