Faulting application name: msiexec.exe, version: 5.0.7000.0, time stamp: 0x49431c33
Faulting module name: ntdll.dll, version: 6.1.7000.0, time stamp: 0x49433e67
Exception code: 0xc0000005
Fault offset: 0x0007f6d6
Faulting process id: 0x440
Faulting application start time: 0x01c979773f3de5a1
Faulting application path: C:\Windows\System32\msiexec.exe
Faulting module path: C:\Windows\SYSTEM32\ntdll.dll
Report Id: 7d483081-e56a-11dd-840b-001a4dfc34dc
Yes this worked for me as well. Bizzarre. Does anyone know what this registry setting is actually doing? BTW, for the person who claimed that their laptop was working fine a few posts ago ... it sounds like a 32-bit install you're running and I think (can anyone confirm?) that this problem is isolated to 64-bit installs.Win+r, regedit
navigate to HKLM\Software\Microsoft\SQMClient\Windows\DisabledSessions
rename MachineThrottling to _MachineThrottling
Almost silly how simple of a fix that was.
Found in this thread:
Windows Installer Crash : Windows 7 Miscellaneous : Windows 7 Beta : Microsoft TechNet Forums
no and no EOMOk wtf, nothing installs or works! Windows Update doesn't work now and I can't install anything.
DO WE ALL HAVE CREATIVE SOUNDBLASTERS? EVGA 9500 GT's??
WTF DO WE DO?
And did you do the rest..................?
Yes, doing the above WILL disable the anonymous usage data (CEIP), but until Microsoft fixes the issue and issues a hotfix or a new build I don’t see any other options to ensure the issue does not occur again.
- Delete the string values (Except for (Default)) in HKLM\Software\Microsoft\SQMClient\Windows\DisabledSessions
- Start gpedit.msc
- Expand Computer Configuration, expand Administrative Templates, expand System, expand Internet Communication Management, and then click Internet Communication settings.
- In the details pane, double-click Turn off Windows Customer Experience Improvement Program, and then click Enabled.
Well basically, this is just about the same fix in the registry everyone has read about in this topic. I followed these actions AFTER I already did the registry rename which had the same effect, so I think the solve of microsoft is just the same as the registry key rename (which fixes the problem also).There is a simpler fix to the problem, published by MS, that should appear automatically in the Action Center messages if you have reported the problem to MS. If not, here it is.....
Solve a problem with Windows 7 beta
An issue with the Customer Experience Improvement Program (CEIP) client in Windows 7 beta is causing Explorer and some MSI-based installers to stop working properly.
To solve this problem, follow these steps:
I can't verify that it works, because I used the fix from this thread before the above was released. But I assume it does because it looks like it achieves the same thing with a single command.
- Click the Start button Link Removed - Invalid URL, click All Programs, and then click Accessories.
- Right-click Command Prompt, and then click Run as administrator. Link Removed - Invalid URL In the User Account Control window, verify that Program name is Windows Command Processor, and then click Yes.
- In the Administrator: Command Prompt window, type or paste the following text at the prompt:
reg delete HKLM\SOFTWARE\Microsoft\SQMClient\Windows\DisabledSessions /va /f- Press Enter to install the solution.
- If The operation completed successfully displays, close the Administrator: Command Prompt window to complete this procedure. If "ERROR: Access is denied" displays, repeat this procedure from the top, making sure you clicked Run as administrator in step two.