Skip to content
Discussion options

You must be logged in to vote

Something (AV-software, some other application) modified the MSI Package Cache folder, and changed the permissions on that folder in a way, that prevents the Windows Installer from successfully running.

On my system, without ever touching that folder:

Get-Acl "C:\ProgramData\Package Cache" | FL


Path   : Microsoft.PowerShell.Core\FileSystem::C:\ProgramData\Package Cache
Owner  : BUILT IN\Administrators
Group  : WORKSTATION\None
Access : Everyone Allow  -1610612736
         Everyone Allow  ReadAndExecute, Synchronize
         NT-AUTHORITY\SYSTEM Allow  FullControl
         BUILT IN\Administrators Allow  FullControl
         BUILT IN\Users Allow  ReadAndExecute, Synchronize
         BUILT …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by dkocher
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
thirdparty Issue caused by third party
2 participants
Converted from issue

This discussion was converted from issue #15140 on September 25, 2023 11:43.