Unable to deploy Mac OS .pkg Error code: 0x87D30143

Paul Kieran 25 Reputation points
2023-09-08T13:28:52.11+00:00

Hi,

I'm trying to deploy a .pkg file with intune but get the Error code: 0x87D30143

The file provided is not supported. Check the requirements for deploying the selected app type.

I cant seem to find much info on this error.

Thanks

Microsoft Intune MacOs
Microsoft Intune MacOs
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.MacOs: A family of Apple operating systems for the Apple Mac line of computers.
86 questions
0 comments No comments
{count} votes

6 answers

Sort by: Most helpful
  1. Del Rawlings 10 Reputation points
    2024-07-18T13:25:29.3733333+00:00

    Further work on this topic also showed that the error was also being caused when the detection rules for the App are not configured correctly. In the IntuneMDMDaemon logs on the endpoint Mac, you'll see:

    AppInstallManager+Logging | Error processing app. PolicyID: xxxxxxxxx-xxxxxx-xxxx-xxxx-xxxxxxxxxx, AppName: yourappname, AppType: PKG, Error: AppDetectionError.errorGettingBundlePathFromBundleID

    Extract the contents of your PKG with pkgutil, check the contents of the info.plist for the CFBundleIdentifier and CFBundleShortVersionString values, and adjust your detection rules accordingly.

    Don't trust Intune to identify correct detection rules for custom pkg files. This has sorted all my issues surrounding this error

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.