<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: SQL Server 2008 x64 Express on Windows Server 2008 x64 is UTTERLY BROKEN</title>
	<atom:link href="http://www.cannontrodder.net/2009/07/24/sql-server-2008-x64-on-windows-server-2008-x64-is-utterly-broken/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cannontrodder.net/2009/07/24/sql-server-2008-x64-on-windows-server-2008-x64-is-utterly-broken/</link>
	<description>cannontrodder - Getting nothing done since 1975.</description>
	<lastBuildDate>Sun, 29 Aug 2010 22:23:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: sprinter</title>
		<link>http://www.cannontrodder.net/2009/07/24/sql-server-2008-x64-on-windows-server-2008-x64-is-utterly-broken/comment-page-1/#comment-253</link>
		<dc:creator>sprinter</dc:creator>
		<pubDate>Sun, 29 Aug 2010 22:23:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.cannontrodder.net/?p=108#comment-253</guid>
		<description>Fore those, who have still problems (like me):

http://www.ureader.com/msg/11614899.aspx

Delete following registry-keys:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-518\ 
ComponentsD1F366D0FE0E404F8C15EE4F1C15094]

and

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\ 
Components\C90BFAC020D87EA46811C836AD3C507F]

After that, you will be able to change the folders normally!</description>
		<content:encoded><![CDATA[<p>Fore those, who have still problems (like me):</p>
<p><a href="http://www.ureader.com/msg/11614899.aspx" rel="nofollow">http://www.ureader.com/msg/11614899.aspx</a></p>
<p>Delete following registry-keys:<br />
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-518\<br />
ComponentsD1F366D0FE0E404F8C15EE4F1C15094]</p>
<p>and</p>
<p>[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\<br />
Components\C90BFAC020D87EA46811C836AD3C507F]</p>
<p>After that, you will be able to change the folders normally!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jimmy Dickinson</title>
		<link>http://www.cannontrodder.net/2009/07/24/sql-server-2008-x64-on-windows-server-2008-x64-is-utterly-broken/comment-page-1/#comment-246</link>
		<dc:creator>Jimmy Dickinson</dc:creator>
		<pubDate>Sat, 19 Jun 2010 06:42:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.cannontrodder.net/?p=108#comment-246</guid>
		<description>I could not get the command line to change the INSTALLSHAREDWOWDIR.

This fix allowed the install to set the paths as they should be set and allowed me to change it in the installation GUI. 

http://www.microsoft.com/communities/newsgroups/en-us/default.aspx?dg=microsoft.public.sqlserver.setup&amp;tid=a10d7207-09ed-4593-b413-46b88988c816&amp;cat=en_US_bf32c3ef-dd94-4bb0-8c60-ff200eedd8c4&amp;lang=en&amp;cr=US&amp;sloc=&amp;p=1


1. If Visual Studio 2008 is already installed, then SP1 must also be 
installed before starting the installation of SQL 2008 
2. Do not try to install previous versions of MS SQL Server others than 
SQL Server 2005 RTM 
3. Do not install RC/Beta versions of SQL Server 2008 or Visual Studio 
2010 Beta/CTP 
4. However, if such attempt has been made that version should be 
uninstalled 
5. Because Uninstall does not remove all that should be removed, the 
following must be done: 
a. Run \x64\setup\x64\SQLSysClrTypes.msi to uninstall the CLR Types (this 
step might be optional, depends if Visual Studio 2010 was installed) 
b. Remove the following entries from the Registry 
i. 
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-518\ 
ComponentsD1F366D0FE0E404F8C15EE4F1C15094] 
ii. 
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\ 
Components\C90BFAC020D87EA46811C836AD3C507F]</description>
		<content:encoded><![CDATA[<p>I could not get the command line to change the INSTALLSHAREDWOWDIR.</p>
<p>This fix allowed the install to set the paths as they should be set and allowed me to change it in the installation GUI. </p>
<p><a href="http://www.microsoft.com/communities/newsgroups/en-us/default.aspx?dg=microsoft.public.sqlserver.setup&amp;tid=a10d7207-09ed-4593-b413-46b88988c816&amp;cat=en_US_bf32c3ef-dd94-4bb0-8c60-ff200eedd8c4&amp;lang=en&amp;cr=US&amp;sloc=&amp;p=1" rel="nofollow">http://www.microsoft.com/communities/newsgroups/en-us/default.aspx?dg=microsoft.public.sqlserver.setup&amp;tid=a10d7207-09ed-4593-b413-46b88988c816&amp;cat=en_US_bf32c3ef-dd94-4bb0-8c60-ff200eedd8c4&amp;lang=en&amp;cr=US&amp;sloc=&amp;p=1</a></p>
<p>1. If Visual Studio 2008 is already installed, then SP1 must also be<br />
installed before starting the installation of SQL 2008<br />
2. Do not try to install previous versions of MS SQL Server others than<br />
SQL Server 2005 RTM<br />
3. Do not install RC/Beta versions of SQL Server 2008 or Visual Studio<br />
2010 Beta/CTP<br />
4. However, if such attempt has been made that version should be<br />
uninstalled<br />
5. Because Uninstall does not remove all that should be removed, the<br />
following must be done:<br />
a. Run \x64\setup\x64\SQLSysClrTypes.msi to uninstall the CLR Types (this<br />
step might be optional, depends if Visual Studio 2010 was installed)<br />
b. Remove the following entries from the Registry<br />
i.<br />
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-518\<br />
ComponentsD1F366D0FE0E404F8C15EE4F1C15094]<br />
ii.<br />
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\<br />
Components\C90BFAC020D87EA46811C836AD3C507F]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tobias Waggoner</title>
		<link>http://www.cannontrodder.net/2009/07/24/sql-server-2008-x64-on-windows-server-2008-x64-is-utterly-broken/comment-page-1/#comment-245</link>
		<dc:creator>Tobias Waggoner</dc:creator>
		<pubDate>Thu, 17 Jun 2010 12:00:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.cannontrodder.net/?p=108#comment-245</guid>
		<description>The WebPlattform Installer runs into the same problem. Installing SqlServer manually from the commandline as described works though. Thanks a lot.</description>
		<content:encoded><![CDATA[<p>The WebPlattform Installer runs into the same problem. Installing SqlServer manually from the commandline as described works though. Thanks a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andre Kraemer</title>
		<link>http://www.cannontrodder.net/2009/07/24/sql-server-2008-x64-on-windows-server-2008-x64-is-utterly-broken/comment-page-1/#comment-172</link>
		<dc:creator>Andre Kraemer</dc:creator>
		<pubDate>Sat, 23 Jan 2010 08:06:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.cannontrodder.net/?p=108#comment-172</guid>
		<description>Thanks! I spent countless hours trying to install sql 2008 express on my 64 bit server</description>
		<content:encoded><![CDATA[<p>Thanks! I spent countless hours trying to install sql 2008 express on my 64 bit server</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan</title>
		<link>http://www.cannontrodder.net/2009/07/24/sql-server-2008-x64-on-windows-server-2008-x64-is-utterly-broken/comment-page-1/#comment-166</link>
		<dc:creator>Alan</dc:creator>
		<pubDate>Wed, 25 Nov 2009 10:16:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.cannontrodder.net/?p=108#comment-166</guid>
		<description>Awful installer.</description>
		<content:encoded><![CDATA[<p>Awful installer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcus</title>
		<link>http://www.cannontrodder.net/2009/07/24/sql-server-2008-x64-on-windows-server-2008-x64-is-utterly-broken/comment-page-1/#comment-163</link>
		<dc:creator>Marcus</dc:creator>
		<pubDate>Fri, 09 Oct 2009 13:53:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.cannontrodder.net/?p=108#comment-163</guid>
		<description>Thank you for the clarity.  I had the same experience with a VPS server from appliedi.net.  I didn&#039;t have to remove SQL 2005 from it and I don&#039;t see any evidence of it having been there.  As far as I know, this is a clean box.  However, I was beating my head against a wall getting it to work.  I have to laugh when I go to the download center at Micro$oft and see &quot;Efficiency is the bottom line&quot;.  HA, what a crock.</description>
		<content:encoded><![CDATA[<p>Thank you for the clarity.  I had the same experience with a VPS server from appliedi.net.  I didn&#8217;t have to remove SQL 2005 from it and I don&#8217;t see any evidence of it having been there.  As far as I know, this is a clean box.  However, I was beating my head against a wall getting it to work.  I have to laugh when I go to the download center at Micro$oft and see &#8220;Efficiency is the bottom line&#8221;.  HA, what a crock.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stuart</title>
		<link>http://www.cannontrodder.net/2009/07/24/sql-server-2008-x64-on-windows-server-2008-x64-is-utterly-broken/comment-page-1/#comment-162</link>
		<dc:creator>stuart</dc:creator>
		<pubDate>Tue, 29 Sep 2009 21:19:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.cannontrodder.net/?p=108#comment-162</guid>
		<description>Thanks for taking the time to post this - saved me a lot of pain.</description>
		<content:encoded><![CDATA[<p>Thanks for taking the time to post this &#8211; saved me a lot of pain.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tee</title>
		<link>http://www.cannontrodder.net/2009/07/24/sql-server-2008-x64-on-windows-server-2008-x64-is-utterly-broken/comment-page-1/#comment-161</link>
		<dc:creator>Tee</dc:creator>
		<pubDate>Thu, 03 Sep 2009 19:30:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.cannontrodder.net/?p=108#comment-161</guid>
		<description>This is right-on-money for 1and1 server customers.  Thanks a lot.</description>
		<content:encoded><![CDATA[<p>This is right-on-money for 1and1 server customers.  Thanks a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.cannontrodder.net/2009/07/24/sql-server-2008-x64-on-windows-server-2008-x64-is-utterly-broken/comment-page-1/#comment-160</link>
		<dc:creator>John</dc:creator>
		<pubDate>Sun, 30 Aug 2009 19:55:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.cannontrodder.net/?p=108#comment-160</guid>
		<description>Thanks a million , one and one should really just leave the servers blank.

Thanks for the link been looking ages.</description>
		<content:encoded><![CDATA[<p>Thanks a million , one and one should really just leave the servers blank.</p>
<p>Thanks for the link been looking ages.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pete</title>
		<link>http://www.cannontrodder.net/2009/07/24/sql-server-2008-x64-on-windows-server-2008-x64-is-utterly-broken/comment-page-1/#comment-156</link>
		<dc:creator>Pete</dc:creator>
		<pubDate>Wed, 29 Jul 2009 09:59:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.cannontrodder.net/?p=108#comment-156</guid>
		<description>Reading this website is like a bad case of deja vu.
I&#039;m on a 1&amp;1 server with exact same issue - after i got it installed, using similar command line, i then wasn&#039;t able to install sql2008 SP1 (same &#039;wowdir error), I couldn&#039;t create maintenance plans for backups, oh and i couldn&#039;t uninstall SQL 2008 (yep you guessed it &#039;wowdir error)
What a steamy pile of old tramps pants sql 2008 is.

I imagine some well paid bod at MS must have spent long hours, lovingly crafting this installer one friday afternoon, possibly after a liquid lunch in the local wine bar and then gone on holiday.</description>
		<content:encoded><![CDATA[<p>Reading this website is like a bad case of deja vu.<br />
I&#8217;m on a 1&amp;1 server with exact same issue &#8211; after i got it installed, using similar command line, i then wasn&#8217;t able to install sql2008 SP1 (same &#8216;wowdir error), I couldn&#8217;t create maintenance plans for backups, oh and i couldn&#8217;t uninstall SQL 2008 (yep you guessed it &#8216;wowdir error)<br />
What a steamy pile of old tramps pants sql 2008 is.</p>
<p>I imagine some well paid bod at MS must have spent long hours, lovingly crafting this installer one friday afternoon, possibly after a liquid lunch in the local wine bar and then gone on holiday.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
