Oliver,
I have been experiencing a similar issue. The Application
installs fine on some users machines and not others. however I have
managed to log a message on those which have had problems using the
method describe in the following link
http://blogs.adobe.com/simplicity/2007/10/air_installer_logging.html.
The unsucessful error message is as follows:
Starting app install of
file:///C:/Documents%20and%20Settings/bhawkins/Desktop/SAMSolo.air
UI SWF load is complete
UI initialized
Converting to C:\Documents and Settings\bhawkins\Local
Settings\Temp\fla11.tmp
Failed while converting AIR file: [ErrorEvent type="error"
bubbles=false cancelable=false eventPhase=2 text="Missing digested
package file: Scripts/AC_RunActiveContent.js" errorID=0]
Starting cleanup
Installation exited
Sucessful Logged message for the same app displays:
Starting app install of
file:///C:/Users/fostpa/WhiteSprings/Inetpub/wwwroot/SAMSOLO/SAMSolo. air
UI SWF load is complete
UI initialized
Converting to C:\Users\fostpa\AppData\Local\Temp\fla85FF.tmp
Conversion is complete
AIR file is bound to version 1.0
app id SAMSolo
application is bound to this version of the runtime
Application is installed? true
Waiting for user confirmation
User confirmed action: launch
Skipping work; going to launching
Re-launching application from C:\Users\fostpa\Desktop\SAM
Solo\SAM Solo.exe
Starting cleanup
Installation exited
My App is a HTML/JS/FLASH hybrid and is complied using the
Adobe AIR Dreamweaver Extension.
Any help would be greatly appreciated