Adding GACUtil on right click menu
Hi
I don't know whether this is trivial; but still I thought that it may
help someone
I change my projects so frequently that I can't update my setup scripts
every now and then. I've quite some files to push into GAC
so I decided to find a simpler of option of adding files to GAC
We can invoke gacutil easily on right click of dlls
Steps to be followed are
1. Opend registry
2. Go to HKEY_CLASSSES_ROOT->dllfile
3. Create following hierarchy of folders(keys)
dllfile->shell->gacutil->command
4. Set default value for command to path of gacutil followed by /i "%1"
so it will look like this
D:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\gacutil.exe /i "%1"
5. close the regedit
When u reopen win explorer u'll find an option called gacutil on right
click of dll files ; clicking that will send dll to GAC
Cheers
Vishy
.
Relevant Pages
- Re: My filter is not available in graphedit
... used gacutil to add the dll to the GAC. ... It must be registered using regsvr32 or using the built-in registration in ... (microsoft.public.win32.programmer.directx.audio) - RE: Adding GACUtil on right click menu
... Newsgroups: microsoft.public.biztalk.general ... I've quite some files to push into GAC ... We can invoke gacutil easily on right click of dlls ... click of dll files; clicking that will send dll to GAC ... (microsoft.public.biztalk.general) - How to build a component so its visible in the Studio "Add Referen
... I have built a dll and registered in the gac with gacutil. ... in the gac with a public Token and the correct codebase. ... (microsoft.public.dotnet.framework) - Re: COM-enabled assembly
... does gacutil find the app.config file and copy it to the ... or do i have to manually find the path of the assembly in the GAC ... > threads indicating that the app.config file will not work for DLL ... (microsoft.public.dotnet.framework.interop) - Re: How can I use a dll with several programs?
... with the GAC is the possibility of a new version of a .dll unintentionally ... Maintaining backwards compatibility of a .dll by keeping ... largely removed DLL Hell from the Windows programming radar. ... 50% based on incorrect registry entries and since .NET assemblies don't ... (microsoft.public.dotnet.languages.vb) |
|