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
11 lines
268 B
@echo off
|
|
if not (%_echo%)==() echo on
|
|
set infCabname=iedata
|
|
|
|
if "%PROCESSOR_ARCHITECTURE%"=="ALPHA" set infCabName=%infCabName%x
|
|
|
|
start /w iexpress /n %infCabName%.sed
|
|
|
|
@rem Propagate the cab to the parent
|
|
del ..\%infCabName%.cab
|
|
move %infCabName%.cab ..
|