<?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: Surface SDK on Vista x64</title>
	<atom:link href="http://www.grumpydev.com/2008/12/26/surface-sdk-on-vista-x64/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.grumpydev.com/2008/12/26/surface-sdk-on-vista-x64/</link>
	<description>The Technical Jibber Jabber of Steven Robbins</description>
	<lastBuildDate>Thu, 11 Mar 2010 20:11:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Peter Brady</title>
		<link>http://www.grumpydev.com/2008/12/26/surface-sdk-on-vista-x64/comment-page-1/#comment-212</link>
		<dc:creator>Peter Brady</dc:creator>
		<pubDate>Thu, 11 Mar 2010 20:11:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.grumpydev.com/2008/12/26/surface-sdk-on-vista-x64/#comment-212</guid>
		<description>I had the same problem as Vasco. It looks like the version of the simulator we have installs the simulator in not one but two directories. Make sure you run the corflags fix in both

C:\Program Files (x86)\Microsoft SDKs\Surface\v1.0 and
C:\Program Files (x86)\Microsoft Surface\v1.0</description>
		<content:encoded><![CDATA[<p>I had the same problem as Vasco. It looks like the version of the simulator we have installs the simulator in not one but two directories. Make sure you run the corflags fix in both</p>
<p>C:\Program Files (x86)\Microsoft SDKs\Surface\v1.0 and<br />
C:\Program Files (x86)\Microsoft Surface\v1.0</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Surface SDK SP1 on Vista and Win7 x64 &#124; GrumpyDev</title>
		<link>http://www.grumpydev.com/2008/12/26/surface-sdk-on-vista-x64/comment-page-1/#comment-168</link>
		<dc:creator>Surface SDK SP1 on Vista and Win7 x64 &#124; GrumpyDev</dc:creator>
		<pubDate>Fri, 22 Jan 2010 14:43:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.grumpydev.com/2008/12/26/surface-sdk-on-vista-x64/#comment-168</guid>
		<description>[...] is a follow up post to Surface SDK on Vista x64 where we got the original Surface SDK working on the unsupported Vista X64. Last week Microsoft [...]</description>
		<content:encoded><![CDATA[<p>[...] is a follow up post to Surface SDK on Vista x64 where we got the original Surface SDK working on the unsupported Vista X64. Last week Microsoft [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: srobbins</title>
		<link>http://www.grumpydev.com/2008/12/26/surface-sdk-on-vista-x64/comment-page-1/#comment-167</link>
		<dc:creator>srobbins</dc:creator>
		<pubDate>Fri, 22 Jan 2010 14:38:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.grumpydev.com/2008/12/26/surface-sdk-on-vista-x64/#comment-167</guid>
		<description>Thanks Robin, very useful.</description>
		<content:encoded><![CDATA[<p>Thanks Robin, very useful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robin Sanner</title>
		<link>http://www.grumpydev.com/2008/12/26/surface-sdk-on-vista-x64/comment-page-1/#comment-156</link>
		<dc:creator>Robin Sanner</dc:creator>
		<pubDate>Thu, 31 Dec 2009 20:10:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.grumpydev.com/2008/12/26/surface-sdk-on-vista-x64/#comment-156</guid>
		<description>To get the samples to build and install correctly do the following:

- Edit the configuration properties for the sample solution and create an x86 platform for all projects.
- Edit InstallSamples.bat
    - Comment out the lines on either side of the set as follows:

::FOR /F &quot;eol=H tokens=2*&quot; %%A IN (&#039;REG QUERY HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Surface\v1.0 /v IsLogicalSurfaceUnit&#039;) DO SET LogicalTableValue=%%B
SET InstallingOnTable=false
::IF %LogicalTableValue%==0x1 SET InstallingOnTable=true 

    - Change the MSBuildParameters to reference the x86 PlatformName as follows:

SET MSBuildParameters=/p:Configuration=Release;PlatformName=x86 /noconsolelogger /fl /fileLoggerParameters:LogFile=%LogFile%;Append /nologo</description>
		<content:encoded><![CDATA[<p>To get the samples to build and install correctly do the following:</p>
<p>- Edit the configuration properties for the sample solution and create an x86 platform for all projects.<br />
- Edit InstallSamples.bat<br />
    &#8211; Comment out the lines on either side of the set as follows:</p>
<p>::FOR /F &#8220;eol=H tokens=2*&#8221; %%A IN (&#8216;REG QUERY HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Surface\v1.0 /v IsLogicalSurfaceUnit&#8217;) DO SET LogicalTableValue=%%B<br />
SET InstallingOnTable=false<br />
::IF %LogicalTableValue%==0&#215;1 SET InstallingOnTable=true </p>
<p>    &#8211; Change the MSBuildParameters to reference the x86 PlatformName as follows:</p>
<p>SET MSBuildParameters=/p:Configuration=Release;PlatformName=x86 /noconsolelogger /fl /fileLoggerParameters:LogFile=%LogFile%;Append /nologo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: srobbins</title>
		<link>http://www.grumpydev.com/2008/12/26/surface-sdk-on-vista-x64/comment-page-1/#comment-154</link>
		<dc:creator>srobbins</dc:creator>
		<pubDate>Sun, 27 Dec 2009 08:42:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.grumpydev.com/2008/12/26/surface-sdk-on-vista-x64/#comment-154</guid>
		<description>Did you patch all of the assemblies? Is the crash giving you any more information in the event log?</description>
		<content:encoded><![CDATA[<p>Did you patch all of the assemblies? Is the crash giving you any more information in the event log?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: srobbins</title>
		<link>http://www.grumpydev.com/2008/12/26/surface-sdk-on-vista-x64/comment-page-1/#comment-153</link>
		<dc:creator>srobbins</dc:creator>
		<pubDate>Sun, 27 Dec 2009 08:41:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.grumpydev.com/2008/12/26/surface-sdk-on-vista-x64/#comment-153</guid>
		<description>I don&#039;t think there&#039;s anything you can do about this. The Simulator runs at the native Surface resolution (1024x768), but also adds the Simulator &quot;chrome&quot; around the outside, so you really need 1024 high to be able to use it.

Your only option is probably an external monitor (if you&#039;re using a laptop) or cranking your resolution up if you are using a monitor.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t think there&#8217;s anything you can do about this. The Simulator runs at the native Surface resolution (1024&#215;768), but also adds the Simulator &#8220;chrome&#8221; around the outside, so you really need 1024 high to be able to use it.</p>
<p>Your only option is probably an external monitor (if you&#8217;re using a laptop) or cranking your resolution up if you are using a monitor.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: teeeeaaa</title>
		<link>http://www.grumpydev.com/2008/12/26/surface-sdk-on-vista-x64/comment-page-1/#comment-152</link>
		<dc:creator>teeeeaaa</dc:creator>
		<pubDate>Thu, 24 Dec 2009 03:04:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.grumpydev.com/2008/12/26/surface-sdk-on-vista-x64/#comment-152</guid>
		<description>Hi,
Tried installing the surface sdk, but kept getting an error about not meeting the minimum resolution required. How can this be fixed?</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Tried installing the surface sdk, but kept getting an error about not meeting the minimum resolution required. How can this be fixed?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iria</title>
		<link>http://www.grumpydev.com/2008/12/26/surface-sdk-on-vista-x64/comment-page-1/#comment-150</link>
		<dc:creator>iria</dc:creator>
		<pubDate>Sat, 19 Dec 2009 16:02:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.grumpydev.com/2008/12/26/surface-sdk-on-vista-x64/#comment-150</guid>
		<description>Hi,

I run it as administrator and now i get this:
Microsoft (R) .NET Framework CorFlags Conversion Tool.  Version  3.5.21022.8
Copyright (c) Microsoft Corporation.  All rights reserved.

corflags : warning CF011 : The specified file is strong name signed.  Using /For
ce will invalidate the signature of this image and will require the assembly to
be resigned.

But i can&#039;t run the simulator, i get a error the simulator is not working anymore.

Thanks,
Iria</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I run it as administrator and now i get this:<br />
Microsoft (R) .NET Framework CorFlags Conversion Tool.  Version  3.5.21022.8<br />
Copyright (c) Microsoft Corporation.  All rights reserved.</p>
<p>corflags : warning CF011 : The specified file is strong name signed.  Using /For<br />
ce will invalidate the signature of this image and will require the assembly to<br />
be resigned.</p>
<p>But i can&#8217;t run the simulator, i get a error the simulator is not working anymore.</p>
<p>Thanks,<br />
Iria</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: srobbins</title>
		<link>http://www.grumpydev.com/2008/12/26/surface-sdk-on-vista-x64/comment-page-1/#comment-148</link>
		<dc:creator>srobbins</dc:creator>
		<pubDate>Sat, 19 Dec 2009 10:41:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.grumpydev.com/2008/12/26/surface-sdk-on-vista-x64/#comment-148</guid>
		<description>It sounds like a permission issue, are you sure you&#039;re running it from an elevated VS command prompt?</description>
		<content:encoded><![CDATA[<p>It sounds like a permission issue, are you sure you&#8217;re running it from an elevated VS command prompt?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iria</title>
		<link>http://www.grumpydev.com/2008/12/26/surface-sdk-on-vista-x64/comment-page-1/#comment-147</link>
		<dc:creator>iria</dc:creator>
		<pubDate>Fri, 18 Dec 2009 21:58:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.grumpydev.com/2008/12/26/surface-sdk-on-vista-x64/#comment-147</guid>
		<description>hi,

i&#039;m at step 2.5 
corflags Attract.exe /32bit+ /force
corflags AttractConfig.exe /32bit+ /force
corflags SurfaceInput.exe /32bit+ /force
corflags SurfaceOutOfOrder.exe /32bit+ /force
corflags SurfaceShell.exe /32bit+ /force

And i get a error: 
corflags : error CF001 : Could not open file for writing

Thanks, Iria</description>
		<content:encoded><![CDATA[<p>hi,</p>
<p>i&#8217;m at step 2.5<br />
corflags Attract.exe /32bit+ /force<br />
corflags AttractConfig.exe /32bit+ /force<br />
corflags SurfaceInput.exe /32bit+ /force<br />
corflags SurfaceOutOfOrder.exe /32bit+ /force<br />
corflags SurfaceShell.exe /32bit+ /force</p>
<p>And i get a error:<br />
corflags : error CF001 : Could not open file for writing</p>
<p>Thanks, Iria</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://www.grumpydev.com/2008/12/26/surface-sdk-on-vista-x64/comment-page-1/#comment-145</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Thu, 26 Nov 2009 11:39:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.grumpydev.com/2008/12/26/surface-sdk-on-vista-x64/#comment-145</guid>
		<description>After removing the sqm bit from the msi file, it worked like a sharm.
Thanks!</description>
		<content:encoded><![CDATA[<p>After removing the sqm bit from the msi file, it worked like a sharm.<br />
Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: srobbins</title>
		<link>http://www.grumpydev.com/2008/12/26/surface-sdk-on-vista-x64/comment-page-1/#comment-118</link>
		<dc:creator>srobbins</dc:creator>
		<pubDate>Sun, 30 Aug 2009 14:25:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.grumpydev.com/2008/12/26/surface-sdk-on-vista-x64/#comment-118</guid>
		<description>Is it the SP1 version you&#039;re installing? Take a look at the updated article if it is, there&#039;s an additional step required.</description>
		<content:encoded><![CDATA[<p>Is it the SP1 version you&#8217;re installing? Take a look at the updated article if it is, there&#8217;s an additional step required.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: david</title>
		<link>http://www.grumpydev.com/2008/12/26/surface-sdk-on-vista-x64/comment-page-1/#comment-117</link>
		<dc:creator>david</dc:creator>
		<pubDate>Sun, 30 Aug 2009 13:53:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.grumpydev.com/2008/12/26/surface-sdk-on-vista-x64/#comment-117</guid>
		<description>hi, when i try to install the new sdk modified via orca, at the finish of the install process it says that there is a problem and then it rollback unistalling the sdk :(

thank you 
David</description>
		<content:encoded><![CDATA[<p>hi, when i try to install the new sdk modified via orca, at the finish of the install process it says that there is a problem and then it rollback unistalling the sdk <img src='http://www.grumpydev.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>thank you<br />
David</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: srobbins</title>
		<link>http://www.grumpydev.com/2008/12/26/surface-sdk-on-vista-x64/comment-page-1/#comment-99</link>
		<dc:creator>srobbins</dc:creator>
		<pubDate>Wed, 03 Jun 2009 13:45:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.grumpydev.com/2008/12/26/surface-sdk-on-vista-x64/#comment-99</guid>
		<description>Yep, although that&#039;s not the case with SP1 (see the &lt;a href=&quot;/2009/05/17/surface-sdk-sp1-on-vista-and-win7-x64/&quot; rel=&quot;nofollow&quot;&gt;updated link&lt;/a&gt;). Is there a specific reason why you are using the original SDK rather than SP1 now?</description>
		<content:encoded><![CDATA[<p>Yep, although that&#8217;s not the case with SP1 (see the <a href="/2009/05/17/surface-sdk-sp1-on-vista-and-win7-x64/" rel="nofollow">updated link</a>). Is there a specific reason why you are using the original SDK rather than SP1 now?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jack Ukleja</title>
		<link>http://www.grumpydev.com/2008/12/26/surface-sdk-on-vista-x64/comment-page-1/#comment-98</link>
		<dc:creator>Jack Ukleja</dc:creator>
		<pubDate>Tue, 02 Jun 2009 15:11:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.grumpydev.com/2008/12/26/surface-sdk-on-vista-x64/#comment-98</guid>
		<description>For Windows 7 removing the 64bit check is not enough - you also have to remove the OS version &amp; Service pack check, or else you will get the error &quot;Your system does not have the correct service pack.&quot;</description>
		<content:encoded><![CDATA[<p>For Windows 7 removing the 64bit check is not enough &#8211; you also have to remove the OS version &amp; Service pack check, or else you will get the error &#8220;Your system does not have the correct service pack.&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jack Ukleja</title>
		<link>http://www.grumpydev.com/2008/12/26/surface-sdk-on-vista-x64/comment-page-1/#comment-97</link>
		<dc:creator>Jack Ukleja</dc:creator>
		<pubDate>Tue, 02 Jun 2009 14:57:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.grumpydev.com/2008/12/26/surface-sdk-on-vista-x64/#comment-97</guid>
		<description>For those of us doing the web install of the SDK to get Orca, which of the install options do we need to get *just* Orca? (save on 1.5GB of bandwidth!)</description>
		<content:encoded><![CDATA[<p>For those of us doing the web install of the SDK to get Orca, which of the install options do we need to get *just* Orca? (save on 1.5GB of bandwidth!)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: srobbins</title>
		<link>http://www.grumpydev.com/2008/12/26/surface-sdk-on-vista-x64/comment-page-1/#comment-95</link>
		<dc:creator>srobbins</dc:creator>
		<pubDate>Fri, 22 May 2009 10:17:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.grumpydev.com/2008/12/26/surface-sdk-on-vista-x64/#comment-95</guid>
		<description>Thanks for that, I&#039;m looking at putting a script together that will do the whole lot (or that&#039;s the plan anyway), just haven&#039;t had chance yet :-)</description>
		<content:encoded><![CDATA[<p>Thanks for that, I&#8217;m looking at putting a script together that will do the whole lot (or that&#8217;s the plan anyway), just haven&#8217;t had chance yet <img src='http://www.grumpydev.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Klawiter</title>
		<link>http://www.grumpydev.com/2008/12/26/surface-sdk-on-vista-x64/comment-page-1/#comment-94</link>
		<dc:creator>Jeff Klawiter</dc:creator>
		<pubDate>Thu, 21 May 2009 14:16:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.grumpydev.com/2008/12/26/surface-sdk-on-vista-x64/#comment-94</guid>
		<description>To make it a little easier on people, you can copy and paste this into your command prompt to do the 32bit updates

cd &quot;C:\Program Files (x86)\Microsoft SDKs\Surface\v1.0\Tools\Simulator&quot;
corflags SurfaceSimulator.exe /32bit+ /force
cd &quot;C:\Program Files (x86)\Microsoft Surface\v1.0&quot;
corflags Attract.exe /32bit+ /force
corflags AttractConfig.exe /32bit+ /force
corflags SurfaceInput.exe /32bit+ /force
corflags SurfaceOutOfOrder.exe /32bit+ /force
corflags SurfaceShell.exe /32bit+ /force</description>
		<content:encoded><![CDATA[<p>To make it a little easier on people, you can copy and paste this into your command prompt to do the 32bit updates</p>
<p>cd &#8220;C:\Program Files (x86)\Microsoft SDKs\Surface\v1.0\Tools\Simulator&#8221;<br />
corflags SurfaceSimulator.exe /32bit+ /force<br />
cd &#8220;C:\Program Files (x86)\Microsoft Surface\v1.0&#8243;<br />
corflags Attract.exe /32bit+ /force<br />
corflags AttractConfig.exe /32bit+ /force<br />
corflags SurfaceInput.exe /32bit+ /force<br />
corflags SurfaceOutOfOrder.exe /32bit+ /force<br />
corflags SurfaceShell.exe /32bit+ /force</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Klawiter</title>
		<link>http://www.grumpydev.com/2008/12/26/surface-sdk-on-vista-x64/comment-page-1/#comment-93</link>
		<dc:creator>Jeff Klawiter</dc:creator>
		<pubDate>Thu, 21 May 2009 14:06:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.grumpydev.com/2008/12/26/surface-sdk-on-vista-x64/#comment-93</guid>
		<description>this page is a godsend for us that demand to have modern development rigs but still need to develop for surface. I can understand they want the requirements to be the same or as close to what the real unit is but this is getting ridiculous. 

Thanks for the CreateSqmMachineGuid update. I had just tracked it down that it was failing at that point. good ole msiexec /i SurfaceSDKWE.msi /L*v log.txt</description>
		<content:encoded><![CDATA[<p>this page is a godsend for us that demand to have modern development rigs but still need to develop for surface. I can understand they want the requirements to be the same or as close to what the real unit is but this is getting ridiculous. </p>
<p>Thanks for the CreateSqmMachineGuid update. I had just tracked it down that it was failing at that point. good ole msiexec /i SurfaceSDKWE.msi /L*v log.txt</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: srobbins</title>
		<link>http://www.grumpydev.com/2008/12/26/surface-sdk-on-vista-x64/comment-page-1/#comment-91</link>
		<dc:creator>srobbins</dc:creator>
		<pubDate>Fri, 15 May 2009 20:17:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.grumpydev.com/2008/12/26/surface-sdk-on-vista-x64/#comment-91</guid>
		<description>Thanks for the comment.. I am putting together a new post for SP1, but I&#039;ve only just reinstalled my x64 box so it&#039;s taking a while! Glad you got it going.</description>
		<content:encoded><![CDATA[<p>Thanks for the comment.. I am putting together a new post for SP1, but I&#8217;ve only just reinstalled my x64 box so it&#8217;s taking a while! Glad you got it going.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JamesK</title>
		<link>http://www.grumpydev.com/2008/12/26/surface-sdk-on-vista-x64/comment-page-1/#comment-90</link>
		<dc:creator>JamesK</dc:creator>
		<pubDate>Fri, 15 May 2009 20:10:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.grumpydev.com/2008/12/26/surface-sdk-on-vista-x64/#comment-90</guid>
		<description>Ok, just got SP1 working on Vista Ultimate x64. I&#039;m way behind in my work so maybe someone else can put together a tutorial. Basically follow the x64 tutorial from above, but while in MSIEdi or Orca find the InstallExecuteSequence table. Look for the two SQM steps (SetupCreateSQMMachineGuid and CreateSQMMachineGuid) and remove them. Install as usual. Then when you do the 32-bit force on all the executables, remember to do the same to Attract.exe. Other than that is seems to work. Hope it helps some people.</description>
		<content:encoded><![CDATA[<p>Ok, just got SP1 working on Vista Ultimate x64. I&#8217;m way behind in my work so maybe someone else can put together a tutorial. Basically follow the x64 tutorial from above, but while in MSIEdi or Orca find the InstallExecuteSequence table. Look for the two SQM steps (SetupCreateSQMMachineGuid and CreateSQMMachineGuid) and remove them. Install as usual. Then when you do the 32-bit force on all the executables, remember to do the same to Attract.exe. Other than that is seems to work. Hope it helps some people.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JamesK</title>
		<link>http://www.grumpydev.com/2008/12/26/surface-sdk-on-vista-x64/comment-page-1/#comment-89</link>
		<dc:creator>JamesK</dc:creator>
		<pubDate>Fri, 15 May 2009 15:08:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.grumpydev.com/2008/12/26/surface-sdk-on-vista-x64/#comment-89</guid>
		<description>Bart, did you get this running? I have exactly the same problem. Nothing in the event log or anywhere I can find to tell what is happening?</description>
		<content:encoded><![CDATA[<p>Bart, did you get this running? I have exactly the same problem. Nothing in the event log or anywhere I can find to tell what is happening?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bart Roozendaal</title>
		<link>http://www.grumpydev.com/2008/12/26/surface-sdk-on-vista-x64/comment-page-1/#comment-88</link>
		<dc:creator>Bart Roozendaal</dc:creator>
		<pubDate>Wed, 13 May 2009 08:34:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.grumpydev.com/2008/12/26/surface-sdk-on-vista-x64/#comment-88</guid>
		<description>Now, I try to do the trick again for SP1 of the SDK. Unfortunately there are some other tweaks needed. There&#039;s probably something else in the MSI that conflicts. The install rollsback when it&#039;s almost at the end. I had a look at the MSI script, but can&#039;t figure out what&#039;s the offending part.

Btw: I&#039;m running Windows 7 RC 64 bits.</description>
		<content:encoded><![CDATA[<p>Now, I try to do the trick again for SP1 of the SDK. Unfortunately there are some other tweaks needed. There&#8217;s probably something else in the MSI that conflicts. The install rollsback when it&#8217;s almost at the end. I had a look at the MSI script, but can&#8217;t figure out what&#8217;s the offending part.</p>
<p>Btw: I&#8217;m running Windows 7 RC 64 bits.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: srobbins</title>
		<link>http://www.grumpydev.com/2008/12/26/surface-sdk-on-vista-x64/comment-page-1/#comment-87</link>
		<dc:creator>srobbins</dc:creator>
		<pubDate>Wed, 29 Apr 2009 13:59:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.grumpydev.com/2008/12/26/surface-sdk-on-vista-x64/#comment-87</guid>
		<description>Yeah, I&#039;ve had it running on Win7, just haven&#039;t got around to updating the post.. It&#039;s an &quot;exercise for the reader&quot; ;-)</description>
		<content:encoded><![CDATA[<p>Yeah, I&#8217;ve had it running on Win7, just haven&#8217;t got around to updating the post.. It&#8217;s an &#8220;exercise for the reader&#8221; <img src='http://www.grumpydev.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bart Roozendaal</title>
		<link>http://www.grumpydev.com/2008/12/26/surface-sdk-on-vista-x64/comment-page-1/#comment-86</link>
		<dc:creator>Bart Roozendaal</dc:creator>
		<pubDate>Wed, 29 Apr 2009 09:27:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.grumpydev.com/2008/12/26/surface-sdk-on-vista-x64/#comment-86</guid>
		<description>For the record: I only had to remove a launchcondition or two more and all works fine in Win7. What a relieve. That removes me from needing to have the actual unit in my office. The sound and temperature changes were getting to me a bit :-) Now, let&#039;s start developing on my nice HP Touchsmart... Great post.</description>
		<content:encoded><![CDATA[<p>For the record: I only had to remove a launchcondition or two more and all works fine in Win7. What a relieve. That removes me from needing to have the actual unit in my office. The sound and temperature changes were getting to me a bit <img src='http://www.grumpydev.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  Now, let&#8217;s start developing on my nice HP Touchsmart&#8230; Great post.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
