I have a really annoying problem on 3 machines (one of which is a fresh
install) all of which I develop without administrator privileges. Two of
the machines have VB6 as well as VS.NET 2003, along with the MSDN Library
(and this occurs with Jan 2004 and Oct 2003.)
Sometimes when browsing the MSDN docs, a requester pops up stating that
VS.NET is preparing to install; a similar thing happens when opening VB6 and
building a deployment package in VS.NET. Each time, the error is the same,
and you have to cancel the requester about three times per go to continue.
"Error 1926. Could not set file security for file
'c:\inetpub\wwwroot'. Error 80070005. Verify that you
have sufficient privileges to modify security permissions
for this file."
Obviously, security can't be changed since I have no admin privs on that
folder! So, I have 2 questions:
1) What is happening here? Why does VB6, MSDN and VS.NET try to modify the
privileges on the wwwroot folder when I'm not doing anything remotely
related to web development,
2) How do I fix this, please?
Kev.
Alden Raymundo [MSFT] - 02 Feb 2004 21:38 GMT
Kev,
The Windows Installer prompt you see is a feature called Resiliency. For
some reason the Windows Installer deems that a component of one of the
products you've listed needs to be repaired. To at least narrow down which
one is throwing fits, check your Application event log for messages from
MsiInstaller.
There may be no way to stop the behavior without letting the installer
complete what it's looking to do. Is it possible for you to log in with
adminstrator rights, get the behavior, then let it finish what it's doing?
Can you outline exact steps to get the Windows Installer dialog to pop up?
Alden Raymundo
Microsoft Corporation
This posting is provided “AS IS” with no warranties, and confers no rights.