I need to make a Mac OS application installer, which also installs another third-party package.
When trying to add it through productbuild --synthesize, it says: "ThirdPartyPackage.pkg is the product archive, not the component package."
So, how to properly insert a third-party product installer into my installer?
In fact, you can split the “product archive” into your component packages using:
pkgutil --expand your_product_archive.pkg some_folder
This will create a directory some_folderwith the contents of the product archive.
some_folder
Source: https://habr.com/ru/post/1544353/More articles:Python 2to3 tool adds vowel to my whole - pythonHow to create a user in Postgresql? - postgresqlHow to increase the number of ticks when using the logarithmic scale in gnuplot - gnuplotHow to listen to UIReturnKeyType.Next with Swift iOS - iosComparison of "T extends Number" for equality - javaAspnet MVC 4, проверяющий десятичные числа - jqueryjava.util.ConcurrentModificationException - ArrayList - javaFull-text column search of email addresses is interrupted when using wildcards - sqlПользовательский минимальный оператор для тяги:: кортеж в сокращении - c++datatables disable auto filter and added button - javascriptAll Articles