Inno Setup Compiler打包需要管理员权限的程序
Posted glepooek
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Inno Setup Compiler打包需要管理员权限的程序相关的知识,希望对你有一定的参考价值。
当你的桌面应用程序在manifest文件中设置需要管理员权限运行,若在打包应用程序时没有对Inno Setup 做相应的配置,在程序安装结束勾选了“运行PCTV双模软终端”,如下图所示:
会出现如下图所示异常:
解决方法如下:
找到Inno Setup Compiler安装目录下的SetupLdr.e32文件,用ResHacker来打开SetupLdr.e32,修改Manifest文件:
将<requestedExecutionLevel level="asInvoker" uiAccess="false"/>改为:<requestedExecutionLevel level="requireAdministrator" uiAccess="false" />即可。
以上是关于Inno Setup Compiler打包需要管理员权限的程序的主要内容,如果未能解决你的问题,请参考以下文章
Inno Setup Compiler“找不到指定的路径”错误,路径长
请问在Inno Setup打包中ActiveLanguage()函数怎么使用?
请各位高手帮忙,怎么修改Inno Setup 打包程序安装时的背景外观???
Inno SetupCreateProcess 失败:代码 740(Inno Setup打包的程序提升为管理员权限)(转)