Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space KNOW and version 7
Panel
titleIntroduction

This article explains how to install and uninstall on the command line

Applies to:

Macrium Reflect version 5.x and 6.x all editions and windows versions.


About the Macrium installation process

The macrium installer is msi based with an executable wrapper to ensure it is launched in the correct mode

Command line installation

In most cases, just invoking the installer interactively will be the most effective way to install Reflect. However, in some cases, particularly if the installation is to be automated across many PCs, it may be more desirable to enable the installation to complete without user intervention. To do this, first download the installer using ReflectDL. Then invoke using the following options.

Code Block
themeFadeToGrey
languagetext
v6.X.XXX_reflect_server_setup_x64.exe /passive /l log.txt LICKEY=XX-XXXX-XXXX-XXXX-XXXX-XXXX-XXXXXX

Or, if you have ordered multiple licenses, you can install them on multiple computers with the same command. If you run out of licenses, the install will fail.

Code Block
themeFadeToGrey
languagetext
v6.X.XXX_reflect_server_setup_x64.exe /passive /l log.txt ORDERREF=NNNNNNNN [email protected]

If the installation fails, consult the log file, specified by the /l parameter to discover why.

The above examples will display a progress bar. If you wish the install to be completely invisible, replace /passive with /qn.


 

Note
  1. The installer name will vary dependent on edition and platform.
  2. This will only work with full (not upgrade) licenses.
  3. An Internet connection is required.
  4. If you have made multiple orders, you can specify a colon separated list, eg ...

    ORDERREF=NNNNNNNN:OOOOOOOOO:PPPPPPPP etc


    They will be searched in the same order as specified.