home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 February / CMCD0205.ISO / Software / Freeware / Programare / Sharp / SharpDevelop_1.0.3.1761_Setup.exe / PreUninstallTasks.bat < prev    next >
DOS Batch File  |  2004-09-14  |  238b  |  10 lines

  1. @echo off
  2. echo Removing NUnit assemblies from the GAC
  3. echo.
  4. ..\tools\gacutil2.exe /u ..\nunit.core.dll
  5. echo.
  6. ..\tools\gacutil2.exe /u ..\nunit.framework.dll
  7. echo.
  8. ..\tools\gacutil2.exe /u ..\ICSharpCode.SharpZipLib.dll
  9. REM pause
  10.