Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Vista Newsgroups > Vista security

Vista Tutorial - Give Full access to C:\Windows\Assembly (Win Vista)

Reply
 
Old 09-30-2008   #1 (permalink)
need help
Guest


 
 

Give Full access to C:\Windows\Assembly (Win Vista)

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!


My System SpecsSystem Spec
Old 09-30-2008   #2 (permalink)
Paul Montgumdrop
Guest


 
 

Re: Give Full access to C:\Windows\Assembly (Win Vista)

need help wrote:
Quote:

> 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!
>
I suggest you read the thread in this NG "cannot change Program Files to
full control" and do the *test* to understand what is happening.

And then start reading about what else is happening in the tread with
the Program Files folder and folders within the Program File folder,
because it applies to C:\Windows and files and folders within C:\Windows.


My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
Give a program access to C:\xxx\its-own-file.c Vista security
Vista won't give me access to uninstall Windows Live Mail! Windows Live
Give network access without giving access to the computer itself? Vista networking & sharing
Using Set-ACL to give "Everyone" Full control on folder PowerShell
How to give Full Control to new user Vista security


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46