You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
378 B
15 lines
378 B
@echo off |
|
echo Installing NUnit assemblies into the GAC |
|
echo. |
|
echo NUnit.Core.dll |
|
..\tools\gacutil2.exe /i ..\nunit.core.dll |
|
echo. |
|
echo NUnit.Framework.dll |
|
..\tools\gacutil2.exe /i ..\nunit.framework.dll |
|
echo. |
|
echo ICSharpCode.SharpZipLib.dll |
|
..\tools\gacutil2.exe /i ..\ICSharpCode.SharpZipLib.dll |
|
echo. |
|
echo Installing and configuring help system |
|
BuildHelpIndex.exe |
|
REM pause
|
|
|