PDA

View Full Version : Creating an image instead of the CD icon


Gecko
10-22-2004, 11:49 AM
I have created my interactive CD but I would like the CD to come up as a custom Icon instead of just CD icon. I know this can be done but does anyone know how?

Thanks.

sketch
10-25-2004, 07:17 AM
hi gecko :)

u can use icon file for that.

create icon file and include that file while burning cd.

and in the "autorun.inf" file give path for the icon file (.ico).

-----------
[autorun]
open=yourfile.exe
icon=yourIcon.ico
---------------

hope this will help u
;)
cheers
sketch