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.

34 lines
888 B

  1. rem ////////////////////////////////////////////////////////////////////////
  2. rem
  3. rem Special: Delivered by IExpress, but not installed by InstallWizard's
  4. rem main copy mechanism
  5. rem
  6. set copydest=temp
  7. if "%_BLDTYPE%" == "FREE" del %copydest%\*.dbg
  8. if not exist "%CONTROLFILE%" goto noc
  9. REM Setup control info
  10. call %DRMVERDIR%\drmver.exe PURGE
  11. echo. >> %CONTROLFILE%
  12. set /a COUNT=%COUNT%+1 & echo [Filter%COUNT%] >> %CONTROLFILE%
  13. echo INFName=PMSvDist.inf >>%CONTROLFILE%
  14. echo Description=WMDM MSPMSP NT Service >>%CONTROLFILE%
  15. :noc
  16. call %DRMVERDIR%\drmver >> PMSvDist.inf
  17. call copy2 PMSvDist.inf
  18. REM bins for the redist:
  19. call copy2 %_NTx86TREE%\MSPMSPSv.dll
  20. if exist "%CONTROLFILE%" call %DRMVERDIR%\drmver.exe PURGE >> %CONTROLFILE%
  21. del %copydest%\build.err
  22. del %copydest%\build.log
  23. del %copydest%\build.wrn