Hi everyone,
Hope someone can help me with the below issues I am having;
I am trying to install a custom app which I got from a vendor in a .dmg format. Within the dmg there is a .pkg file and then two script files called install.tool and uninstall.tool
As per guidance by the vendor I need to run a command to call the "install.tool" via a command and then add a parameter to point it to a server which we have running in our environment. This all needs to happen before the actual installation takes place i.e. while the .dmg file is mounted and I think this is where I am going wrong or having difficulty to run the above script via command before the actual installation takes place.
I have come across a few threads on here to use composer which I have done but I have not had any particular success deploying it via JamfPro.
It seems weird, as if I run the .pkg file (which I got from composer) on the test I have Mac, the program installs fine but not via JamfPro
Sorry my Mac and Jamf skills are not great but learning as I go along, thank you for all your help and patience in advance!