Install Font using WebUpdate?

Hi,


Is it possible to install a font using Web Update? 

I'm switching from using one icon font to another. So I'd like users to be able to run update and have the new font downloaded and installed (it it isn't already).

I can't find any reference to this in the manual,

Thanks - Steve

There is no built-in support in TWebUpdate to install a font. If you want to install a font, you could let TWebUpdate download it and then handle the install of the font at application level, for example from the WebUpdate.OnFileDownloaded event.

Thanks Bruno!