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.

40 lines
1.0 KiB

  1. @echo off
  2. rem -----------------------------------------------------------------------------
  3. rem Copyright (c) Microsoft Corporation 2001
  4. rem
  5. rem build_msm.bat
  6. rem
  7. rem Batch script to build the client MSM for BITS.
  8. rem
  9. rem build_msm.bat
  10. rem
  11. rem
  12. rem Note:
  13. rem You must include InstallShield and Common Files\InstallShield in your
  14. rem path for this to work correctly. For example, the following (or equivalent)
  15. rem must be in your path for iscmdbld.exe to execute properly:
  16. rem
  17. rem c:\Program Files\Common Files\InstallShield
  18. rem c:\Program Files\InstallShield\Professional - Windows Installer Edition\System
  19. rem -----------------------------------------------------------------------------
  20. rem
  21. rem Build custom action
  22. rem
  23. cd BITS_Service_Config
  24. build -cZ
  25. cd ..
  26. rem
  27. rem Delete previous version
  28. rem
  29. rmdir /s /q "Product Configuration 1"
  30. rem
  31. rem Run InstallShield to build the client MSM
  32. rem
  33. iscmdbld /c UNCOMP -a "Product Configuration 1" -r "Release 1" /p BITS_Service_v15.ism