Performing a silent installation

About this task

When performing a silent target installation, run the installation command and use the FIPSCOMPLIANCE property to enable FIPS on the target . For more details of performing a silent installation, see Running a target custom installation on a Windows system.

Use the following properties when enabling FIPS mode

  • TRC_SERVER_PROTOCOL=https
  • TRC_SERVER_PORT=443
  • FIPSCOMPLIANCE=yes

For example : trc_target_setup.exe /s /v"/qn TRC_SERVER_HOSTNAME=yourserver TRC_SERVER_PROTOCOL=https TRC_SERVER_PORT=443 FIPSCOMPLIANCE=yes"

where yourserver is the hostname or IP address of your BigFix® Remote Control Server.