site_archiver@lists.apple.com Delivered-To: installer-dev@lists.apple.com On 7 Jun 2010, at 20:23, Jon Hodgson wrote:
yeah, I'm not seeing anything giving me a clue there either
On Mon, Jun 7, 2010 at 8:15 PM, Paul Sanders <p.sanders@alpinesoft.co.uk> wrote:
I can't see any likely messages in the log, and anyway I just tried it on a machine which hasn't got a copy of it anywhere... and when I've finished, there isn't a copy of it anywhere.
I thought Xochitl Lunde's suggestion sounded good in that case: run the installer from the command line in verbose mode. It doesn't though, I notice, tell you what files it is copying when you do this (!).
watchedinstall can show you what paths an installer touches. http://bitbucket.org/davidbuxton/watchedinstall/ You can use it to install the package and at the end it will list all paths that the installer touched (either files copied from the payload or installation scripts). You need to download the current release and either run the setup script or just run it from the current directory. Here's an example of downloading it and running it using Terminal.app: curl -O http://bitbucket.org/davidbuxton/watchedinstall/downloads/watchedinstall-1.1... tar -xzvf watchedinstall-1.1.tar.gz cd watchedinstall-1.1 export PATH=$(pwd):${PATH} sudo ./watchedinstall.py --verbose /path/to/your/install.pkg David -- David Buxton 4 Tasman House Home 020-7680-9310 Clegg Street Mobile 07905-645025 London E1W 3NL Email david@gasmark6.com _______________________________________________ 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