I've created a few distributions using Packages, and thought everything went smoothly.
Come to find out though, as some of the distributions contain more than a single .app executable, they are broken upon install. In particular, I have a distribution that installs a folder in the Applications directory, which has a main app file in it, and then a folder called "Modules", within Modules there are several small app files that are launched from within the main app as needed.
These apps were all created in Adobe Director 12, they work when testing in the development environment, and they work when opening the app files manually in the filesystem, but after installing with a Packages created pkg file, the main app will launch, but none of the other app files will.
I've test with another distribution that has a main app and then a "help" app, both in same directory. The main app launches, but the help app does not.
I've fiddled with permission settings within Packages, and everything else I could think of, with no luck. Any advice as to what might be going wrong, or if I should be setting up Packages in a specific way to handle installing multiple app files would be appreciated.