My company would like to deploy packages from Perimeter 81 and cybereason to our macos devices managed by Intune, but we are getting the following error message when trying to create the distribution file:
productbuild --synthesize --package ./cybereason.pkg ./distribution.xml
productbuild: error: "./cybereason.pkg" is a product archive, not a component package.
productbuild --synthesize --package ./perimeter.pkg ./distribution.xml
productbuild: error: "./perimeter.pkg" is a product archive, not a component package.
I do not have experience with packaging outside of the basic instructions provided by Microsoft, but is anyone familiar with how to get around this error message?
Thanks