MacriumX initial groundwork for Explorer browse backup extension.

This commit is contained in:
Homes32
2025-02-23 20:04:32 -06:00
parent d64ed89fb1
commit 51d212b947
2 changed files with 16 additions and 6 deletions

View File

@@ -30,7 +30,7 @@
[Main]
Title=Macrium Reflect 8
Description=(v8.0.7783) Macrium Reflect is a complete backup solution for personal use. Protect documents, data and operating systems using advanced disk imaging technology.
Description=(v8.1.8439) Macrium Reflect is a complete backup solution for personal use. Protect documents, data and operating systems using advanced disk imaging technology.
Author=Homes32
Level=5
Selected=False
@@ -73,7 +73,7 @@ RegLoadHives
If,%cb_EnableDarkMode%,Equal,True,RegWrite,HKLM,REG_DWORD,"Tmp_Default\Software\Macrium\Common","DarkMode",1
Else,RegWrite,HKLM,REG_DWORD,"Tmp_Default\Software\Macrium\Common","DarkMode",0
// File Assoc. - Reflect corrupts the shell menu entries on every run, but we try anyway...
// File Assoc. - Reflect corrupts the shell menu 'command' entries on every run, but we try anyway...
ForEach,%Ext%,%FileAssoc%,Associate,%Ext%,"%PEPrograms%\%ProgramFolder%\%ProgramExe%"
// Product Registration

View File

@@ -35,8 +35,8 @@ Author=Homes32
Level=5
Selected=False
Mandatory=False
Version=1.0.1.0
Date=2025-02-10
Version=1.0.2.0
Date=2025-02-23
[Variables]
%ProgramFolder%="Macrium Reflect X"
@@ -82,7 +82,17 @@ RegWrite,HKLM,REG_DWORD,"Tmp_System\ControlSet001\Services\mimkrnl","ErrorContro
RegWrite,HKLM,REG_EXPAND_SZ,"Tmp_System\ControlSet001\Services\mimkrnl","ImagePath","System32\drivers\mimkrnl.sys"
RegWrite,HKLM,REG_SZ,"Tmp_System\ControlSet001\Services\mimkrnl","DisplayName","Macrium Image Mount Driver"
// File Assoc. - Reflect corrupts the shell menu entries on every run, but we try anyway...
// Register Macrium Image Explorer Driver (Browse backup images with explorer...not stable yet...)
RegWrite,HKLM,REG_EXPAND_SZ,"Tmp_System\ControlSet001\Services\EventLog\System\PSMounterEx","EventMessageFile","#$pSYSTEMROOT#$p\System32\drivers\psmounterex.sys"
RegWrite,HKLM,REG_DWORD,"Tmp_System\ControlSet001\Services\EventLog\System\PSMounterEx","TypesSupported",7
RegWrite,HKLM,REG_DWORD,"Tmp_System\ControlSet001\Services\PSMounterEx","Type",1
RegWrite,HKLM,REG_DWORD,"Tmp_System\ControlSet001\Services\PSMounterEx","Start",3
RegWrite,HKLM,REG_DWORD,"Tmp_System\ControlSet001\Services\PSMounterEx","ErrorControl",1
RegWrite,HKLM,REG_EXPAND_SZ,"Tmp_System\ControlSet001\Services\PSMounterEx","ImagePath","#$pSYSTEMROOT#$p\System32\drivers\psmounterex.sys"
RegWrite,HKLM,REG_SZ,"Tmp_System\ControlSet001\Services\PSMounterEx","DisplayName","Macrium Reflect Image Explorer Driver"
RegWrite,HKLM,REG_SZ,"Tmp_System\ControlSet001\Services\PSMounterEx","Description","Allows Macrium Reflect images and backups to be accessed by Windows Explorer"
// File Assoc. - Reflect corrupts the shell menu 'command' entries on every run, but we try anyway...
ForEach,%Ext%,%FileAssoc%,Associate,%Ext%,"%PEPrograms%\%ProgramFolder%\%ProgramExe%"
// Product Registration