I’m using Tiger (Intel based) with Xcode 2.1’s
package maker to make a installation package.
It’s a simple package with a universal binary
executable, InstallationCheck shell script and an InstallationCheck.strings
resource file. It requires root privilege, and all files are set to root:wheel.
I then made the package into a disk image.
The installation package works great on 10.3 and 10.4, but
not working on 10.1 and 10.2 !!!
In 10.1, it says something of checksum error.
In 10.2, it says Authorization problem.
I had clean installation of 10.1, 10.2, 10.3, 10.4 on the
same internal hard-drive. The installation dmg file in USB thumb drive.
At first, I thought it might be caused by internet enabled
dmg file, but the dmg file is not internet enabled.
Any clues?
Thanks
George