Mac Permissions issue when Runtime already installed
Situation...
I am writing an Adobe AIR Application using CS5.5 and AIR 2.6. I use the NativeProcess.start() to call a program which handles our licensing. NativeProcess supported requires the NativeInstaller. On the Mac (10.6.3 Snow Leopard), this is a DMG files produced on the command line with adt and the air file generated by CS5.5.
This all seems to work just fine when I install completely from scratch (Adobe AIR Runtime NOT yet installed on the target machine). The installation process requires my admin password, everything installs just fine, and everything works just fine.
The problem begins when I install to a target machine which already has Adobe AIR Runtime installed. I note that no password is requested by the OS during installation, and during runtime, the NativeProcess.start() call throws exception Error: #3219. I took a look at the permissions of the program which handles our licensing. Our license supports says to expect the following: -rwxr-xr-x (3 x's). However, I only see -rw-r--r-- (no x's).
Is there a way to require an Adobe AIR Application, which is being installed on a machine that already has AIR Runtime, to require the password from the user during installation? Or at very least, to have the right executable permissions?
Thanks!
