mirror of
https://github.com/PhoenixPE/PhoenixPE.git
synced 2025-09-17 18:48:04 +02:00
- use Decompress when feasible so we can take advantage of the progressbar
- always try and copy \Windows\System32\shellstyle.dll in addition to any in \Windows\Resources
This commit is contained in:
@@ -617,11 +617,9 @@ If,%SourceVer%,BiggerEqual,10.0.19041.0,RequireFileEx,AppendList,\Windows\System
|
||||
If,%SourceVer%,BiggerEqual,10.0.19041.0,RequireFileEx,AppendList,\Windows\System32\Shell32.dll
|
||||
RequireFileEx,AppendList,\Windows\System32\ShellCommonCommonProxyStub.dll
|
||||
|
||||
RequireFileEx,AppendList,\Windows\System32\shellstyle.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
|
||||
|
Reference in New Issue
Block a user