Hi there,
A user of the application I develop is struggling with installation. They're running OS X 10.6 with a 1.5.3 installer. Here's the contents of their installation log files:
Contents of .airappinstall
Starting silent app install of file:///Applications/Eye-Fi/Eye-Fi%20Center.air
UI SWF load is complete
UI initialized
Unpackaging to /private/var/folders/zz/zzzivhrRnAmviuee+++++++++++/TemporaryItems/FlashTmp0
unpackaging is complete
application is bound to side-by-side version 1.0
application is bound to this version of the runtime
app id fi.eye.center
pub id E430518E652B889A80EC0E8A6E532C09FF36DF62.1
Application located at /Volumes/Macintosh HD/Applications/Eye-Fi
bad configuration for silent install or update
starting cleanup of temporary files
application installer exiting
Contents of .airinstall
Starting silent x1 install from file:///Applications/Eye-Fi/Eye-Fi%20Center.air
UI SWF load is complete
stateRunningAppInstaller: appinstaller -runtime "/Applications/Eye-Fi/Eye-Fi Center Installer.app/Contents/Frameworks" -silent -withRuntime -url -location /Applications/Eye-Fi file:///Applications/Eye-Fi/Eye-Fi%20Center.air
App installer failed; exit code 9
begin quitting
I looked up the runtime installer exit codes, but I don't see any reference to an exit code of 9.
Any idea what this exit code means?
Sean