I don't seem to notice these problems on my projects. However, I am assuming you made a typo when you entered your example: Icon=media/uth.ico
It should read: Icon=media\uth.ico -- notice the use of the backslash and not the forward slash. I typically set my icon equal to my projector's .exe file. Icon=myProjector.exe todd -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mendelsohn, Michael Sent: Tuesday, October 14, 2003 1:46 PM To: [EMAIL PROTECTED] Subject: <lingo-l> Autorun/icon inconsistency Hi list... ============================== I sifted through the Lingo-L & Direct-L archives, and I couldn't find any previous posts answering my question, so I'm gracing Lingo-L with yet another autorun post... <sigh> ============================== On some CDs I've created, when you double click My Computer, autorun.inf makes my custom icon replace the generic icon for that drive (as it should), but on other CDs, autorun.inf fails to do this, and the icon for the CD drive is something ugly and generic, even though there's no difference between the two autorun.inf files. In my projects, I store my icons in a "media" folder on the root of the CD. The autorun.inf file always has this line: Icon=media/uth.ico (And, for what it's worth, I create the icons in Microangelo v5.55.) Anyone have any insight as to why the My Computer window would *only sometimes* show the custom icon for the CD drive? Thanks, Michael M. [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping with programming Lingo. Thanks!] [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping with programming Lingo. Thanks!]
