rss
twitter
  •  

Installing Visual Studio SP1 on Windows 7

| Posted in .NET, Windows |

1

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.

 DOS |  copy code |? 
1
reg delete HKLM\SOFTWARE\Microsoft\SQMClient\Windows\DisabledSessions /va /f

After running this command, SP1 installed with no issues.

http://www.thedevshack.com/wp-content/plugins/sociofluid/images/digg_48.png http://www.thedevshack.com/wp-content/plugins/sociofluid/images/reddit_48.png http://www.thedevshack.com/wp-content/plugins/sociofluid/images/dzone_48.png http://www.thedevshack.com/wp-content/plugins/sociofluid/images/stumbleupon_48.png http://www.thedevshack.com/wp-content/plugins/sociofluid/images/delicious_48.png http://www.thedevshack.com/wp-content/plugins/sociofluid/images/blogmarks_48.png http://www.thedevshack.com/wp-content/plugins/sociofluid/images/furl_48.png http://www.thedevshack.com/wp-content/plugins/sociofluid/images/newsvine_48.png http://www.thedevshack.com/wp-content/plugins/sociofluid/images/technorati_48.png http://www.thedevshack.com/wp-content/plugins/sociofluid/images/magnolia_48.png http://www.thedevshack.com/wp-content/plugins/sociofluid/images/google_48.png http://www.thedevshack.com/wp-content/plugins/sociofluid/images/myspace_48.png http://www.thedevshack.com/wp-content/plugins/sociofluid/images/facebook_48.png http://www.thedevshack.com/wp-content/plugins/sociofluid/images/yahoobuzz_48.png http://www.thedevshack.com/wp-content/plugins/sociofluid/images/sphinn_48.png http://www.thedevshack.com/wp-content/plugins/sociofluid/images/mixx_48.png http://www.thedevshack.com/wp-content/plugins/sociofluid/images/twitter_48.png http://www.thedevshack.com/wp-content/plugins/sociofluid/images/meneame_48.png

Comments (1)

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

Post a comment