vote up 2 vote down star

Is there any way to automatically launch an application on USB attach or CD insert on Mac OS X? it's easy on Windows, but I found that AutoRun.Inf does not work on the Mac at all. Please help me. Thanks in advace.

flag

78% accept rate

2 Answers

vote up 7 vote down check

You can't. Autostarting applications is impossible under Mac OS X.

The next-best thing, opening the CD folder and showing the installer icon, can be done by using http://autoopen.nibfile.com/ to make a .dmg which can then be burnt to a CD.

link|flag
And I can't tell you how happy I am that this is so :) – Jason Coco Jan 4 at 7:03
Autorun is one of the stupidest things ever invented. ;-) – Ben Alpert Jan 4 at 7:04
vote up 1 vote down

Don't know why you were voted down - this is a common question for Windows programmers looking at Macs.

Basically, auto-run is considered a security problem and so is not supported in OSX. Soprano's answer is also a bit overkill. Most installers for OSX simply open up a folder to show the application and, possibly, a readme. Installing is done by dragging the app to your Applications folder.

For other kinds of apps on CDs (say, a slide show or something like that), the developer generally uses hidden folders to hide support data to ensure that the only thing the user will see when they open the CD is the single icon they're supposed to double click to start the app.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.