Versions Compared

Key

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

...

When you download Macrium Reflect, you will first download a small application, the Reflect Installer Download (ReflectDL.exe) which will establish which installer you need and download the latest version for you from our download servers. The vast majority of download issues are caused by firewall or internet connectivity issue. Firewalls need to allow outgoing port 80 access to updates.macrium.com and secure.macrium.com. ReflectDL.exe uses internet explorer components built into your windows installation. In some soInstall error : Service 'Macrium Reflect Image Mounting Service'me rare cases, these can become miss-configured.

Your first step in resolving installer issues is to confirm that the installer is not corrupt.

Right click on the installer file, and chose properties. Pick the digital signatures tab, select the only signature in the signature list and click details.
If the installer is corrupt, the digital signature will be flagged as not valid (right image below) and if it verifies successfully, then it will be flagged OK (left image below).






If your installer passes the signature check but is failing and you don't find a resolution below, then rerun the installer, checking the log checkbox, and send the file C:\reflect_install.log to us with details about the error you are seeing.


 

...


Make sure that the path(s) displayed exist and that you have full read write access to them.

Alternatively you can download and run a little utility 'chktemp.exe' that will validate access:
http://updates.macrium.com/reflect/utilities/chktemp.exe
This program will attempt to create a file in your temporary folder and report any errors.

If it is the case that you don't have full read write access or the path doesn't exist, resolving the issue using standard windows explorer UI should resolve error 0x01.



Install error : Service 'Macrium Reflect

Image Mounting

Service' could not be installed


This indicates that either :
  1. The user you are logged in as doesn't have the rights to install a new service.
  2. Or, you have a previous install that has not uninstalled correctly.

If you have a previous version of Macrium Reflect currently installed and believe that you have rights to install a new service, to check that it is the 2nd issue, first try to uninstall from the control panel.
Then from an elevated cmd prompt, type ...
 
Code Block
languagetext
themeFadeToGrey
sc stop reflectservice MacriumService


If that reports success, type ...


Code Block
languagetext
themeFadeToGrey
sc delete reflectserviceMacriumService 

Then try the latest install again.

...