
Quote: Originally Posted by
lffoar
Thanks Timo,
gave that a whirl but didn't work. Not to worry, I'll just ignore it, everything is working OK

Sorry Mate, I should have thought to say to check the deviceinfo.XML file as well; to make sure that it points to the printer. you can open this in notepad and it will look something like the below. Make sure that it has this line in it
<DeviceIconFile>device.ico</DeviceIconFile> and that the Device.ico exists in that location.
Here's mine:
----------------------------------------------------
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<DeviceInfo xmlns="http://schemas.microsoft.com/windows/DeviceMetadata/DeviceInfo/2007/11/">
<DeviceCategoryList>
<DeviceCategory>PrintFax.Printer</DeviceCategory>
</DeviceCategoryList>
<ModelName></ModelName>
<Manufacturer></Manufacturer>
<DeviceIconFile>device.ico</DeviceIconFile>
</DeviceInfo>