Application install step fails during Task Sequence

0 users found this article helpful

Symptoms

During Task Sequence, applications install step fails, however, applications are actually installed.

Cause

Missing folder in OS X structure.

Resolution

To fix the issue, add Execute Script step in the Task Sequence with the below script, before the application installation step:

 #!/bin/bash
 mkdir -p /private/var/db/receipts

Was this article helpful?

Tell us how we can improve it.