Changing folder icons on removable media

I want my Removable USB drive folders to look frm this(currently using iVista icons so my folder icons may

not look the same as urs)

20355039lh0.th.png

To this (Each folder looking different frm each other)

82583617uw4.th.png

Customizin folder inside PC/Desktop is easy. But how to do it in removable media ?

I tried doing this but didnt work as well.(see below)

===========================================

1.made a folder in desktop.(folder Apz)

2.customized it and changed the folder icon.

3.copied the folder and the icon library file into removable media

4.changed the desktop.ini file as shown below

[.ShellClassInfo]

IconFile=%USERPROFILE%DesktopApzICONS.icl

IconIndex=9

-to-

[.ShellClassInfo]

IconFile=ICONS.icl **//also tried "ApzICONS.icl" without quotes

IconIndex=9

==========================================

#469880

You need to use/create a file on the flash drive called "Autorun.inf"

Structure needs to be something like this. Here's a link to some info at Virtual Plastic

-->http://www.virtualplastic.net/html/icn_drv.html

[autorun]

icon=.._MyPendriveiconsUSB_1.ico

shell=Auto

label=Flash Drive

#469908