Application failed with 0x87d00324

DukenTee 245 Reputation points
2024-08-17T06:01:09.8533333+00:00

We are deploying an application using SCCM, all client machines reported deployment failures. The error code was displayed as "0x87D00324", but on some client machines, it could be seen that some installation files has been downloaded.

Is it a problem with the SCCM server configuration, network interruption, damage to the application installation package, or conflicts in the system environment of the client machines?

Microsoft Security | Intune | Configuration Manager | Other
0 comments No comments
{count} votes

Accepted answer
  1. AllenLiu-MSFT 49,316 Reputation points Microsoft External Staff
    2024-08-19T02:29:25.09+00:00

    Hi, @DukenTee

    Thank you for posting in Microsoft Q&A forum.

    The error 0x87D00324 means "The application was not detected after installation completed."

    This issue might related to the detection method with the "Or" as the connector, you may add Start-Sleep -seconds 15 within the PSADT installer script after the msi install commands to see if it helps.

    For more details:

    https://learn.microsoft.com/en-us/answers/questions/511720/0x87d00324-(-2016410844)-application-detection-met


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Add comment".


0 additional answers

Sort by: Most helpful

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.