Automatically install and launch a code-signed application from Safari

Posted by Thomas Jung on Stack Overflow See other posts from Stack Overflow or by Thomas Jung
Published on 2010-04-13T15:00:58Z Indexed on 2010/04/13 15:02 UTC
Read the original article Hit count: 367

Is it possible and if so what are the steps necessary to package (or build) a Mac OS X application and code-sign it so that it can be downloaded with Safari and automatically launch?

... possibly after the user responds to some sort of dialog explaining that it is a signed application and the publisher has been verified. An example of the user experience I am trying to create is "installing Google Chrome for the first time on Windows", which is a 3-click, less-than-a-minute process. For the concerned among you: I am not trying to create a drive-by download. I am fine with some sort of intermittent user step approving the download. I just want to make the installation as quick and painless as possible and not require the user drag the app from a mounted DMG into the application folder. This may not 100% jibe with established Mac OS X user interaction guidelines, but it would work better for the not-power users.

I only need the high-level steps or pointers to resources ... my google-fu was weak on this one.

© Stack Overflow or respective owner

Related posts about macosx

Related posts about safari