Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2008 Forums
 Other SQL Server 2008 Topics
 SQL Server setup disappears

Author  Topic 

Kworp
Starting Member

10 Posts

Posted - 2014-11-20 : 13:59:33
So, as you all know I have download the SQL server 2008 R2.
I have previously downloaded it, but unfortunately my files were corrupt and database messed up, so I decided to start again, install it. Here is the setup; http://prntscr.com/58cwfl
I clicked 'New installation or add features to an existing installation'. Then, this came up; http://prntscr.com/57q1az
So I clicked, 'I accept' then 'Next'. Setup support files pops up and finalises, then the set up just disappears. Any solutions to this problem?

What I did?;
I deleted all the services that were appearing in 'services.msc' with command prompt. Nothing changed, a quick answer would be great!

Thanks in advance.


-G.

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2014-11-20 : 14:13:05
Why did you delete services?

Have you tried rebooting? How long did you wait for the next screen to come up? It's taken several minutes on some servers in the past, but I think that might have been SQL Server 2005. It's been a while that I've seen this issue.

Tara Kizer
SQL Server MVP since 2007
http://weblogs.sqlteam.com/tarad/
Go to Top of Page

Kworp
Starting Member

10 Posts

Posted - 2014-11-20 : 15:07:54
I deleted the services as I thought that this was the problem. Either way, I would've deleted them as I wanted to start off fresh. I don't have any restore points earlier than when I didn't install SQL Server unfortunately. But apparently, if I delete the setup support files my problem should be fixed? Any ideas on how I can do that?

-G.
Go to Top of Page

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2014-11-20 : 15:10:37
Which services did you delete? Did you have SQL Server installed previously? If so, deleting services is not how you uninstall it or any software.

If you previously had SQL Server installed and if you deleted the SQL* services, you probably need to do a manual uninstall of SQL Server, which is very time consuming.
https://www.google.com/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=how%20to%20uninstall%20sql%20manually

Tara Kizer
SQL Server MVP since 2007
http://weblogs.sqlteam.com/tarad/
Go to Top of Page

Kworp
Starting Member

10 Posts

Posted - 2014-11-20 : 16:14:35
Thank you very much! I'll see if I can get a solution and update you on my progress.

-G.
Go to Top of Page

Kworp
Starting Member

10 Posts

Posted - 2014-11-20 : 16:58:10
I found some information which I can't seem to insert into my command prompt and be successful.

Manually uninstall SQL Server 2008

To manually uninstall SQL Server 2008, follow these steps:
At a command prompt, type the following command, and then press ENTER:
1. CD %ProgramFiles%\Microsoft SQL Server\100\Setup Bootstrap\Release
2. Type the following command, and then press ENTER:
setup.exe /ACTION=uninstall /FEATURES=Feature_List /INSTANCENAME=Instance_Name

Note In this command, the Feature_List placeholder represents a no-space, comma-separated list of feature values, such as "AS,SQL,RS,Tools." The Instance_Name placeholder represents the named instance of the SQL Server 2008 that was installed. If you did not use a named instance, you can use "MSSQLSERVER" for the named instance.

-G.
Go to Top of Page

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2014-11-20 : 17:09:40
You'll need to post what you tried and the error in order for us to help. We can't see your computer screen, so you have to be very explicit.

Tara Kizer
SQL Server MVP since 2007
http://weblogs.sqlteam.com/tarad/
Go to Top of Page

Kworp
Starting Member

10 Posts

Posted - 2014-11-20 : 17:19:15
This is what I did for step 1;
http://prntscr.com/58firt

Step 2;
http://prntscr.com/58fj2k

-G.
Go to Top of Page

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2014-11-20 : 17:21:21
There are 3 issues, the first being the most important:

1. You are missing setup.exe. You can't do this step without it.
2. You didn't change Feature_List to the feature you want to remove. Please see the note.
3. You didn't change Instance_Name to the name of the instance you want to remove. Please see the note.

Tara Kizer
SQL Server MVP since 2007
http://weblogs.sqlteam.com/tarad/
Go to Top of Page

Kworp
Starting Member

10 Posts

Posted - 2014-11-20 : 17:30:29
The setup.exe - do I need to download it or is there another solution?

-G.
Go to Top of Page

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2014-11-20 : 17:49:20
Nope. It seems you've done a number on your computer. I would try proceeding with the other steps to manually uninstall the instance.

Tara Kizer
SQL Server MVP since 2007
http://weblogs.sqlteam.com/tarad/
Go to Top of Page

Kworp
Starting Member

10 Posts

Posted - 2014-11-20 : 17:59:47
I do believe that removing instances will not completely delete SQL Server, please do correct me if I am wrong.
However, I have found this; http://blogs.msdn.com/b/astebner/archive/2005/09/13/465401.aspx
If you'd like to take a look at it, and see if the information stated there is correct.

-G.
Go to Top of Page

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2014-11-20 : 18:03:22
The reason you are having to go through this exercise is because you've deleted services and files, without knowing the consequences. Your computer is in a bit of a mess now, which is why you can't get SQL Server to install or even uninstall at this point. You'll need to manually uninstall per the original article. Even then though, I suspect you are going to have problems as I suspect you've deleted services and files for other important Windows features that are needed for SQL Server or the operating system.

Tara Kizer
SQL Server MVP since 2007
http://weblogs.sqlteam.com/tarad/
Go to Top of Page

Kworp
Starting Member

10 Posts

Posted - 2014-11-20 : 18:09:49
When you say; 'per the original article', could you elaborate please? Excuse my misunderstanding. Haha.

Edit: I've only deleted services from the service.msc that were the instances. Such as 'SQLAgentServer/TR'. They were all instances, I assure you.

-G.
Go to Top of Page

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2014-11-20 : 18:12:29
The article you were following to manually uninstall SQL Server 2008

Tara Kizer
SQL Server MVP since 2007
http://weblogs.sqlteam.com/tarad/
Go to Top of Page

Kworp
Starting Member

10 Posts

Posted - 2014-11-20 : 18:27:02
Thank you very much for the help till now!
Unfortunately, I have encountered a problem.
Here are the screenshots of what I did, and the outcome.

Putting in the command;
http://prntscr.com/58g8ud

Error;
http://prntscr.com/58g8z8


-G.
Go to Top of Page
   

- Advertisement -