Share

Silent Windows installation

For the system administrator, a major benefit of using silent installation is that you can automatically install all core, essential, and optional components without requiring user input.

Major release

  1. Extract the installation media to your Windows machine or an available shared drive.

  2. Open a command prompt as administrator.

  3. Navigate to the root of the product media folder.

  4. Enter the following command at the prompt:

    Setup.exe --silent

Product update

  1. Extract the update installation media to your Windows machine or to an available shared drive.

  2. Open a command prompt as administrator.

  3. Navigate to the root of the update media folder.

  4. Enter the following command at the prompt:

    <name>.exe -q

    For example:

    Insight-2023-bundle-update1.exe -q

Was this information helpful?