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.

48 lines
1.2 KiB

  1. @echo off
  2. if "%_echo%"=="1" echo on
  3. rem -----------------------------------------------------------------------------
  4. rem Copyright (c) Microsoft Corporation 2001
  5. rem
  6. rem build_install.bat
  7. rem
  8. rem Batch script to build the server MSM and MSI installs for BITS.
  9. rem
  10. rem build_install.bat
  11. rem
  12. rem
  13. rem Note:
  14. rem You must include InstallShield and Common Files\InstallShield in your
  15. rem path for this to work correctly. For example, the following (or equivalent)
  16. rem must be in your path for iscmdbld.exe to execute properly:
  17. rem
  18. rem c:\Program Files\Common Files\InstallShield
  19. rem c:\Program Files\InstallShield\Professional - Windows Installer Edition\System
  20. rem -----------------------------------------------------------------------------
  21. rem
  22. rem Build custom action
  23. rem
  24. cd bitsrvc
  25. build -cZ
  26. cd ..
  27. rem
  28. rem Delete previous installation
  29. rem
  30. rmdir /s /q Server_MSM
  31. rmdir /s /q Server_MSI
  32. rem
  33. rem Run InstallShield to build the server MSM
  34. rem
  35. iscmdbld /c UNCOMP -a "Product Configuration 1" -r "Release 1" /p bits-extensions-msm.ism || goto :eof
  36. rem
  37. rem Run InstallShield to build the server MSI
  38. rem
  39. iscmdbld /c UNCOMP -a "Product Configuration 1" -r "Release 1" /p bits-extensions-msi.ism