Forum Discussion
Package PKG with IntuneAppUtil question
Hi:
I am deploying our antivirus Cylance agent to our Mac devices, I had cylance install .pkg file download, and had IntuneAppUtil installed. I am looking for instruction how to package the parameters in to my .intuneMac file. There is the install command for my Cylance agent with Parameters :
echo YOURINSTALLTOKEN >cyagent_install_token
sudo installer -pkg CylancePROTECT.pkg -target
hop you can help me to convert this pkg install file with our parameters.
thanks
4 Replies
- almennnBrass Contributor
We do have some limitations with the Intune App Wrapping tool, some of them only being able to wrap .pkg files and only pointing to a source file without the ability to set pre/post install actions within the MEM console.
The way I have worked around this when I need more complex deployment scenarios of apps on macOS is to re-package the app with 3rd party tools. One good example is Packages which is freeware. Using packages you can add extra files to the installer, customize the installer UI and set pre/post install scripts etc.
I encourage you to check it out.
Ping me if you need more guidance!
- Admin0423Copper Contributor
Hi,
Now Intune have capable of deploying Package file directly for Cylance Protect but still no solutions for deploying Token via Intune.
echo TokenHere > /private/tmp/Cylance/cyagent_install_token
sudo installer -pkg /private/tmp/Cylance/CylancePROTECT.pkg -target /
Anyone find out workaround solutions to push token to all the devices via Intune ?
- bigwheezybabyCopper Contributor
Admin0423 Did you ever find a way to deploy Cylance Protect with the Token in Intune. I am having the issue of being able to deploy the software but not with the token so that it is activated. I cannot find a solution anywhere.