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:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=7xjMzkyIH0c8N6gkvAMi6+EY1xLCMWqz6kKXu8Cd8es=; b=wP3lGeiX6GGXlIx08oBaSZKcLdtFsX4R/+6ZoDYblCwiX11bfmuOsClMdjor12iLQF vKTPiLXsb3xUjxb40Tr+GjrjIjJk0bE2HXegbZu8bZ0VPkTKbaJfiu92WmHHeRAl3ywx pW9dtqbDR1KgVyzKsvxAGBj0+DX5Gj/QzV8nI= 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=mYSbD9McbjvhVNDjKJy92Vs/Qrx08mz3hz7/alXyQn7zSxvmrbm/sOcOF1XNHUk5jP R8nH2+R7vQAj42lQc2sjWcUN80pYoEPQZfUqJFYZNV0kzvsAsGLMa8RtDeTu2ksx9KJQ 4mD6GrIp8rTZ+r4DoCd4bT2YnsuZJKs3ALYq4= Attempted at a volume check perlscript that was to do the following: - Run locate for folder, then check matching foldrs for prerequisite - OR Check standard assumed standard location folders specifically for prerequisite (in case not in locate db) - OR run find on whole drive (skipping things like /net that slow things down) looking for folders. When it's found, write prereq location to /tmp/installinfo and return 0 Return 1 if it's not found and the file is not written Preflight script set to consider 1 failure (because that's the right way to do it) Here's the thing... It's running the preflight script and returning successful in almost no time, but the file is not written. If I remove the slow find option, it works as it should, and if the file is not found it returns failed and thus displays the "sorry" message. Any ideas anyone? It almost seems like the installer is timing out the script after a second and *assuming it was successful* Which is really $%&%ed up. -- Dodger _______________________________________________ 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