>Is it possible to have the GAC installed on a different drive than the
>system drive, so not installed on c:\winnt\assembly.
I don't think so, no.
Marc
================================================================
Marc Scheuner May The Source Be With You!
Bern, Switzerland m.scheuner(at)inova.ch
Chris,
>Is it possible to have the GAC installed on a different drive than the
>system drive, so not installed on c:\winnt\assembly.
>
>This question because I work on a PC where I don't have any rights to
>write/install anything on the system drive.
You can move the GAC by creating the following Registry entry and set
the path you want as its value
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Fusion\CacheLocation
Mattias

Signature
Mattias Sjögren [MVP] mattias @ mvps.org
http://www.msjogren.net/dotnet/
Please reply only to the newsgroup.
Conrad Zhang - 02 Dec 2003 16:42 GMT
If Chris does not have right to access anything on system drive, I don't
think Chris can change that reg key.
Basically, you have to be admin to make this change. But if you are admin,
you probably don't need to make this change.
> Chris,
>
[quoted text clipped - 10 lines]
>
> Mattias