I spend some time in trying to get CWS deployed.The result is quite easy and works properly.
Download the Fiery Command Workstation exe from official website.
I worked on CWS 5.31
Extract the downloaded exe with 7-zip to folder.
Install the CWS as usual starting Setup.exe and do a complete installation.
After a successful installation open certmgr.msc and export the installed X-Rite Certificate (Trusted Publisher) to .cer file.
Copy the .cer file to the extracted CWS folder.
This steps prevents that you need to approve the certificate manually within the installation.
After that create batch file with the following content:
certutil.exe -addstore -f "TrustedPublisher" "%~dp0xrite.cer"
"%~dp0Fiery Command Workstation\setup.exe" /clone_wait -install CWS SILENT NORBTDLG
Setup Type: Windows Installer (Delivered as an EXE)
Deployment Method Used: Vendor Provided Command Line (switch driven)
Deployment Difficulty:
unspecified
Platform(s): Windows