From 686beb7aac5b62d29dc25d97beeaafc7380a609f Mon Sep 17 00:00:00 2001 From: Peter Siering Date: Sun, 4 Dec 2022 15:40:30 +0100 Subject: [PATCH] Add missing DLLs for file open dialogs in some apps, e.g. notepad++ --- Projects/PhoenixPE/Shell/001-Explorer.script | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Projects/PhoenixPE/Shell/001-Explorer.script b/Projects/PhoenixPE/Shell/001-Explorer.script index 8f5d804..0d90016 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.5.1.0 -Date=2022-10-25 +Version=1.5.2.0 +Date=2022-12-04 [Variables] @@ -620,6 +620,8 @@ RequireFileEx,AppendList,\Windows\System32\ShellCommonCommonProxyStub.dll // In Win10 17763 shellstyle.dll is moved to windows\resources If,%SourceVer%,BiggerEqual,10.0.17763.0,RequireFileEx,AppendList,\Windows\resources\Themes\aero\shell\normalcolor\shellstyle.dll Else,RequireFileEx,AppendList,\Windows\System32\shellstyle.dll +RequireFileEx,AppendList,\Windows\System32\shellstyle.dll +RequireFileEx,AppendList,\Windows\SysWOW64\shellstyle.dll RequireFileEx,AppendList,\Windows\System32\shfolder.dll,NOMUI RequireFileEx,AppendList,\Windows\System32\shpafact.dll