I am trying to package Trapcode Suite using their .mpkg. When composer captures the install, Trapcode installs files all over the OS. The trapcode installer is an .app imbedded in an .mpkg (the file I am trying to use for the install), with .pkgs bundled for each Adobe After Effect's plugin. The issue I am having is I capture XML file from the .mpkg using -showChoicesXML and output it to a new plist file. I know I can modify this plist and then apply and install the changes using -applyChoiceChangesXML. I have tried using a modified and an unmodified plist, with no success.
The install command I use is:
sudo installer -pkg /path/to/trapcode.mpkg -applyChoiceChangesXML /path/to/file.plist -target /
Installer kicks back this error:
installer: choices file 'path/to/file.plist' either could not be found or was malformed.
Any thoughts or guidance would be greatly appreciated.