<?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: Creating Application Shortcuts for Click-Once Applications</title>
	<atom:link href="http://www.edwardstafford.com/2007/05/03/no-shortcuts-to-creating-shortcuts/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.edwardstafford.com/2007/05/03/no-shortcuts-to-creating-shortcuts/</link>
	<description>Technologist, Artist, and Geek</description>
	<lastBuildDate>Tue, 02 Mar 2010 08:25:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jack</title>
		<link>http://www.edwardstafford.com/2007/05/03/no-shortcuts-to-creating-shortcuts/comment-page-1/#comment-4440</link>
		<dc:creator>Jack</dc:creator>
		<pubDate>Tue, 09 Jun 2009 08:41:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.edwardstafford.com/blog/?p=8#comment-4440</guid>
		<description>I found this blog useful:
http://dipeshavlani.blogspot.com/2009/05/clickonce-and-startup-on-windows-logon.html</description>
		<content:encoded><![CDATA[<p>I found this blog useful:<br />
<a href="http://dipeshavlani.blogspot.com/2009/05/clickonce-and-startup-on-windows-logon.html" rel="nofollow">http://dipeshavlani.blogspot.com/2009/05/clickonce-and-startup-on-windows-logon.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ed Stafford</title>
		<link>http://www.edwardstafford.com/2007/05/03/no-shortcuts-to-creating-shortcuts/comment-page-1/#comment-3260</link>
		<dc:creator>Ed Stafford</dc:creator>
		<pubDate>Wed, 11 Feb 2009 16:33:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.edwardstafford.com/blog/?p=8#comment-3260</guid>
		<description>@Richard
Thanks for your input regarding Vista. Much appreciated.</description>
		<content:encoded><![CDATA[<p>@Richard<br />
Thanks for your input regarding Vista. Much appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://www.edwardstafford.com/2007/05/03/no-shortcuts-to-creating-shortcuts/comment-page-1/#comment-3258</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Wed, 11 Feb 2009 08:35:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.edwardstafford.com/blog/?p=8#comment-3258</guid>
		<description>This does not currently work on Vista, XP however works great. I&#039;ve even tried making a separate launcher exe as i have read others successfully used but with no luck.</description>
		<content:encoded><![CDATA[<p>This does not currently work on Vista, XP however works great. I&#8217;ve even tried making a separate launcher exe as i have read others successfully used but with no luck.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ed Stafford</title>
		<link>http://www.edwardstafford.com/2007/05/03/no-shortcuts-to-creating-shortcuts/comment-page-1/#comment-3174</link>
		<dc:creator>Ed Stafford</dc:creator>
		<pubDate>Wed, 07 Jan 2009 14:59:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.edwardstafford.com/blog/?p=8#comment-3174</guid>
		<description>David,
Thanks for your comment. I&#039;m happy you found the info here to be helpful.
That&#039;s an interesting idea about detecting how the app is launched. To be honest, I&#039;m not sure if there is a way to do that, but it may be worth looking in to. Thanks for the suggestion.

I am curious about the &quot;trivial&quot; errors you were seeing. The samples were cut directly from my working application. Could possibly be specific to the design differences between your application and the samples here, or maybe a different .NET version? This was created for the 2.0 framework.

Anyway, thanks again for you input.</description>
		<content:encoded><![CDATA[<p>David,<br />
Thanks for your comment. I&#8217;m happy you found the info here to be helpful.<br />
That&#8217;s an interesting idea about detecting how the app is launched. To be honest, I&#8217;m not sure if there is a way to do that, but it may be worth looking in to. Thanks for the suggestion.</p>
<p>I am curious about the &#8220;trivial&#8221; errors you were seeing. The samples were cut directly from my working application. Could possibly be specific to the design differences between your application and the samples here, or maybe a different .NET version? This was created for the 2.0 framework.</p>
<p>Anyway, thanks again for you input.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Karlin</title>
		<link>http://www.edwardstafford.com/2007/05/03/no-shortcuts-to-creating-shortcuts/comment-page-1/#comment-3173</link>
		<dc:creator>David Karlin</dc:creator>
		<pubDate>Wed, 07 Jan 2009 11:31:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.edwardstafford.com/blog/?p=8#comment-3173</guid>
		<description>This worked very well for me (there were a couple of trivial errors cutting and pasting the code, but nothing to worry about; I can give details if you want), so thanks very much for the clear and detailed post. Haven&#039;t tried Vista yet.

A question about a possible additional feature: I would like to run the main window of my app minimised to the system tray when starting from boot, but opened normally if started manually. This requires the app to know whether or not it has been launched from the startup link. Do you have any idea on how to do this?

Thanks</description>
		<content:encoded><![CDATA[<p>This worked very well for me (there were a couple of trivial errors cutting and pasting the code, but nothing to worry about; I can give details if you want), so thanks very much for the clear and detailed post. Haven&#8217;t tried Vista yet.</p>
<p>A question about a possible additional feature: I would like to run the main window of my app minimised to the system tray when starting from boot, but opened normally if started manually. This requires the app to know whether or not it has been launched from the startup link. Do you have any idea on how to do this?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ed Stafford</title>
		<link>http://www.edwardstafford.com/2007/05/03/no-shortcuts-to-creating-shortcuts/comment-page-1/#comment-3118</link>
		<dc:creator>Ed Stafford</dc:creator>
		<pubDate>Sat, 20 Dec 2008 04:05:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.edwardstafford.com/blog/?p=8#comment-3118</guid>
		<description>Alex,

The appref-ms file is provided by the click-once install so you do not  include it with your project.

I don&#039;t have a Vista system to test this on, but if you are having trouble getting this to work, I&#039;d start by making sure you have all your Project Properties set correctly, (see notes in the code samples), and you are referencing your paths correctly. I would love to hear back from you if you are able to sort it out.</description>
		<content:encoded><![CDATA[<p>Alex,</p>
<p>The appref-ms file is provided by the click-once install so you do not  include it with your project.</p>
<p>I don&#8217;t have a Vista system to test this on, but if you are having trouble getting this to work, I&#8217;d start by making sure you have all your Project Properties set correctly, (see notes in the code samples), and you are referencing your paths correctly. I would love to hear back from you if you are able to sort it out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Taylor</title>
		<link>http://www.edwardstafford.com/2007/05/03/no-shortcuts-to-creating-shortcuts/comment-page-1/#comment-2947</link>
		<dc:creator>Alex Taylor</dc:creator>
		<pubDate>Tue, 02 Dec 2008 12:11:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.edwardstafford.com/blog/?p=8#comment-2947</guid>
		<description>The same appref-ms file will work on any computer.  It&#039;s ok if you include it in the project I think.

Maybe this is specific to vista or maybe just me, but I can&#039;t get windows to execute my appref-ms file in the startup folder.  Maybe it only looks for .LNKs or something?</description>
		<content:encoded><![CDATA[<p>The same appref-ms file will work on any computer.  It&#8217;s ok if you include it in the project I think.</p>
<p>Maybe this is specific to vista or maybe just me, but I can&#8217;t get windows to execute my appref-ms file in the startup folder.  Maybe it only looks for .LNKs or something?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
