views:

364

answers:

3

it starts up windows installer with random applications on my machine . . after i click cancel a few times, it loads vb6 fine.

any ideas why this is happening?

+1  A: 

It's possible a previous installation has not completed correctly.

Use the utility at the following link to remove any rogue installations files:

http://support.microsoft.com/kb/290301

Martin
+2  A: 

Maybe its a sign you should stop using vb6? :) Just kidding, this has happened to me on a variety of Office products, but never the IDE, there is a lengthy old discussion here. Also as the above post mentions, the cleanup util might help too.

RandomNoob
valid point . .this is a legacy app that we are porting but we still need to look into the vb6 code once in a while to find out how some business logic worked.
ooo
A: 

This worked for me, for VS2010 RC:

"Please wait while windows configures Microsoft Visual studio 2010 Ultimate."

THe work around that fixes the issue for me was to run the following via the admin cmd prompt.

Md "%ProgramFiles(x86)%\Microsoft Visual Studio 10.0\common7\IDE\FromGAC"

from http://social.msdn.microsoft.com/Forums/en-SG/vsprereleaseannouncements/thread/572a0f8a-16b0-4e1d-b581-16be36a9b564

Jan Willem B