Re: Create Alias w Leopard PackageMaker
site_archiver@lists.apple.com Delivered-To: installer-dev@lists.apple.com On Feb 22, 2008, at 9:18 PM, Jim Hoyt wrote: Using Terminal I found that using this command: ln -s /Applications/Compass_4.0.13/Compass.app ~/Desktop/Start_Compass does exactly what I want. #!/bin/sh exit 0 _______________________________________________ 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... Thanks, but I only got more confused. I am not an XCode developer, just a lowly Filemaker Developer. Problem is, I don't know how to make that happen as a script called by the installer. Any thoughts? . It's not an alias but a symbolic link. Symbolic links are cheap aliases. . If you want to go this way, you would need to add a postflight script that would look like this: /bin/ln -s $3/Applications/Compass_4.0.13/Compass.app $USER/Desktop/ Start_Compass This email sent to site_archiver@lists.apple.com
participants (1)
-
Stéphane Sudre