Re: need help on my first install script
site_archiver@lists.apple.com Delivered-To: Installer-dev@lists.apple.com Ugh. Could you file a bug about that? The priority level you specify interacts with the popup menu in the log window. -pmb _______________________________________________ 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... At 2:02 PM -0500 5/4/07, Paul Miller wrote: Peter Bierman wrote: For one, double quotes around your path, in case there's a space in it. Ah, good point. FWIW, I was basing my code on examples I found in the Apple documentation. Another tip: you can log into the installer log using the command line tool 'logger -p install.debug' I tried this, but it didn't print anything. Is it sending the output somewhere else (other than the terminal)? Yes, 'logger' connects to syslog, which funnels the output acording to /etc/syslog.conf 'logger -p install.debug' sends a message to the 'install' facility, at the 'debug' level. This will go to the install log in /var/log/install.log, and will also be displayed in the Installer Log window in Installer.app. This email sent to site_archiver@lists.apple.com
participants (1)
-
Peter Bierman