Re: Best Design Advice

2009-09-30 Thread Chris Idou
If it displays a window it should be an app. If its an app it should be in /Applications and it should be started from Login Items. You can't install it automatically by security design. But once you get the user to install and run it, there are no permissions issues in adding it to login

Re: Best Design Advice

2009-09-27 Thread Jens Alfke
On Nov 14, 2009, at 9:21 AM, David Blanton wrote: I need to create an app the is auto downloaded and installed from a web site when the user clicks a web page button. It can be downloaded when the user clicks a button, but of course it can't automatically run or be installed that way;

Re: Best Design Advice

2009-09-27 Thread David Blanton
Jens - I am not sure from your response how the app will run when the user logs in. Should not the app be installed in a particular location so that it starts when the user logs in? And, does this not imply that the user should not have the option of specifying where the app is

Re: Best Design Advice

2009-09-27 Thread Volker in Lists
Hi, Am 14.11.2009 um 22:25 schrieb David Blanton: Should not the app be installed in a particular location so that it starts when the user logs in? You can add any app, located at any location (nearly at any) to the Startup Items of a user and the app gets started. No need to be in a

Re: Best Design Advice

2009-09-27 Thread Colin Howarth
On 14 Nov, 2009, at 22:25, David Blanton wrote: Jens - I am not sure from your response how the app will run when the user logs in. Should not the app be installed in a particular location so that it starts when the user logs in? And, does this not imply that the user should not have