<?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: AIR Install Badge Issues</title>
	<atom:link href="http://www.rphelan.com/2008/08/22/air-install-badge-issues/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rphelan.com/2008/08/22/air-install-badge-issues/</link>
	<description>Exploring Flex, Design, and Visualization</description>
	<lastBuildDate>Wed, 28 Sep 2011 17:07:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Cristobal Gana</title>
		<link>http://www.rphelan.com/2008/08/22/air-install-badge-issues/comment-page-1/#comment-14110</link>
		<dc:creator>Cristobal Gana</dc:creator>
		<pubDate>Wed, 28 Sep 2011 17:07:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.rphelan.com/?p=67#comment-14110</guid>
		<description>SOLUTION OK FOR THIS ISSUE:

I had the same issue when trying to install Prezi.air

Then, all u&#039;ve to do is: 
* double click on the *.air file
* select the option: &quot;chose the program from a list&quot;
* search in the next path: 
C:\Program Files\Common Files\Adobe AIR\Versions\1.0
and associate the *.air to the &quot;Adobe AIR Application Installer.exe&quot;.

that&#039;s it.</description>
		<content:encoded><![CDATA[<p>SOLUTION OK FOR THIS ISSUE:</p>
<p>I had the same issue when trying to install Prezi.air</p>
<p>Then, all u&#8217;ve to do is:<br />
* double click on the *.air file<br />
* select the option: &#8220;chose the program from a list&#8221;<br />
* search in the next path:<br />
C:\Program Files\Common Files\Adobe AIR\Versions\1.0<br />
and associate the *.air to the &#8220;Adobe AIR Application Installer.exe&#8221;.</p>
<p>that&#8217;s it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://www.rphelan.com/2008/08/22/air-install-badge-issues/comment-page-1/#comment-1357</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Mon, 08 Sep 2008 20:28:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.rphelan.com/?p=67#comment-1357</guid>
		<description>Thanks for the tips guys.  The suggested fix that Oliver linked to seems to have worked (and magically, a few other problems that I&#039;ve been experiencing are fixed too).  This looks like Vista&#039;s fault to me, but it&#039;s too bad because I can see this causing a lot of tech support nightmares for AIR developers...</description>
		<content:encoded><![CDATA[<p>Thanks for the tips guys.  The suggested fix that Oliver linked to seems to have worked (and magically, a few other problems that I&#8217;ve been experiencing are fixed too).  This looks like Vista&#8217;s fault to me, but it&#8217;s too bad because I can see this causing a lot of tech support nightmares for AIR developers&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harun Hasdal</title>
		<link>http://www.rphelan.com/2008/08/22/air-install-badge-issues/comment-page-1/#comment-1356</link>
		<dc:creator>Harun Hasdal</dc:creator>
		<pubDate>Mon, 08 Sep 2008 06:21:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.rphelan.com/?p=67#comment-1356</guid>
		<description>Hi Ryan, 

The fix in the link above which Oliver Goldman posted works just fine. But here is a little trick to get the air file if you want.

View source of the html page that shows the install badge. In the source of the html document you&#039;ll find a block of javascript
code. Looks like
&lt;blockquote cite=&quot;&quot;&gt;
var so = new SWFObject(&quot;AIRInstallBadge.swf&quot;, &quot;Badge&quot;, &quot;215&quot;, &quot;180&quot;, &quot;9.0.115&quot;, &quot;#FFFFFF&quot;);
so.useExpressInstall(&#039;expressinstall.swf&#039;);
.....
&lt;/blockquote&gt;
And there is a variable passed to the SWFObject which contains the location of the .air file. Something like this:
&lt;blockquote&gt;
so.addVariable(&quot;appurl&quot;, &quot;http://host.com/path/someapp.air&quot;);
&lt;/blockquote&gt;
So you can browse the url, download and run the installer yourself.
Hope this is helpful.</description>
		<content:encoded><![CDATA[<p>Hi Ryan, </p>
<p>The fix in the link above which Oliver Goldman posted works just fine. But here is a little trick to get the air file if you want.</p>
<p>View source of the html page that shows the install badge. In the source of the html document you&#8217;ll find a block of javascript<br />
code. Looks like</p>
<blockquote cite=""><p>
var so = new SWFObject(&#8220;AIRInstallBadge.swf&#8221;, &#8220;Badge&#8221;, &#8220;215&#8243;, &#8220;180&#8243;, &#8220;9.0.115&#8243;, &#8220;#FFFFFF&#8221;);<br />
so.useExpressInstall(&#8216;expressinstall.swf&#8217;);<br />
&#8230;..
</p></blockquote>
<p>And there is a variable passed to the SWFObject which contains the location of the .air file. Something like this:</p>
<blockquote><p>
so.addVariable(&#8220;appurl&#8221;, &#8220;http://host.com/path/someapp.air&#8221;);
</p></blockquote>
<p>So you can browse the url, download and run the installer yourself.<br />
Hope this is helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oliver Goldman</title>
		<link>http://www.rphelan.com/2008/08/22/air-install-badge-issues/comment-page-1/#comment-1350</link>
		<dc:creator>Oliver Goldman</dc:creator>
		<pubDate>Wed, 27 Aug 2008 05:24:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.rphelan.com/?p=67#comment-1350</guid>
		<description>We (the AIR team) have seen these symptoms before on certain Vista machines with incorrect registry permission settings. This glitch affects all applications, not just AIR, but it is unfortunate that it happens to impact the badge install.

The best description of this issue that I&#039;ve seen yet, along with instructions for fixing it, are at http://www.brianpeek.com/blog/archive/2007/11/29/weird-vista-registry-issue.aspx.</description>
		<content:encoded><![CDATA[<p>We (the AIR team) have seen these symptoms before on certain Vista machines with incorrect registry permission settings. This glitch affects all applications, not just AIR, but it is unfortunate that it happens to impact the badge install.</p>
<p>The best description of this issue that I&#8217;ve seen yet, along with instructions for fixing it, are at <a href="http://www.brianpeek.com/blog/archive/2007/11/29/weird-vista-registry-issue.aspx" rel="nofollow">http://www.brianpeek.com/blog/archive/2007/11/29/weird-vista-registry-issue.aspx</a>.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

