Subversion Repositories factorylink.sapi

Rev

Blame | Last modification | View Log | Download

@echo off
cls

rem first install all FacoryLink system files
flxcopy -h "" -i "Install.$$$" 1 . %FLINK% -o

if exist %FLINK%\mps\en\*.zip pkunzip -o %FLINK%\mps\en\*.zip %FLINK%\mps\en > nul
if exist %FLINK%\plc\*.zip pkunzip -od %FLINK%\plc\*.zip %FLINK%\plc > nul

update -Msapi_s7

IF NOT ERRORLEVEL 0 pause

rem
rem check first if a DeltaLink option file exist, if not copy from install diskette
rem

if not exist %FLOPT%\delta.opt goto copy

inst_seq -MSAPI_S7 -Sopt\delta.opt
goto end

:copy
copy opt\delta.opt %FLOPT% > nul
goto end

:end