Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Creating a dual Mac/Win Autorun CD

How do I create a CD that opens a "Drag this icon to the Application folder to install" on the Mac and autoruns an installer on Windows?

like image 308
Abdullah Jibaly Avatar asked Jan 16 '09 22:01

Abdullah Jibaly


People also ask

How do I autorun a CD on a Mac?

Hybrid CD-ROMIn the HFS view, select the file you want to use and do a right click. In the context-sensitive menu, select Properties. In this big dialog box, check the Autostart checkbox. MacImage will do the rest.

How do I make a CD autorun?

Create an autorun with the 'open' commandThe first thing to do is fire up Notepad. Then we type '[autorun]' on the first line. On the second line we type, 'open=filename.exe' (where file name is replaced with the name of the software). We then save the file using the name, 'autorun.

Does autorun work on Mac?

There is no autorun in OSX anymore. Save this answer. Show activity on this post. You can't set an application to autorun for security reasons.

How do I make an autorun CD in Windows 10?

In the Control Panel, type DVD in the search box. Click on the Play CDs or other media automatically under the AutoPlay category. In the AutoPlay window, scroll down until you see the DVD category. Choose an action for all different types of the DVD media.


1 Answers

Jordan Brough has a really good write-up on his blog about this:

http://jordan.broughs.net/archives/2008/03/creating-cross-platform-windows-and-mac-installer-cds

For what it's worth, this was the first result returned from a fairly simple google search...

like image 193
Jason Coco Avatar answered Oct 21 '22 08:10

Jason Coco