Re: Problem installing when multiple iso's with are mounted
site_archiver@lists.apple.com Delivered-To: installer-dev@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=nkQwaw1Fz+dJmgNPxNt5x3mQaAC54mwxNJr+bMSFAaI=; b=IXMogONJAA6C/L1VGl3E8aemFrL6jYzAQEm90m5Voe9GUABU7Py3zohDbbTu4/uB1P WCFLpZI+vkMEP1XRk5pXDwLbB7O75jB/X6ktxyFy+MAH/qkgHMNqiOh/1lTyAoKdsz5S mi/Z0hUVOqfxrTgK0E9eitGuoWVvFnjJD92ds= You can create Flat packages with PackageMaker, you need to change your OS target from 10.4 to 10.5. Instead of getting a bundle for the .pkg, you will get a file (which is actually a xar archive that includes the payload, bom, metadata, the scripts and extra resources). Something to take into account. With Flat packages, you don't have pre/postflight, pre/postupgrade,pre/postinstall scripts. You just have preinstall and postinstall scripts which are the equivalents of the preflight and postflight scripts. Also, if you need to find the location of some secondary scripts, extra resources in your package from a preinstall or postinstall script, you should not be surprised that the location is a temporary one. You will not get a "visible" receipt for your packages upon installation. pkgutil has to be used. That being said, the issue you describe might be worth using a technical incident with Apple before switching to flat packages if no solution is suggested from the members of this list or other lists you posted on. _______________________________________________ Do not post admin requests to the list. They will be ignored. Installer-dev mailing list (Installer-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/installer-dev/site_archiver%40lists.a... This email sent to site_archiver@lists.apple.com
participants (1)
-
Stephane Sudre