1

The Installer has a build-in file browser under file menu. But it only shows "The file listing isn't available".

In the installer log:

Installer[82159]: PFPackage::packageWithURL - can't instantiate package: /Users/*/Downloads/Install.pkg

Screenshot:

macOS Installer "Show Files" only "The file listing isn't available"

Structure of the Install.pkg: Structure of the Install.pkg

catlan
  • 25,100
  • 8
  • 67
  • 78

1 Answers1

2

The problem is the space in the embedded Installer package. Changing "Letter Opener.pkg" to "Letter-Opener.pkg" fixes it.

catlan
  • 25,100
  • 8
  • 67
  • 78