<?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: Request UAC Elevation for .net Application (Managed Code)</title>
	<atom:link href="http://www.aneef.net/2009/06/29/request-uac-elevation-for-net-application-managed-code/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.aneef.net/2009/06/29/request-uac-elevation-for-net-application-managed-code/</link>
	<description>Do it in .Net way &#124; Blogging about C#,ASP.Net, LINQ,WPF and .Net Technologies</description>
	<lastBuildDate>Wed, 17 Feb 2010 13:44:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Aneef</title>
		<link>http://www.aneef.net/2009/06/29/request-uac-elevation-for-net-application-managed-code/comment-page-1/#comment-251</link>
		<dc:creator>Aneef</dc:creator>
		<pubDate>Mon, 12 Oct 2009 08:22:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.aneef.net/2009/06/29/request-uac-elevation-for-net-application-managed-code/#comment-251</guid>
		<description>Hi Ravikumar,

you need to embed the manifest to get the UAC work. you cant do with app.config i guess.

If you disable UAC in control panel,it wouldn&#039;t prompt for UAC. that&#039;s how all applications work, for example when you access your registry when UAC disabled, you don&#039;t get the UAC prompt right ?

hope it helps</description>
		<content:encoded><![CDATA[<p>Hi Ravikumar,</p>
<p>you need to embed the manifest to get the UAC work. you cant do with app.config i guess.</p>
<p>If you disable UAC in control panel,it wouldn&#8217;t prompt for UAC. that&#8217;s how all applications work, for example when you access your registry when UAC disabled, you don&#8217;t get the UAC prompt right ?</p>
<p>hope it helps</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ravikumar</title>
		<link>http://www.aneef.net/2009/06/29/request-uac-elevation-for-net-application-managed-code/comment-page-1/#comment-250</link>
		<dc:creator>Ravikumar</dc:creator>
		<pubDate>Mon, 12 Oct 2009 08:18:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.aneef.net/2009/06/29/request-uac-elevation-for-net-application-managed-code/#comment-250</guid>
		<description>Hi Aneef,

If UAC is disabled in System (via Control Panel), then while running application, Does the UAC dialog would appear?

If not how can we elevate the UAC dialog when it is in disabled mode.</description>
		<content:encoded><![CDATA[<p>Hi Aneef,</p>
<p>If UAC is disabled in System (via Control Panel), then while running application, Does the UAC dialog would appear?</p>
<p>If not how can we elevate the UAC dialog when it is in disabled mode.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ravikumar</title>
		<link>http://www.aneef.net/2009/06/29/request-uac-elevation-for-net-application-managed-code/comment-page-1/#comment-249</link>
		<dc:creator>Ravikumar</dc:creator>
		<pubDate>Sun, 11 Oct 2009 06:30:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.aneef.net/2009/06/29/request-uac-elevation-for-net-application-managed-code/#comment-249</guid>
		<description>Hi Aneef,

I was working for me now. The issue was UAC disabled in my system.
I have one more query.
Is it possible to get the UAC dialog by modifying the appln.config file.
If so, let me know the steps to follow.

Thanks in Advance.</description>
		<content:encoded><![CDATA[<p>Hi Aneef,</p>
<p>I was working for me now. The issue was UAC disabled in my system.<br />
I have one more query.<br />
Is it possible to get the UAC dialog by modifying the appln.config file.<br />
If so, let me know the steps to follow.</p>
<p>Thanks in Advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aneef Fashir</title>
		<link>http://www.aneef.net/2009/06/29/request-uac-elevation-for-net-application-managed-code/comment-page-1/#comment-246</link>
		<dc:creator>Aneef Fashir</dc:creator>
		<pubDate>Fri, 09 Oct 2009 09:25:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.aneef.net/2009/06/29/request-uac-elevation-for-net-application-managed-code/#comment-246</guid>
		<description>Hi Ravikumar,

have you embed the manifest correctly ? if possible mail me your code, i will check it for you.

thanks.</description>
		<content:encoded><![CDATA[<p>Hi Ravikumar,</p>
<p>have you embed the manifest correctly ? if possible mail me your code, i will check it for you.</p>
<p>thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ravikumar</title>
		<link>http://www.aneef.net/2009/06/29/request-uac-elevation-for-net-application-managed-code/comment-page-1/#comment-244</link>
		<dc:creator>Ravikumar</dc:creator>
		<pubDate>Fri, 09 Oct 2009 08:53:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.aneef.net/2009/06/29/request-uac-elevation-for-net-application-managed-code/#comment-244</guid>
		<description>I tried above implementation on my Vista mahcine with Visual Studio 2005 dotnet 2.0. I didn&#039;t get UAC dialog. Can you give me some clue, what more I need to check or do I need to follow any other things.</description>
		<content:encoded><![CDATA[<p>I tried above implementation on my Vista mahcine with Visual Studio 2005 dotnet 2.0. I didn&#8217;t get UAC dialog. Can you give me some clue, what more I need to check or do I need to follow any other things.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
