David Robison
David Robison

Reputation: 633

Windows "User Account Control" Prompt Icon Size

The Windows "User Account Control" dialog displays an icon for the application it is asking about. The icon in the window is 40x40. My executable includes an ICO file with 32x32 and 40x40 icons. Windows uses the 32x32 image and scales it up to 40x40. I am using Inno Setup to create my installer. Is it possible to get Windows to use the 40x40 image instead?

UAC Dialog with Blurry Icon Image]

The setup icon is defined in the ISS file using

SetupIconFile=MyProgSetup.ico

(I tried deleting the 32x32 image and leaving just the 40x40 image. Windows uses the 40x40 image but still distorts the image. It looks like it scales it down to 32x32 then back up to 40x40.)

Upvotes: 1

Views: 292

Answers (0)

Related Questions