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.

11 lines
268 B

  1. @echo off
  2. if not (%_echo%)==() echo on
  3. set infCabname=iedata
  4. if "%PROCESSOR_ARCHITECTURE%"=="ALPHA" set infCabName=%infCabName%x
  5. start /w iexpress /n %infCabName%.sed
  6. @rem Propagate the cab to the parent
  7. del ..\%infCabName%.cab
  8. move %infCabName%.cab ..