Skip to main content
July 20, 2009
Question

Auto-Update Feature for my AIR application does not work across the web

  • July 20, 2009
  • 1 reply
  • 1985 views

I have created an Adobe AIR application and have been able to get the application to accept updates when I set the properties of the Adobe AIR SSL to look for updates in a folder on our network.

However, when I try to get the application to accept updates via the web from a location on our web server, the application does not update correctly.  I have read through the forums on this site and watched various webinars but have yet to find a solution to my problem. Does anyone have any suggestions?

    This topic has been closed for replies.

    1 reply

    Peter Grainge
    Community Expert
    Community Expert
    July 20, 2009

    Try http://forums.adobe.com/message/2087587#2087587


    See www.grainge.org for RoboHelp and Authoring tips

    Use the menu (bottom right) to mark the Best Answer or Highlight particularly useful replies. Found the answer elsewhere? Share it here.
    July 20, 2009

    Thanks for your swift reponse Peter but I tried these steps and am still unable to get my application to update.

    I can't understand how I can get the application to update locally by specifying the location of the xml file in the SSL properties and not get the application to update when I enter the http address for the xml file in the SSL properties.

    I have used the same folder throughout this process and I am baffled as to why it does not work.

    Participant
    July 24, 2009

    Peter

    I was able to resolve the issue with the help of my system admin by setting the IIS MIME type for Adobe AIR .air files to:

    extension: .air
    mime-type: application/vnd.adobe.air-application-installer-package+zip


    I can confirm that we also had this same issue with our version (5.0) of IIS and adding .air MIME type resolved it.