Hi PaulLcL,
The installers does have support for silent install. The facility supports the following options:
/S ; specifies a silent install
/RIS= ;Install the RIS aspect also? True or False expected, else set to False
/RISHOST= ;Must specify this if /RIS is True, expects a hostname or IP
/RISPORT= ;Must specify this if /RIS is True, expects a port number
/AE= ;Client's AE Title will be set to the machine's hostname if this is not specified
/P= ;Client's DICOM listening port
Here's an example:
CCWorkstation2.0SP1.exe /S /RIS=False /AE=MyAeTitle /P=104
Hope that helps,
Henry