954,566 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Installing SQL Server Express on Vista Home Premium

I am trying to install Microsoft Accounting 2008 Express, which requires installing SQL Server Express 2005. I have a Vista Home Premium machine and it's giving me fits trying to get SQL Server (any flavor) installed.

I've tried every tweak I can find online, but all to no avail. I've run the WMI Diagnositics Tool, but I have no idea how to read the output. The same goes for the install log in the Bootstrap Setup folder.

Has anyone on here been able to get this to work?

Hers2keep
Newbie Poster
22 posts since Jul 2007
Reputation Points: 10
Solved Threads: 0
 

Might want to try disabling UAC, disabling antivirus, and installing the most minimal set of options to start with. Also make sure you have vista sp1.

If all that fails, can you post some error messages or event log errors?

dickersonka
Veteran Poster
1,175 posts since Aug 2008
Reputation Points: 130
Solved Threads: 143
 

I've got the logs at home from the install attempt. I've already disabled UAC by default. No antivirus installed presently and I tried the option of disabling all non-Microsoft services, rebooted and tried again. The log files are huge - will they post here if they're large?

Hers2keep
Newbie Poster
22 posts since Jul 2007
Reputation Points: 10
Solved Threads: 0
 

not for sure on the file size limits, if you could just post a few errors or last error encountered. Did you install vista sp1 yet?

dickersonka
Veteran Poster
1,175 posts since Aug 2008
Reputation Points: 130
Solved Threads: 143
 

And one more thing, did you install visual studio 2008 on the machine?

dickersonka
Veteran Poster
1,175 posts since Aug 2008
Reputation Points: 130
Solved Threads: 143
 

Yes, VS 2008 Pro is installed on this machine.

Hers2keep
Newbie Poster
22 posts since Jul 2007
Reputation Points: 10
Solved Threads: 0
 

Then if vs2008 is installed you already have sql express installed. I think the workstation components caused an issue.

Go into programs and features, select sql server 2005, and click uninstall then select workstation tools and complete that piece of the uninstall.

Then you should be able to run the install for sql server.

dickersonka
Veteran Poster
1,175 posts since Aug 2008
Reputation Points: 130
Solved Threads: 143
 

SQL Server 2005 Backward compatibility
SQL Server 2005 Books Online
SQL Server Compact 3.5 SP1
SQL Server Native Client
SQL Server Setup Support Files
SQL Server VSS Writer
SQL Server System CLR Tpes
SQLXML4

This is everything that says SQL in my programs.

Hers2keep
Newbie Poster
22 posts since Jul 2007
Reputation Points: 10
Solved Threads: 0
 

Is it a possibility to remove these sql files and start with a fresh install?

dickersonka
Veteran Poster
1,175 posts since Aug 2008
Reputation Points: 130
Solved Threads: 143
 

Certainly. Should I remove both Visual Studios also?

Hers2keep
Newbie Poster
22 posts since Jul 2007
Reputation Points: 10
Solved Threads: 0
 

It never hurts with Microsoft products to have fresh installs. Love their products, but sometimes they just don't play well together, or at least if not installed in some certain order.

dickersonka
Veteran Poster
1,175 posts since Aug 2008
Reputation Points: 130
Solved Threads: 143
 

Ok I removed VS 2005 and VS 2008 and all remnants of SQL server. I then rebooted and ran the install for VS 2008, making sure SQL Server 2005 Express was selected. Ran the install and the ending message was your program installed successfully...no errors. So just to be sure, I rebooted and then checked Services and installed programs and the only SQL installed is SQL VSS Writer????

So now, I want to install an express version of sql - so I'm going to download and attempt to install 2005. Will post back the results. This is just nuts!!! LOL

Hers2keep
Newbie Poster
22 posts since Jul 2007
Reputation Points: 10
Solved Threads: 0
 

I got two warnings upon the initial install of express 2005: Edition Change Check (Warning)
Messages
Edition Change Check

To change an existing instance of Microsoft SQL Server 2005 to a different edition of SQL Server 2005, you must run SQL Server 2005 Setup from the command prompt and include the SKUUPGRADE=1 parameter.

and the other one was the asp.net error. I've been through IIS and configured all the non-default options required.

We'll see if this install goes through.

Hers2keep
Newbie Poster
22 posts since Jul 2007
Reputation Points: 10
Solved Threads: 0
 

Still no go. I get the same error as I was before:

TITLE: Microsoft SQL Server 2005 Setup
------------------------------

SQL Server Setup Failed to compile the Managed Object Format (MOF) file C:\Program Files (x86)\Microsoft SQL Server\90\Shared\sqlmgmproviderxpsp2up.mof. To proceed, see "Troubleshooting an Installation of SQL Server 2005" or "How to: View SQL Server 2005 Setup Log Files" in SQL Server 2005 Setup Help documentation.

Now what?

Hers2keep
Newbie Poster
22 posts since Jul 2007
Reputation Points: 10
Solved Threads: 0
 
dickersonka
Veteran Poster
1,175 posts since Aug 2008
Reputation Points: 130
Solved Threads: 143
 

C:\>winmgmt /verifyrepository
WMI repository is consistent

This is the response I get when I query the repository. I tried this before but tried it again this morning just in case it got jacked up in my uninstalling and reinstalling apps.

Hers2keep
Newbie Poster
22 posts since Jul 2007
Reputation Points: 10
Solved Threads: 0
 

Hmmm.

Here's another microsoft link with that exact problem if you haven't tried it already.

http://support.microsoft.com/?kbid=926623

dickersonka
Veteran Poster
1,175 posts since Aug 2008
Reputation Points: 130
Solved Threads: 143
 

Ok - I had tried that last one, but misread it. So I just tried it again and got the same blasted error...ARGH. It should NOT be this difficult - LOL.

Any more suggestions?

Hers2keep
Newbie Poster
22 posts since Jul 2007
Reputation Points: 10
Solved Threads: 0
 

Lol seems to be pretty hard.

Here's another
http://blogs.msdn.com/echarran/archive/2006/01/03/509061.aspx

After doing that make sure your wmi repository is still good.

dickersonka
Veteran Poster
1,175 posts since Aug 2008
Reputation Points: 130
Solved Threads: 143
 

Okay - maybe this is part of the problem??? Here's the response I get from running the command on the blog you just posted:

Microsoft (R) MOF Compiler Version 6.0.6000.16386
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'C:\Program Files\Microsoft SQL Server\90\Shared\sqlmgmproviderxpsp2up.mof' not found!

This is after I ran the regular 2005 Exp, got past the prerequisites installing, canceling and running the 2005 Exp SP2 that failed, which then uninstalls when I click on cancel.

Where does that file come from?

Hers2keep
Newbie Poster
22 posts since Jul 2007
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You