You can install and remove the software using a command line allowing you to perform unattended installations.
Use the following command line parameters and arguments to perform a silent installation of the product:
CloudWorxforSmart3D.exe -s install SERIALNUM=## SLAACCEPT=YES
You can also use -q, -quiet, and -silent arguments for the silent installation of the product.
The silent installation process installs only CloudWorx for Smart 3D software. It does not install the pre-requisites such as Cyclone or JetStream.
Required Arguments
SERIALNUM=<serial number>
SLAACCEPT=YES
SLAACCEPT=Yes indicates that you are accepting the Software License Agreement.
Uninstallation
Use the following command line parameter to perform the uninstallation of the product:
CloudWorxforSmart3D.exe -q -uninstall
The command-line arguments are case-sensitive.
Example of running CloudWorx for Smart 3D silent install from the command line:
CloudWorxforSmart3D.exe -s install SERIALNUM=12345678901234 SLAACCEPT=YES