Managed Installations are not installing software on Mac devices when using a zipped file.
Agent is copying zip file to system and is unzipping file. But, executable will fail to run.
Issue is caused by unzip code being called incorrectly. This is causing the files to not have the executable tag on the needed file(s).
Issue ID: KA-1586
This is expected to be fixed in a future version.
As a workaround, use "chmod +x executable &&" at the beginning of the command.
For example:
chmod +x FileZilla.app/Contents/MacOS/filezilla && mv ./FileZilla.app /Applications/
OR
chmod +x Sophos\ Anti-Virus.mpkg && installer -pkg Sophos\ Anti-Virus.mpkg -target /
© 2024 Quest Software Inc. ALL RIGHTS RESERVED. Feedback Terms of Use Privacy Cookie Preference Center