Installing Visual Studio SP1 on Windows 7

Aug

16

by Mike Fleming at 5:29 pm (2 Comments) .NET, Windows


visual-studioSince installing Windows 7 RTM I have been slowly reinstalling all of my development programs.  The only one that has given me a fit has been SP1 for Visual Studio 2008.  The base program installed just fine, but SP1 failed every time.  Even after trying some suggestions I saw while searching, nothing worked.  But, earlier today I finally found success.  Prior to firing up the install for SP1, run the following from the command line (make sure you fire up the command prompt as an administrator.

reg delete HKLM\SOFTWARE\Microsoft\SQMClient\Windows\DisabledSessions /va /f

After running this command, SP1 installed with no issues.


Categories .NET, Windows | Tags:

2 Responses to “Installing Visual Studio SP1 on Windows 7”

  1. Ryan Cammer

    January 25, 2010
    7:10 pm

    yep. that just worked for me. mahalo for the tip!

  2. Thomas Williams

    May 7, 2010
    2:53 am

    I’m pretty much impressed with the stability of Windows 7. It is better than windows Vista which hogs my memory and cpu.~”‘

Leave a Reply or Return to Top