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:in-reply-to:references :mime-version:x-priority:content-type:message-id:cc :content-transfer-encoding:from:subject:date:to:x-mailer; bh=zDa2Mq5Ez9pvlP0dThUfIzDdnkJUUlp0PS2UNxMGSMQ=; b=pXnXePbWIHwXuNrDLIHWyolySDSsxtXkAh5aP9PGVH5miQ01HSonIpx70oQEXfieM9 rZsbnf85PYPAsJ1bRbwI/oeQQxnbn4OckxrNURjf5gTVUDwRqn1zhZ/MB5oURyQR58KN KW/gt1IGEHDVamAPsfyMEk5L+JbZBwV8PYNLs= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=in-reply-to:references:mime-version:x-priority:content-type :message-id:cc:content-transfer-encoding:from:subject:date:to :x-mailer; b=VlnpdH69Fl/JPi6TP4IQeBXyZ87tB8ZiOHtsM4h4mL77t5ync2ANlNr4aRuN16Jkfb p8spGwkmA1D8fi15DZ9+uwqF8rEaXu9RuKPxRlNnWijqjIbAQFkd/c62+tSP6uGYOS/u iKAYnqTfpsDWmfVOS5yX0SKTk9bgAAcHb+HJc= On Apr 24, 2009, at 3:44 AM, Andrew Peckover wrote: PackageMaker 3.0.3 I'm nearing the finish line with a working package... This message (and a similar one) is displayed in the following cases: - there is an Installer Plugin used in the package/metapackage - there is an external script. You can't remove it unless you do not use one of the two items above. _______________________________________________ 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... I have include a very simple script that just checks if a file exists. I have specified in the distribution requirements "Result of Script" (Theoretically, I should be able to do it by setting a distribution requirement "File Exists on System", but that isn't working. It seems that it is able to produce a warning message when a file *doesn't* exist, but not when a file *does* exist which is what I want to do. Setting the Pass if... to True/False doesn't make a difference, and actually doesn't seem to change the distribution script. Actually, I edited the distribution script, but it still didn't work. So assuming I edited it right, maybe there is a problem with the actual Installer program.) But in any case, my question is simply that when I open my package, Installer gives me the message: "This package contains a program that determines if the software can be installed. Are you sure you want to continue?" Is there a way to prevent this message from happening? This email sent to site_archiver@lists.apple.com