Running a silent installation

If the product's already been installed, before running a silent install, the product will need to be uninstalled.
Silent installations are used to install an application without needing to interact with the installation procedure. This type of installation is helpful for applications with limited installation steps.
  1. Open a command prompt and type "EXEPATH" /q /norestart LICENSE_CODE=XXXXX-XXXXX-XXXXX INSTALLDIR="C:\Install Here" USERNAME="User Name" COMPANYNAME="Company".
    EXEPATH is the path to the executable file.
    XXXXX-XXXXX-XXXXX is your license code.

Related content

Related content