Documentation

Silent installation of RapidEE.

Silent installation

RapidEE supports silent installation — useful for automating deployment.

Command line

RapidEE_setup.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-

This command performs a fully automatic installation. RapidEE is not launched after it completes.

  • /SILENT — hide the wizard and background window, but show installation progress.
  • /VERYSILENT — also hide the installation progress window.
  • /SUPPRESSMSGBOXES — suppress dialog boxes; takes effect only with /SILENT or /VERYSILENT.
  • /NORESTART — never restart Windows automatically after setup.
  • /SP- — skip the initial confirmation prompt.
  • /DIR="C:\Program Files\RapidEE" — set the installation folder.