Fixed explorer crash in 24H2 due to missing mscms.dll if certain scripts were not selected.

This commit is contained in:
Homes32
2025-05-15 18:38:45 -05:00
parent 94e13b2bc3
commit 7ec21e9a56

View File

@@ -35,8 +35,8 @@ Author=Homes32
Level=3 Level=3
Selected=True Selected=True
Mandatory=False Mandatory=False
Version=1.7.2.0 Version=1.7.3.0
Date=2025-02-25 Date=2025-05-14
[Variables] [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\mblctr.exe
RequireFileEx,AppendList,\Windows\System32\mfperfhelper.dll RequireFileEx,AppendList,\Windows\System32\mfperfhelper.dll
RequireFileEx,AppendList,\Windows\System32\MrmCoreR.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\mscories.dll,NOMUI
RequireFileEx,AppendList,\Windows\System32\MsCtfMonitor.dll RequireFileEx,AppendList,\Windows\System32\MsCtfMonitor.dll
RequireFileEx,AppendList,\Windows\System32\msutb.dll RequireFileEx,AppendList,\Windows\System32\msutb.dll