| Doug Girard [MSFT] 2006-02-26, 10:47 am |
| Pretty cool, thanks Vishy.
Regards,
Doug Girard [MSFT]
Note: This posting is provided "AS IS" with no warranties, and confers no
rights.
--------------------
>From: "Vishy" <vishal.halbe@gmail.com>
>Newsgroups: microsoft.public.biztalk.general
>Subject: Adding GACUtil on right click menu
>Date: 8 Aug 2005 09:07:12 -0700
>Organization: http://groups.google.com
>Lines: 25
>Message-ID: <1123517232.329260.300290@g43g2000cwa.googlegroups.com>
>NNTP-Posting-Host: 212.9.21.137
>Mime-Version: 1.0
>Content-Type: text/plain; charset="iso-8859-1"
>X-Trace: posting.google.com 1123517237 12454 127.0.0.1 (8 Aug 2005
16:07:17 GMT)
>X-Complaints-To: groups-abuse@google.com
>NNTP-Posting-Date: Mon, 8 Aug 2005 16:07:17 +0000 (UTC)
>User-Agent: G2/0.2
>Complaints-To: groups-abuse@google.com
>Injection-Info: g43g2000cwa.googlegroups.com; posting-host=212.9.21.137;
> posting- account=gsUFAA0AAAAlB5vvdmJXGN6frK2_OHs7
>Path:
TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!newsfeed00.sul.t-online.de!t-onli
ne.de!news.glorb.com!postnews.google.com!g43g2000cwa.googlegroups.com!not-fo
r-mail
>Xref: TK2MSFTNGXA01.phx.gbl microsoft.public.biztalk.general:16353
>X-Tomcat-NG: microsoft.public.biztalk.general
>
>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
>
>
|