Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这里有谁知道如何使用 Inno Setup 来获取注册表项的所有权,例如 Windows 7 上的安全中心注册表项?
在 Inno 设置帮助文件中,请参阅[Registry] 部分
您将找到权限参数 ,这将帮助您获得注册表项的所有权。
但请记住
1.当前用户必须能够更改注册表项的权限
2.此参数只能用于您的应用程序私有的注册表项。切勿更改 HKEY_LOCAL_MACHINE\SOFTWARE 等顶级密钥上的 ACL,否则您可能会在用户系统上打开安全漏洞。
在此处检查Inno-setup [Registry] 部分