Re: PackageMaker questions
Re: PackageMaker questions
- Subject: Re: PackageMaker questions
- From: Peter Bierman <email@hidden>
- Date: Mon, 26 Sep 2005 14:00:35 -0700
Your application (not the installer) should install the preferences
plist itself, the first time it runs. If you use the NS or
CFPreferences APIs, this will happen for you.
As for the alias, does it need to be a real alias, or will a symlink work?
If it's a symlink, you can write a simple postinstall script that will
ln -s /Applications/Your.app "${HOME}/Desktop/Your.app"
-pmb
At 1:44 PM -0700 9/26/05, Steve Sappington wrote:
I've built an installer for my Tiger Application using Packagemaker-
It's working well except for two things:
-I need to be able to create an alias to my application, which is
installed in the applications folder, on the desktop
-I need to be able to copy a .plist to userhome/Library/Preferences/
I'm stumped, so any suggestions would be greatly appreciated!
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Installer-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden