I am using the COM Elevation Moniker method to handle some administrative tasks that need to be carried out. The resulting COM dll has been signed so I get the "less scary" version of the UAC dialog coming up, but is there a way I can set the icon it displays. Currently it displays the default icon, but I would like it to display my app icon. I have tried adding an icon to the COM dll but the UAC dialog didn't pick it up. Any ideas how this might be done

Icon on UAC dialog