Show/Add Inno Setup 安装程序的管理员覆盖图标?

Show/Add Administrator overlay icon to Inno Setup installer?

我想知道如何将管理员覆盖图标添加到我的 Inno Setup 安装程序。

为这张图片点赞:

我认为这是不可能的。

为在其清单中设置了 requireAdministrator(或可能 highestAvailable)执行级别的应用程序添加图标:

<requestedExecutionLevel level="requireAdministrator" uiAccess="false"/>

Inno Setup 安装程序没有该设置。他们在内部提升自己,而不是依靠系统为他们做这件事。


有趣的是,Inno Setup 代码中有 UpdateManifestRequestedExecutionLevel function 执行此操作,但从未调用过。