[Q] How to add a program as a login item after installing?
site_archiver@lists.apple.com Delivered-To: installer-dev@lists.apple.com Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:X-YMail-OSG:X-Yahoo-Newman-Property:Message-ID:Date:From:User-Agent:MIME-Version:To:Subject:Content-Type:Content-Transfer-Encoding; b=KBGxjE1AsUNwwaUlK1AH2U84bJRY6PXPcNl7kd18lmD0YyHBRJO/P07taVT741bIYAgil5EmikKCN/VuZ46qKdS1cE+kX4bqo/PNAGtGuWK2XdhdbcWTjtro0p6g1/QDnIG6QmOSR6m+he2uTvCi0V5nfyo3/Azd7mdtGwLtmQs= ; User-agent: Thunderbird 2.0.0.14 (Windows/20080421) Hello, all. I'm trying hard to wrap an application program using the PackageMaker. By searching on the Apple site, I could copy & paste this AppleScript : It is saved as an application and also added to the package. Can anyone help me to solve this problem? Thank you. _______________________________________________ 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... tell application "System Events" make new login item at end with properties { path:"/Library/Application Support/Final Cut Pro System Support/Plugins/blah blah.app", hidden:false} end tell After choosing the whole packages heading and I added the Apple Script app as a post installation item. However, it doesn't add the blahblah.app to the login item. If I double click the file in the Finder, it adds the interested app to the login item successfully. This email sent to site_archiver@lists.apple.com
participants (1)
-
JongAm Park