windows - MSI 上下文中的 LUA 是什么?

标签 windows windows-installer

我惊讶地发现纯 Windows 环境的 MSI(Windows Installer)日志中出现以下内容,其中 Lua programming language从未涉足:

MSI (s) (A0:60) [19:14:59:585]: MSI_LUA: Setting AdminUser property to 1 because this is the client or the user has already permitted elevation

在这种情况下,这个 LUA 是什么?

我找到了few blog articles提到它但没有解释 LUA 实际上是什么。

最佳答案

在 Windows“Longhorn”(最终成为 Windows Vista 和 Windows Server 2008)的开发过程中,对最小权限原则和 Least-privilege User Account (LUA) 进行了很多讨论。这将是其核心。

在发布之前,LUA was renamed更改为 UAP(用户帐户保护),然后再次重命名为 UAC(用户帐户控制)。虽然几乎所有面向用户的内容都已更新,但来自 Windows Installer retain their use of LUA as MSI_LUA 的详细日志消息,原来的缩写。

关于windows - MSI 上下文中的 LUA 是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25417994/

相关文章:

c - 从 C 中的路径名中提取基本路径

python - 在 Windows 平台上创建的 LP 可以在 Linux 平台上运行吗?

Wix 每个用户安装程序以检测 Visual C++ 2015 Redistributable

delphi - 通过注册表而不是 TLB 注册应用程序

c# - .NET native Windows 商店发布

windows - Vagrant 同步文件夹链接到 Apache/var/www/in Ubuntu VM

c++ - 用于 mingw 的 msi.h

wix - Windows 安装项目中的广告快捷方式与非广告快捷方式

WiX 构建警告 : The Media table has no entries

c++ - 在 Windows 的 C++ 控制台应用程序中重新定义 'pause' 行为