|
security
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Give Full access to C:\Windows Assembly (Win Vista)We are using Windows Server 2003 OS and Visual Studio 2005. When user trying drag and drop .dll files in c:\windows\assembly folder we gets "Assembly cache viewer- install failed" Access is Denied: 'FileName.dll'. I knew this definately a some permissions issue. i.e user need to have permission to update the GAC...not having admin permissions!!! How I can give more permissions to user? I wrote a BATCH File: icacls C:\Windows\assembly /C /Grant "Users":(F) icacls C:\Windows\assembly /C /Grant "Users":(CI) icacls C:\Windows\assembly /C /Grant "Users":(OI) icacls C:\Windows\assembly /C /Grant "Users":(IO) icacls C:\Windows\assembly /C /Grant "Power Users":(F) icacls C:\Windows\assembly /C /Grant "Power Users":(CI) icacls C:\Windows\assembly /C /Grant "Power Users":(OI) icacls C:\Windows\assembly /C /Grant "Power Users":(IO) but i still get this error message... can you help me??? THANK YOU! Sorry, but this newsgroup is for questions about security in Access, the
database product that's part of Office Professional. You'd be best off reposting your question to a newsgroup related to Vista. -- Show quoteHide quoteDoug Steele, Microsoft Access MVP http://I.Am/DougSteele (no private e-mails, please) "need help" <need h***@discussions.microsoft.com> wrote in message news:5ED1F938-882E-4812-9650-6478320839A9@microsoft.com... > Hi, > > We are using Windows Server 2003 OS and Visual Studio 2005. When user > trying > drag and drop .dll files in c:\windows\assembly folder we gets > > "Assembly cache viewer- install failed" > Access is Denied: 'FileName.dll'. > > I knew this definately a some permissions issue. i.e user need to have > permission to update the GAC...not having admin permissions!!! > > How I can give more permissions to user? > > I wrote a BATCH File: > > icacls C:\Windows\assembly /C /Grant "Users":(F) > icacls C:\Windows\assembly /C /Grant "Users":(CI) > icacls C:\Windows\assembly /C /Grant "Users":(OI) > icacls C:\Windows\assembly /C /Grant "Users":(IO) > icacls C:\Windows\assembly /C /Grant "Power Users":(F) > icacls C:\Windows\assembly /C /Grant "Power Users":(CI) > icacls C:\Windows\assembly /C /Grant "Power Users":(OI) > icacls C:\Windows\assembly /C /Grant "Power Users":(IO) > > but i still get this error message... > > can you help me??? > > THANK YOU!
Securing divided database using workgroup (*.mdw) file
Passwording, and Read-only add trusted location VBA codes Multiple Users 2007 won't open older format database Security on individual records Link table in another secured (.mdw) database how do I keep from plotting zero values in graphs Remove security system |
|||||||||||||||||||||||