Q: How do I make packages out of non-package installers?
Hi,
I want to use Apple Remote Desktop to install software on the Macs in our office, but I find a lot of the time, that the installers come as an application bundle (not the actual application which could simply be copied, but an executable that has to be run). An example of this is Adobe Flash. Is there a way to convert or "wrap" these type of installers in a package so that ARD will recognise and be able to deploy them? (ARD only seems to recognise .pkg files).
T.I.A,
GAM
iMac, OS X El Capitan (10.11.4)
Posted on May 15, 2016 5:13 PM
A package is an executable if its extension is .app rather than, say, .pkg, .dmg, or .zip. The Flash Installer is an application that installs Flash, but Flash itself is not an application. On the other hand the Office installer is an application that installs all of the Office applications. However, a .pkg file does not become and application simply by changing its extension.
If I knew anything about what ARD does, then I could probably give you a better understanding. However, if ARD can process a package of applications you wish installed, then what you want to do can be done. By the same token you can use a third-party utility that will create a distributable package of files and data and run scripts that perform the actually installations of each. That is what most application installers do. For example, Packages is one such utility.
Posted on May 15, 2016 10:49 PM