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 versions7.x.

...

About the Macrium installation process

...

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
languagetext
themeFadeToGrey
languagetext
v6v7.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
languagetext
themeFadeToGrey
languagetext
v6v7.X.XXX_reflect_server_setup_x64.exe /passive /l log.txt ORDERREF=NNNNNNNN [email protected]

...

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.

 

...

If you want to make sure that the installation wont restart tour computer on completion, a no restart parameter can be added.

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

You can also include or exclude features from Reflect when installing from command line.


Adding any parameters mentioned below to your install script will omit the feature from being installed. The example below shows a version of the install script that will omit MIG from installing with Reflect:

Code Block
languagetext
themeFadeToGrey
NOIMAGEGUARDIAN=YES
NOVIBOOT=YES
NOCBT=YES
NODESKTOPSHORTCUT=YES

eg.
v7.X.XXX_reflect_server_setup_x64.exe /passive /l log.txt LICKEY=XX-XXXX-XXXX-XXXX-XXXX-XXXX-XXXXXX NOIMAGEGUARDIAN=YES



...