I have to ask a question that I should know the answer to, but for some reason am struggling.
Trying to deploy the Symantec DLP 15.7 agent.
It used to be you could invoke a create_package script in the same directory as the extracted zip of the agent install and it would create a .pkg with the certs that are needed. Well apparently Broadcom deprecated this.
So from what i've heard from Broadcom I need to cache all files for the installation on the workstation then invoke their agent_install script.
I'm trying to figure out how I cache all files from the zip in the JAMF Waiting Room? If I utilize Composer and copy them to say /private/tmp it never recognizes the changes. If I use composer and just drag the folder with all files to Composer and build a package, the package shows up, un extracted in the waiting room when i push it via policy, and the script invocation fails because it can't find the files needed.
So, again something i should know, but how can i accomplish this?