Nick Parker
My ramblings on .NET...

Installing Visual Studio 2005 Beta 2

Sunday, 17 April 2005 17:11 by nickp

Earlier today I was installing Visual Studio 2005 Beta 2 when it prompted me to remove a previous install of the .NET Framework 2.0. Specifically I needed to remove the following:

 

  • Microsoft .NET Framrwork 2.0 Beta 2
  • Microsoft Device Emulator Beta 2
  • Microsoft Visual J# .NET Redistributable Package 2.0 Beta

No problem, I went to Add/Remove programs and removed both the .NET Framework 2.0 Beta 2 and the Device Emulator Beta 2; however the Visual J# .NET Redistributable Package 2.0 Beta was not listed. I did a quick search and found it located in the following directory:

C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\Microsoft Visual J# .NET Redistributable Package 2.0 Beta

I quickly found the associated .MSI package which I ran to perform the uninstall, it quickly prompted me to install the .NET Framework 2.0 Beta 2 before proceeding, then of course it exited. To work around this, simply pull up a command prompt, navigate to the above directory and run the following command which will allow you to remove the Visual J# .NET Redistributable Package 2.0 Beta:

msiexec /x jsredist.msi

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Categories:   .NET | Software
Actions:   E-mail | del.icio.us | Permalink | Comments (0) | Comment RSSRSS comment feed

Related posts

Add comment


(Will show your Gravatar icon)  

  Country flag

[b][/b] - [i][/i] - [u][/u]- [quote][/quote]



Live preview

August 28. 2008 17:11