up vote 15 down vote favorite
4
share [g+] share [fb]

What can you do if you get the following error when installing Visual Studio 2008 sp1 in Windows 7 RC?

Operation Aborted
link|improve this question

You need a blog. 8-) – RichieHindle May 1 '09 at 21:44
3  
Don't close this, SO is supposed to be a repository of useful information for programmers. If he'd written this as 'why does VS install abort' and then posted his own answer, would that have been better? – Will Dean May 1 '09 at 21:57
dude. Post it as a q & a like will says. – Preet Sangha May 1 '09 at 23:22
Agreed; post the answer separately to the question. I consider this sort of question acceptable, but it needs to be done in the right way. – Noldorin May 3 '09 at 16:28
feedback

2 Answers

up vote 2 down vote accepted

while installing Visual Studio 2008 SP1 on Windows 7 RC 7100, run this as administrator:

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

Afterwards Visual Studio 2008 SP1 will install correctly.

I copied this from the original question, just to make it a proper question/answer... marked as community wiki

link|improve this answer
feedback

Download this update and install it before you install sp1 on to visual studio 08

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.