...
The installation of MettleCI Unit Test Harness version 1.0-353 and later can be automated via the /S
option:
Code Block |
---|
Usage: start "" /wait dm-unittest-harness-1.0-353-setup.exe <Unit Test Harness EXE file> /S /mcihome <MettleCI Home> /uthome <path/to.unittestharness> /dshome <path/to/datastage/home> |
...
Code Block |
---|
C:\>start "" /wait dm-unittest-harness-1.0-353-setup.exe /S /mcihome C:\dm\mci /uthome C:\dm\mci-unittest-harness /dshome C:\IBM\InformationServer\IBMServer\DSEngine MettleCI Unit Test Harness installation completed C:\>echo %errorlevel% 0 |
...