I need to make Mac OS app installer, which also installs other third-party package.
When trying to add it via productbuild --synthesize, it tells "ThirdPartyPackage.pkg is a product archive, not a component package".
So, how should I correctly insert third-party product installer into my installer?
You can actually split up a "product archive" into its component packages by using:
pkgutil --expand your_product_archive.pkg some_folder
This will create the some_folder
directory with the contents of the product archive.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With