tags:

views:

1036

answers:

2

I created an Adobe AIR application using html, css and Javascript. The application works fine, but now that I have built the installer I get the following error:

Sorry, an error has occurred. The application could not be installed. Try installing it again. If the problem persists, contact the application author.

Error# 2032

I am the application author...

The link to the installer: http://www.bendelcorp.com/tools/default%5Fbadge.html

The Flash Vars code:

'flashvars','appname=Bendel-Tools&appurl=http://www.bendelcorp.com/tools/Bendel-Tools.air&airversion=1.5&imageurl=icon2.png',
    'movie','badge' );

I would appreciate any assistance for resolving this. Thanks.

+1  A: 

Try this app: http://knomedia.com/air/badgeBuilder/ - Badge Builder

afftee
Thanks afftee. This looks like a pretty good solution.
fmz
Quick followup. I tried the Badge Builder and I still get the same error. Here is the new link:http://www.bendelcorp.com/tools/index.html
fmz
have you tried to rebuild app, rename it, build an empty application, use all options in app publishing?
afftee
I have tried these things. I have rebuilt it and it installs properly on my computer, but I continue to get the 2032 error. I am trying another option now. If I sent you the app it would work on your computer.
fmz
A: 

After some research, I found that the solution to the problem was to set the .air MIME type for IIS to: application/vnd.adobe.air-application-installer-package+zip

http://brianchau.wordpress.com/2009/11/13/error-2032-with-air-app-installation/

http://blog.joshbuhler.com/2008/06/30/air-installer-badge-error-2032/

Hope this helps, Patrick

Patrick