[JavaScript] Another requirement bug
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=domainkey-signature:received:received:mime-version :content-transfer-encoding:message-id:content-type:to:from:subject :date:x-mailer; bh=1zlFi3/QzyzlAhQEPtOksmUlM0NZPJ6CdgibTPzTO3k=; b=nGO+1QTuOy8jHCUIQ8IvYGulkqzk1GZM3lKvQx5cjz3WHiRlQRFUPNkaL08Z27K698 vqaXKX8iH/UXNMSfPAfS8jE3Do6ZWMTrOqMvP9R3w+T2N8H+Mm5eIEx1+r44cAZxQXlL cw20djJzWkXaZBqepWNrby6y0dGF98h1m/91Q= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:content-transfer-encoding:message-id:content-type:to :from:subject:date:x-mailer; b=H7wmzaAUYlxeG26m8oytZSZLeWkywbqAdxGnRqPWLw4aSaG9xmImNMI1ofuKtQQdl5 ck6tt99El/3k7JEKn3DkKAs21oAU7gY7BLeKz+slYru6MSUWn+s84IXMAjLlZ19kYI7m YvQZhaV0a6tAugIVurH4Tdl4zLiE0gH7smO/4= According to the Javascript documentation: Result ------ o Overview o Properties type String with the type of the result. Its values can be: ---------- Bug ID# 6315859 _______________________________________________ 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... The Result object provides methods to obtain information about the result of an Installation Check or Volume Check script. This object is accessed using the my.result property. 'Warn': The user is notified that a requirement is not met but can continue the install. 'Fatal': For Installation Check scripts, the user cannot continue the install. For Volume Check scripts, the user cannot install on the affected volume. It just happens that in Mac OS X 10.4 and 10.5, if the volumeCheck script returns false with my.result.type set to 'Warn', no warning is displayed at all when you select a volume. This email sent to site_archiver@lists.apple.com
participants (1)
-
Iceberg-Dev