bigcyco1 :
Well let's see if we can narrow this down using the Event Viewer. Start -> Right-click Computer -> Manage. In Computer Management, click on Event View (left-pane) -> Windows Logs -> Applications. You will see a list of all of the applications and their installations. Scroll down until and check out the "MsiInstaller" entries under the "Source" column. You should see ones with an error (red !). Read the bottom pane and see what happened.
This is what I found:
Log Name: Application
Source: MsiInstaller
Date: 29/12/2012 21:36:27
Event ID: 11719
Task Category: None
Level: Error
Keywords: Classic
User: Benjamin-PC\Benjamin
Computer: Benjamin-PC
Description:
Product: Etron USB3.0 Host Controller -- Error 1719.Windows Installer service could not be accessed. Contact your support personnel to verify that it is properly registered and enabled.
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="MsiInstaller" />
<EventID Qualifiers="0">11719</EventID>
<Level>2</Level>
<Task>0</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2012-12-29T21:36:27.000000000Z" />
<EventRecordID>10097</EventRecordID>
<Channel>Application</Channel>
<Computer>Benjamin-PC</Computer>
<Security UserID="S-1-5-21-1765326389-524560061-2523818408-1002" />
</System>
<EventData>
<Data>Product: Etron USB3.0 Host Controller -- Error 1719.Windows Installer service could not be accessed. Contact your support personnel to verify that it is properly registered and enabled.</Data>
<Data>(NULL)</Data>
<Data>(NULL)</Data>
<Data>(NULL)</Data>
<Data>(NULL)</Data>
<Data>(NULL)</Data>
<Data>
</Data>
<Binary>7B44464242373338432D373144382D344443352D423844322D4436354333373638304532377D</Binary>
</EventData>
</Event>
I also searched for any errors occurring around the time of Modern Warfare crashing causing all this red adn green dots. This seems to be the one.
Log Name: Application
Source: Microsoft-Windows-WMI
Date: 28/12/2012 21:55:07
Event ID: 10
Task Category: None
Level: Error
Keywords: Classic
User: N/A
Computer: Benjamin-PC
Description:
Event filter with query "SELECT * FROM __InstanceModificationEvent WITHIN 60 WHERE TargetInstance ISA "Win32_Processor" AND TargetInstance.LoadPercentage > 99" could not be reactivated in namespace "//./root/CIMV2" because of error 0x80041003. Events cannot be delivered through this filter until the problem is corrected.
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Microsoft-Windows-WMI" Guid="{1edeee53-0afe-4609-b846-d8c0b2075b1f}" EventSourceName="WinMgmt" />
<EventID Qualifiers="49152">10</EventID>
<Version>0</Version>
<Level>2</Level>
<Task>0</Task>
<Opcode>0</Opcode>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2012-12-28T21:55:07.000000000Z" />
<EventRecordID>8397</EventRecordID>
<Correlation />
<Execution ProcessID="0" ThreadID="0" />
<Channel>Application</Channel>
<Computer>Benjamin-PC</Computer>
<Security />
</System>
<EventData>
<Data>//./root/CIMV2</Data>
<Data>SELECT * FROM __InstanceModificationEvent WITHIN 60 WHERE TargetInstance ISA "Win32_Processor" AND TargetInstance.LoadPercentage > 99</Data>
<Data>0x80041003</Data>
</EventData>
</Event>