Is setting a folder's icon not as simple as changing the values within desktop.ini?
For example, I'd like each folder to be self-contained, and have an icon named 'foldericon.ico' within the folder, that will be the icon for that folder. I have set the desktop.ini to that icon. I realize that Windows uses the full path for the folder icons, so I changed the "IconFile=" from "Drive:Pathfoldericon.ico" to ".foldericon.ico". That works just fine.
However, if I try to copy that Desktop.ini out of that folder, and place it into another folder that also has a (however, different) foldericon.ico, the folder's icon does not change.
Are there some registry settings that are changed, or am I doing something wrong here?
EDIT:
For good measure, here is the desktop.ini that I'm working with:
[.ShellClassInfo]
IconFile=.foldericon.ico
IconIndex=0
Where "foldericon.ico" is the icon I wish the folder to have.
Aqua-Soft Forums