From 7ec21e9a56e42ed77c997d9168c76ddf91a7edb9 Mon Sep 17 00:00:00 2001 From: Homes32 Date: Thu, 15 May 2025 18:38:45 -0500 Subject: [PATCH] Fixed explorer crash in 24H2 due to missing mscms.dll if certain scripts were not selected. --- Projects/PhoenixPE/Shell/001-Explorer.script | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Projects/PhoenixPE/Shell/001-Explorer.script b/Projects/PhoenixPE/Shell/001-Explorer.script index d220c59..4d884df 100644 --- a/Projects/PhoenixPE/Shell/001-Explorer.script +++ b/Projects/PhoenixPE/Shell/001-Explorer.script @@ -35,8 +35,8 @@ Author=Homes32 Level=3 Selected=True Mandatory=False -Version=1.7.2.0 -Date=2025-02-25 +Version=1.7.3.0 +Date=2025-05-14 [Variables] @@ -611,6 +611,7 @@ If,%SourceVer%,BiggerEqual,10.0.26100.0,RequireFileEx,AppendList,\Windows\System RequireFileEx,AppendList,\windows\system32\mblctr.exe RequireFileEx,AppendList,\Windows\System32\mfperfhelper.dll RequireFileEx,AppendList,\Windows\System32\MrmCoreR.dll +If,%SourceVer%,BiggerEqual,10.0.26100.0,RequireFileEx,AppendList,\Windows\System32\mscms.dll RequireFileEx,AppendList,\Windows\System32\mscories.dll,NOMUI RequireFileEx,AppendList,\Windows\System32\MsCtfMonitor.dll RequireFileEx,AppendList,\Windows\System32\msutb.dll