<?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: Git and Windows Vista</title>
	<atom:link href="http://www.dont-panic.cc/capi/2007/07/06/git-and-windows-vista/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dont-panic.cc/capi/2007/07/06/git-and-windows-vista/</link>
	<description>Development, Network, Security, Ideas &#038; Opinions</description>
	<lastBuildDate>Mon, 28 Dec 2009 23:15:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: tOMPSON&#8217;s blog &#187; git under Windows 7</title>
		<link>http://www.dont-panic.cc/capi/2007/07/06/git-and-windows-vista/comment-page-1/#comment-16236</link>
		<dc:creator>tOMPSON&#8217;s blog &#187; git under Windows 7</dc:creator>
		<pubDate>Mon, 24 Aug 2009 21:49:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.dont-panic.cc/capi/2007/07/06/git-and-windows-vista/#comment-16236</guid>
		<description>[...] are already some posts out there discussing this issue which git in cygwin has under Windows Vista. It will be no surprise [...]</description>
		<content:encoded><![CDATA[<p>[...] are already some posts out there discussing this issue which git in cygwin has under Windows Vista. It will be no surprise [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karl M. Davis</title>
		<link>http://www.dont-panic.cc/capi/2007/07/06/git-and-windows-vista/comment-page-1/#comment-8238</link>
		<dc:creator>Karl M. Davis</dc:creator>
		<pubDate>Tue, 03 Mar 2009 23:14:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.dont-panic.cc/capi/2007/07/06/git-and-windows-vista/#comment-8238</guid>
		<description>Just an FYI for anyone that runs into this: if you create the .manifest and still get &quot;permission denied&quot; or &quot;This operation requires elevation&quot; when running the cygwin executable, &quot;touch&quot; the executable to change its modification date.  It seems the executable&#039;s .manifest (or lack thereof) gets cached-- even across a reboot for me.</description>
		<content:encoded><![CDATA[<p>Just an FYI for anyone that runs into this: if you create the .manifest and still get &#8220;permission denied&#8221; or &#8220;This operation requires elevation&#8221; when running the cygwin executable, &#8220;touch&#8221; the executable to change its modification date.  It seems the executable&#8217;s .manifest (or lack thereof) gets cached&#8211; even across a reboot for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Broadey</title>
		<link>http://www.dont-panic.cc/capi/2007/07/06/git-and-windows-vista/comment-page-1/#comment-7551</link>
		<dc:creator>Kevin Broadey</dc:creator>
		<pubDate>Thu, 12 Feb 2009 00:38:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.dont-panic.cc/capi/2007/07/06/git-and-windows-vista/#comment-7551</guid>
		<description>&lt;a href=&quot;#comment-7550&quot; rel=&quot;nofollow&quot;&gt;@Kevin Broadey&lt;/a&gt; 
Blog won&#039;t let me post XML - get it from here - http://homepage.ntlworld.com/kevin.broadey/git-update-index.exe.manifest.txt</description>
		<content:encoded><![CDATA[<p><a href="#comment-7550" rel="nofollow">@Kevin Broadey</a><br />
Blog won&#8217;t let me post XML &#8211; get it from here &#8211; <a href="http://homepage.ntlworld.com/kevin.broadey/git-update-index.exe.manifest.txt" rel="nofollow">http://homepage.ntlworld.com/kevin.broadey/git-update-index.exe.manifest.txt</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Broadey</title>
		<link>http://www.dont-panic.cc/capi/2007/07/06/git-and-windows-vista/comment-page-1/#comment-7550</link>
		<dc:creator>Kevin Broadey</dc:creator>
		<pubDate>Thu, 12 Feb 2009 00:33:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.dont-panic.cc/capi/2007/07/06/git-and-windows-vista/#comment-7550</guid>
		<description>Something ate the XML.  Try again...



  

  &lt;!-- Identify the application security requirements. --&gt;
  
    
      
        
        
       
  
</description>
		<content:encoded><![CDATA[<p>Something ate the XML.  Try again&#8230;</p>
<p>  <!-- Identify the application security requirements. --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Broadey</title>
		<link>http://www.dont-panic.cc/capi/2007/07/06/git-and-windows-vista/comment-page-1/#comment-7549</link>
		<dc:creator>Kevin Broadey</dc:creator>
		<pubDate>Thu, 12 Feb 2009 00:31:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.dont-panic.cc/capi/2007/07/06/git-and-windows-vista/#comment-7549</guid>
		<description>You can create a separate git-update-index.exe.manifest file in your /usr/sbin/git-core directory rather than messing with the Microsoft Manifest tool.  The file below works for me.  You will need to create similar files for git-update-index.exe and git-update-server-info.exe too.

Don&#039;t assume I have god-like powers - I found this solution elsewhere on the internet (okay, Google found it for me!)

The important bit is setting requestedExecutionLevel level=&quot;asInvoker&quot; which side-steps Vista&#039;s automatic installer detection heuristics.

Here&#039;s an article about installer detection - http://msdn.microsoft.com/en-us/library/bb756960.aspx

And here&#039;s a link to the XML manifest format - http://msdn.microsoft.com/en-us/library/bb756929.aspx



  

  &lt;!-- Identify the application security requirements. --&gt;
  
    
      
        
        
       
  
</description>
		<content:encoded><![CDATA[<p>You can create a separate git-update-index.exe.manifest file in your /usr/sbin/git-core directory rather than messing with the Microsoft Manifest tool.  The file below works for me.  You will need to create similar files for git-update-index.exe and git-update-server-info.exe too.</p>
<p>Don&#8217;t assume I have god-like powers &#8211; I found this solution elsewhere on the internet (okay, Google found it for me!)</p>
<p>The important bit is setting requestedExecutionLevel level=&#8221;asInvoker&#8221; which side-steps Vista&#8217;s automatic installer detection heuristics.</p>
<p>Here&#8217;s an article about installer detection &#8211; <a href="http://msdn.microsoft.com/en-us/library/bb756960.aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/bb756960.aspx</a></p>
<p>And here&#8217;s a link to the XML manifest format &#8211; <a href="http://msdn.microsoft.com/en-us/library/bb756929.aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/bb756929.aspx</a></p>
<p>  <!-- Identify the application security requirements. --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin Carpella</title>
		<link>http://www.dont-panic.cc/capi/2007/07/06/git-and-windows-vista/comment-page-1/#comment-2948</link>
		<dc:creator>Martin Carpella</dc:creator>
		<pubDate>Fri, 30 May 2008 13:25:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.dont-panic.cc/capi/2007/07/06/git-and-windows-vista/#comment-2948</guid>
		<description>Hmm, maybe this was udpated in Vista with SP1? The detection of installers was revised as far as I read on the net, so this would have an effect on your observation. Being on the system partition or not should have no effect on the UAC being triggered by setup programs.

Thanks for sharing your observation!</description>
		<content:encoded><![CDATA[<p>Hmm, maybe this was udpated in Vista with SP1? The detection of installers was revised as far as I read on the net, so this would have an effect on your observation. Being on the system partition or not should have no effect on the UAC being triggered by setup programs.</p>
<p>Thanks for sharing your observation!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pH</title>
		<link>http://www.dont-panic.cc/capi/2007/07/06/git-and-windows-vista/comment-page-1/#comment-2947</link>
		<dc:creator>pH</dc:creator>
		<pubDate>Fri, 30 May 2008 08:19:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.dont-panic.cc/capi/2007/07/06/git-and-windows-vista/#comment-2947</guid>
		<description>Hi,

I just ran into this post, not sure if it&#039;s fixed. What I did was to run cygwin on my non-OS partition (ie. D:\ or E:\) and it works for me. Vista is VERY protective of its OS partition and file operations there by &quot;guests&quot; are not welcomed. I didn&#039;t need to do anything to my UAC (it&#039;s still running), etc.

Hope this would help someone... :)</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I just ran into this post, not sure if it&#8217;s fixed. What I did was to run cygwin on my non-OS partition (ie. D:\ or E:\) and it works for me. Vista is VERY protective of its OS partition and file operations there by &#8220;guests&#8221; are not welcomed. I didn&#8217;t need to do anything to my UAC (it&#8217;s still running), etc.</p>
<p>Hope this would help someone&#8230; <img src='http://www.dont-panic.cc/capi/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin Carpella</title>
		<link>http://www.dont-panic.cc/capi/2007/07/06/git-and-windows-vista/comment-page-1/#comment-438</link>
		<dc:creator>Martin Carpella</dc:creator>
		<pubDate>Wed, 22 Aug 2007 07:17:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.dont-panic.cc/capi/2007/07/06/git-and-windows-vista/#comment-438</guid>
		<description>yes, cool idea, didn&#039;t think of this. Thanks for sharing!</description>
		<content:encoded><![CDATA[<p>yes, cool idea, didn&#8217;t think of this. Thanks for sharing!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: EGarcia</title>
		<link>http://www.dont-panic.cc/capi/2007/07/06/git-and-windows-vista/comment-page-1/#comment-437</link>
		<dc:creator>EGarcia</dc:creator>
		<pubDate>Mon, 20 Aug 2007 22:10:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.dont-panic.cc/capi/2007/07/06/git-and-windows-vista/#comment-437</guid>
		<description>oops... and git-update-ref.exe</description>
		<content:encoded><![CDATA[<p>oops&#8230; and git-update-ref.exe</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: EGarcia</title>
		<link>http://www.dont-panic.cc/capi/2007/07/06/git-and-windows-vista/comment-page-1/#comment-436</link>
		<dc:creator>EGarcia</dc:creator>
		<pubDate>Mon, 20 Aug 2007 21:47:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.dont-panic.cc/capi/2007/07/06/git-and-windows-vista/#comment-436</guid>
		<description>After sharing your interest in &#039;git&#039;, reading your article and rejecting all solutions you presented, I wanted to share a solution which worked for me.  Using Microsoft&#039;s Manifest Tool, I added a manifest to git-update-index.exe which eliminated my git + UAC: &#039;Permission denied&#039; problems.</description>
		<content:encoded><![CDATA[<p>After sharing your interest in &#8216;git&#8217;, reading your article and rejecting all solutions you presented, I wanted to share a solution which worked for me.  Using Microsoft&#8217;s Manifest Tool, I added a manifest to git-update-index.exe which eliminated my git + UAC: &#8216;Permission denied&#8217; problems.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
