Error 1926 Config.Msi permission problem

L

Laurent

Hello,

I'm trying to update some applications that are already
installed but I get the error message:

Error 1926. Could not set file security for
file 'C:\Config.Msi\'. Error: 5.
Verify that you have sufficient privileges to modify the
security permissions
for this file.

I have checked in my c: root directory with "dir /ah" but
I can't see Config.Msi

I have admin right and full control on C:

I have seen a previous post about this problem but I can't
find the solution to my problem.

Thanks
Laurent
 
C

Carolyn Napier [MSFT]

One thing to verify is that NT AUTHORITY\SYSTEM has full control on the C drive.
Try running "cacls.exe c:\" from a command prompt. You should at least see
something that includes the following:

C:\>cacls c:\
c:\ BUILTIN\Administrators:(OI)(CI)F
NT AUTHORITY\SYSTEM:(OI)(CI)F

Hope this helps,
- Carolyn Napier
Microsoft Windows Installer Team

--
This posting is provided "AS IS" with no warranties, and confers no rights.
Please do not send email directly to this alias. This alias is for newsgroup
purposes only.
MSI FAQ:
<http://www.microsoft.com/windows2000/community/centers/management/msi_faq.mspx>
 
G

Guest

I have the full right as you stated below but still have
the problem. What is the fix?
 
R

Roger

I have the same problem as the root post, but when I ran
cacls, the following is displayed:
c:\cacls c:\
c:\ Everyone:(OI)(CI)C

Is this part of my problem? What can I do to resolve this?
Thanks for any help you can provide.
Roger
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top