Showing posts with label detected. Show all posts
Showing posts with label detected. Show all posts

Thursday, February 16, 2012

Can't install SQL Server 2005 Standard on Windows Server 2003

--
SQL Server 2005 Setup has detected incompatible components from beta
versions of Visual Studio, .NET Framework, or SQL Server 2005.
(Full text of dialog below.)
--
Well, thanks guys, for narrowing it down for me with such precision. :-\
Yes, I did have Beta components installed at one point, but I've removed
them all. I've looked through Add/Remove Programs and I don't see any Beta
products left to uninstall. How can I find out what exactly is blocking my
install?
Thanks for your help!
- Joe Geretz -
TITLE: Microsoft SQL Server 2005 Setup
--
SQL Server 2005 Setup has detected incompatible components from beta
versions of Visual Studio, .NET Framework, or SQL Server 2005. Use Add or
Remove Programs to remove these components, and then run SQL Server 2005
Setup again. For detailed instructions on uninstalling SQL Server 2005, see
the SQL Server 2005 Readme.
For help, click:
http://go.microsoft.com/fwlink?Link...rform%400x11190
BUTTONS:
OK
--OK, I found it.
It was the SQL Server Setup Support Files, must have been left over form a
previous Beta install. Tricky, because it wasn't titled as Beta in the Add /
Remove Programs listing.
- Joe Geretz -
"Joseph Geretz" <jgeretz@.nospam.com> wrote in message
news:%23P$1CbOaGHA.3896@.TK2MSFTNGP05.phx.gbl...
> --
> SQL Server 2005 Setup has detected incompatible components from beta
> versions of Visual Studio, .NET Framework, or SQL Server 2005.
> (Full text of dialog below.)
> --
> Well, thanks guys, for narrowing it down for me with such precision. :-\
> Yes, I did have Beta components installed at one point, but I've removed
> them all. I've looked through Add/Remove Programs and I don't see any Beta
> products left to uninstall. How can I find out what exactly is blocking my
> install?
> Thanks for your help!
> - Joe Geretz -
> TITLE: Microsoft SQL Server 2005 Setup
> --
> SQL Server 2005 Setup has detected incompatible components from beta
> versions of Visual Studio, .NET Framework, or SQL Server 2005. Use Add or
> Remove Programs to remove these components, and then run SQL Server 2005
> Setup again. For detailed instructions on uninstalling SQL Server 2005,
> see the SQL Server 2005 Readme.
>
> For help, click:
> http://go.microsoft.com/fwlink?Link...rform%400x11190
> --
> BUTTONS:
> OK
> --
>

Can't install SQL Server 2005 Standard -- beta versions detected

===============================================
UNACCEPTABLLY POOR UNINSTALL AND INSTALL ROUTINES !!!
===============================================

These routines should be unstoppable! How can we sell if we can't install! Tongue Tied

I can't get the SQL Server 2005 Standard Edition to load after I have removed SQL Server 2005 Developer Edition CTP (June). I have been using the Beta 2 for a few months.

I have used the uninstall routine located on this page:
http://lab.msdn.microsoft.com/vs2005/uninstall/preRTMuninstall/default.aspx

The above uninstall routine reports that everything has been uninstalled.
However, when I run setup from my RTM dvd, I get the following message:

"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
Microsoft SQL Server 2005 Setup

SQL Server 2005 Setup has detected incompatible components from beta versions of Visual Studio, .NET Framework, or SQL Server 2005. Use Add or Remove Programs to remove these components, and then run SQL Server 2005 again. For detailed instructions on uninstalling SQL Server 2005, see SQL Server 2005 Readme.
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""

Thank you for your help.
Charles Sommers

The problem above was fixed by running the following commands. I had a named instance of "sql_inst_01". Initially, I ran the following command for only the named instances, not the default instance. When I ran the commands for the MSSQLSERVER instance the install worked.

start /wait <CD Drive>\setup.exe /qb REMOVE=ALL INSTANCENAME=<InstanceName>

For the default instance, specify "MSSQLSERVER" for InstanceName.

start /wait msiexec /qb /X <CD Drive>\Setup\sqlncli.msi

start /wait <CD Drive>\redist\2.0\dotnetfx.exe /q:a /c:"install /qu"

The key was to run the uninstall for the named and default instance.

A more descriptive error message would have saved me 5 hours of frustration.

Thank you,
Charles Sommers