Set objShell=CreateObject("WScript.Shell")
installDir = Session.Property("INSTALLDIR.5A884667_3CC4_41EC_B0F2_BEEAB457BB8C")
supportDir = Session.Property("SUPPORTDIR")
length = Len(installDir)
lastChar = Right(installDir, 1)
if (lastChar = "\") Then
installDir = Left(installDir, length - 1)
end if
'MsgBox supportDir & "\setacl.exe """ & installDir & """ /dir /set S-1-5-32-545 /full /p:yes /sid /silent"
objshell.Run supportDir & "\setacl.exe """ & installDir & """ /dir /set S-1-5-32-545 /full /p:yes /sid /silent",0,true
有人可以解释一下这里发生了什么吗?最后一组s-1-5-32-545。
由于
答案 0 :(得分:0)
您可以创作MsiLockPermissionEx table,但您根本不应将此类自定义权限应用于安装文件夹。相反,您应该让应用程序将您的设置文件存储在用户配置文件中或存储在注册表中的HKCU中。