hi
what do u mean by cloning. Refering to the link that u mentioned, do u mean
shfusion.dll ? Well as I discovered its not managed and its note even a com
component. Its just a windows shell extension dll. I cant use it in my
managed code (or atleast dont know how to!).
I was just wondering if when my app is deployed on the client site and one
of my shared assemblies there shows some bug signs which I update. To
replace just this one file I would create an installer or follow some other
method.
"Ayende Rahien" <Ayende@no.spam> wrote in message
news:#APgHCLwDHA.1060@TK2MSFTNGP12.phx.gbl...[color=blue]
>
> "Nick Malik" <nickmalik@hotmail.nospam.com> wrote in message
> news:5HfCb.28738$8y1.130236@attbi_s52...[color=green]
> > Hello Abubakar,
> > First off, it is not clear why you would need to install an assembly in[/color]
> the[color=green]
> > GAC of a user's machine. I'm curious as to why you want to do this.
> > Secondly, the Microsoft Installer 2.0 tool will install assemblies in[/color][/color]
the[color=blue][color=green]
> > GAC if you need it to. You do not need to distribute gacutil.
> > Third, if you do not want to use and installer, and the client does not[/color]
> have[color=green]
> > gacutil, you are out of luck. You are not allowed to ship gacutil with[/color]
> your[color=green]
> > application.
> >
> > According to the following link, if you must use the GAC, you have two
> > choices: installer or gacutil.
> >[/color]
>[/color]
http://msdn.microsoft.com/library/de...us/cpguide/htm
l/cpconinstallingassemblyintoglobalassemblycache.asp[color=blue]
>
> Just to add, he has a third option, cloning gacutil
>
>[/color]