Thoughts about setup and deployment issues, WiX, XNA, the .NET Framework and Visual Studio
All postings are provided AS IS with no warranties, and confer no rights. Additionally, views expressed herein are my own and not those of my employer, Microsoft.
Question:
I have seen your blog posts that describe how to silently repair and uninstall the following versions of the .NET Framework:
How can I perform a silent repair and uninstall for the .NET Framework 3.5 SP1?
Answer:
The following list provides example command lines that can be used to repair and uninstall the MSI-based .NET Framework 3.5 SP1 package after it has been installed on the system. The silent option will perform the repair/uninstall with no UI displayed to the user. The unattended option will perform the repair/uninstall with only a progress dialog, but with no user interaction required.
.NET Framework 3.5 SP1 - silent repair
"%windir%\Microsoft.NET\Framework\v3.5\Microsoft .NET Framework 3.5 SP1\setup.exe" /q /norestart
.NET Framework 3.5 SP1 - unattended repair
"%windir%\Microsoft.NET\Framework\v3.5\Microsoft .NET Framework 3.5 SP1\setup.exe" /qb /norestart
.NET Framework 3.5 SP1 - silent uninstall
"%windir%\Microsoft.NET\Framework\v3.5\Microsoft .NET Framework 3.5 SP1\setup.exe" /q /uninstall /norestart
.NET Framework 3.5 SP1 - unattended uninstall
"%windir%\Microsoft.NET\Framework\v3.5\Microsoft .NET Framework 3.5 SP1\setup.exe" /qb /uninstall /norestart
Important notes about repair scenarios:
Important note about uninstall scenarios:
Other important notes:
.NETASP.NETRoutingperformancecomparetoHttpHandlerLINQonObjectsPerformanceWhy...
.NET ASP.NET Routing performance compare to HttpHandler LINQ on Objects Performance Why My ASP.NET Application's
Thank you for submitting this cool story - Trackback from DotNetShoutout
sir
I need visual studio 2005 beta version to download for working. I tried in msdn but only 2008 is available.
2. I cant able to uninstall existing Microsoft visual studio 2005 it showing - a problem occured while loading the setup components.cancelling setup-please try to resolve this problem
Hi KK123 - VS 2005 shipped nearly 4 years ago. The beta version of VS 2005 was long since removed from the Download Center and is no longer available to download. You should use the final version of VS 2005 or VS 2008 and not one of the really old beta versions.
If you are getting an uninstall problem for VS 2005 while loading setup components, then I'd suggest using the manual uninstall steps listed at http://blogs.msdn.com/astebner/archive/2005/10/30/487096.aspx.