Prev Previous Post   Next Post Next

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

Posted: 09-30-2008, 07:52 AM
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!

Reply With Quote

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

 
LinkBack Thread Tools Display Modes
 


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to give Full Control to new user kezhu Windows Vista Security 0 05-28-2007 02:43 PM
the folder of WINDOWS\assembly of WinXP cann't be copyed in Vista tuyequn Windows Vista Security 0 05-11-2007 06:25 AM
the folder of WINDOWS\assembly of WinXP can't be copied in Vista tuyequn Windows Vista File Management 0 05-11-2007 04:48 AM
Won't give me full file mrstheresa Windows XP Movie Maker 1 04-07-2007 11:30 AM
Word 2000 will not give warning that floppy disk is full David Brinkley Windows XP Accessibility 0 07-29-2003 04:23 PM