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.

32 lines
957 B

  1. @echo off
  2. rem -----------------------------------------------------------------------------
  3. rem Copyright (c) Microsoft Corporation 2001
  4. rem
  5. rem build_msi.bat
  6. rem
  7. rem Batch script to build the client MSI for BITS.
  8. rem
  9. rem build_msi.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 Delete previous version
  22. rem
  23. rmdir /s /q "Product Configuration 1"
  24. rem
  25. rem Run InstallShield to build the client MSI
  26. rem
  27. iscmdbld /c UNCOMP -a "Product Configuration 1" -r "Release 1" /p bits_client_msi.ism