Forum Discussion

Nathan Li's avatar
Nathan Li
Copper Contributor
Mar 06, 2020

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

  • almennn's avatar
    almennn
    Brass Contributor

    Hi Nathan Li and McFly,

     

    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!

    • Admin0423's avatar
      Admin0423
      Copper 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 ?

      • bigwheezybaby's avatar
        bigwheezybaby
        Copper 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.

  • McFly's avatar
    McFly
    Copper Contributor

    has anyone a solution for this issue, I hav a similar problem. I am trying to wrap a .intunemac LOB with a POST instal script Nathan Li 

     

    Cheers

    Kristian 

Resources