Sumthin you can test.
You can set a different virtual directory by adding a MicrosoftWebControls section to your web.config file like this:
e.g. Folder/webcontrols
iewebctrls installed in GAC
<configuration>
<configSections>
<section name="MicrosoftWebControls" type="System.Configuration.NameValueSectionHandler, System, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"/>
</configSections>
<MicrosoftWebControls>
<add key="CommonFiles" value="Folder/webcontrols" />
</MicrosoftWebControls>
</configuration>
if you have Version 1.1 of the Framework > "5000"
if you have Version 1.0 > "3300"
And don't forget to add this:
ImageUrl="Folder/webcontrols/images/folder.gif"...
and the dll in your site /bin dir
DNN skins ForumTressleworks modulesDNN & webhostingIEWCtrls