Re: making an installed application run at startup
site_archiver@lists.apple.com Delivered-To: installer-dev@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:in-reply-to:references :mime-version:content-type:message-id:cc:content-transfer-encoding :from:subject:date:to:x-mailer; bh=O6DkMYKyd4/ib6N1REHZauWY0KNL36yWejZ71MncTaU=; b=gnQ1EK6CrhRI08eKY1wBzrNTWM7acgLAWDLF59vYyQmbZE3GncqQNOAw4uy7SUOzEe U+hcR7HhOWBHgKY6PuQjzACOHFNZLo+lAhDQoxSNVir9bJxTxWLmAqoqLkmS8L4PDONV n3ohW/octGiRtewjFOqU0rHvZy9Dj4JIikNEw= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=in-reply-to:references:mime-version:content-type:message-id:cc :content-transfer-encoding:from:subject:date:to:x-mailer; b=iSwhqyaXH8seCQT0uI22x1fm+tJHI6uYDrEVYxwxExvKKIoporfonLHyiNucjYNx0P alPxV1+ctuIjXv1o5Qn/CHK6UGQmH+A4CTJUCnN0DFGzMnitzNBFcpbsuw4u6LlMvthh imbd32J5WrI3YBr3K32Udj/UcEP5Py8lC+cp0= On Jan 13, 2009, at 12:43 PM, Jason Proctor wrote: sorry if this is a FAQ, i can't find it anywhere. Can you specify what you mean by startup: - during boot time (1) or - after login (2) ? For (2), you have 3 solutions: - add the application to the LoginItems - use a LaunchAgent - use another API you can get information on by contacting DTS. _______________________________________________ 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... can i make a freshly installed application run at startup? For (1), you can't run any application during boot time if it includes a User Interface and one of the solutions is to use LaunchDaemons. This email sent to site_archiver@lists.apple.com
participants (1)
-
dev.iceberg@gmail.com