). The installer application is in "install4j" format, and the creators of that format (ej-technologies) details the ability to run an installer "unattended" by adding the -q flag:
Essentially:
"AccuBarcode Pro Installer.app/Contents/MacOS/JavaApplicationStub" -q
I've created a package in Whitebox Packages that includes "AccuBarcode Pro Installer.app" into the package's "Resources" and executes a postinstall script that can successfully install AccuBarcode Pro (although a logout is recommended since the installer bounces the Finder during installation). I'm attempting to recreate that in AutoPkg and am encountering one concern and one issue:
- Concern: Since the package has no payload (at least, not in the traditional sense), I'm not sure exactly how to properly express that with PkgRootCreator/PkgCreator.
- Issue: I (successfully) copy "AccuBarcode Pro Installer.app" into %RECIPE_CACHE_DIR%/Resources, however when I send PkgCreator the package creation request (including the "resources" key), the resources are not included in the package.
Recipes: