June 21, 2006 9:44 PM | Comments [0] | by Ed Kisinger
Tired of installing dll's to the GAC via command prompt or drag and drop to assembly folder?
Well have I got a solution for you. Follow these steps:
1. Create a command file with this information
@echo off
@echo *****************************************************************
@echo ** Add to register
:Again
@if .%1.==.. goto Xit
@dir %1 /b
@C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\gacutil /i %1
@Shift
@goto Again
:Xit
@Pause
2. Click start - run and type in "sendto"
3. Drag and drop the command file to that location
4. BANG! Now you can simple right click a file and select "Send To" -- "InstallToGac.cmd"
BizTalk guys should really appreciate this one :)
Enjoy,
Ed K.
Remember Me
a@href@title, b, blockquote@cite, em, i, strike, strong, sub, sup, u