Leaked source code of windows server 2003
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.

16 lines
627 B

  1. @echo off
  2. rem ************************************************************************
  3. rem NOTE: This file must be executed whenever TraceEvent.dll is changed.!!!
  4. rem ************************************************************************
  5. rem To be able to use this utility, .NET Framework and VS .NEt must both be installed.
  6. rem modify the value of these two variables appropriately
  7. set REGASM=RegAsm.exe
  8. set GACUTIL=gacutil.exe
  9. rem register TraceEvent.dll assembly with the Windows Registry
  10. %REGASM% i386\TraceEvent.dll
  11. rem register TraceEvent.dll with the Global Cache
  12. %GACUTIL% /i i386\TraceEvent.dll