Making Installer display an alert
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:mime-version:date:received:message-id:subject :from:to:content-type:content-transfer-encoding; bh=mG6C3KtemdJiCJdiyYqoKVgxEY0CYHbLmliOhmFmX5E=; b=jJmydGvPp1gt5BPYdrH9B0pFZamHb42qWjGjz66RuIkPcU8VFsRG3O+AKcR07IsrPh jk7NktSxxDkHt2y6V5oEe4XjYgKPHNRSqBgz6SvphukdrkbelQS+n14YuvEED0Frf2ER bql0leTusxWigokPoXT0DOVadsnydP9KG7IF8= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=bZvHqk6XvAkCogrnSR8+zyY6K41Yvi6RnJ5jZ5/NYLfHJ5NFL7SIJMKnmSMb49B1oQ u+kPmU1lFattYmz8UOnR0uL2HzRPfN26JWHeCY1AVdjwwsavlx3MImjOuFnqZBUkC3K7 fzilF2CTJWiaHb81anQSZfhA+5ULVF9yppWeY= Hello all, In the past, our InstallationCheck script used the code described here: http://developer.apple.com/qa/qa2001/qa1070.html We found the Installer process, made it load scripting additions via the process described in that link, and then sent a kDisplayDialog or kDisplayAlert event. However, this stopped working in 10.5.6. We now receive a -10004 error (errAEPrivilegeError: A privilege violation occurred). What needs to be done to ensure we have the ability to load scripting additions via a separate process? Is there a better way to load scripting additions in the Installer process itself? Or perhaps a better way to display an alert as if it were part of the installer process itself? Cheers, Aaron _______________________________________________ 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)
-
Aaron Griffin