mirror of
https://github.com/PhoenixPE/PhoenixPE.git
synced 2025-09-17 18:48:04 +02:00
Rename RequireFileEx,Append to RequireFileEx,AppendList
This commit is contained in:
@@ -53,11 +53,11 @@ Echo,"Processing %ScriptTitle%..."
|
||||
// so we include our program that places an icon in the system tray that allows us to toggle the OSK on/off.
|
||||
ExtractAllFiles,%ScriptFile%,%SourceArch%,%TargetSystem32%
|
||||
|
||||
RequireFileEx,Append,\Windows\System32\osk.exe
|
||||
RequireFileEx,Append,\Windows\System32\OskSupport.dll
|
||||
RequireFileEx,Append,\Windows\System32\utilman.exe
|
||||
RequireFileEx,Append,\Windows\System32\WindowsCodecsExt.dll
|
||||
RequireFileEx,Append,\Windows\cursors\aero_arrow.cur
|
||||
RequireFileEx,AppendList,\Windows\System32\osk.exe
|
||||
RequireFileEx,AppendList,\Windows\System32\OskSupport.dll
|
||||
RequireFileEx,AppendList,\Windows\System32\utilman.exe
|
||||
RequireFileEx,AppendList,\Windows\System32\WindowsCodecsExt.dll
|
||||
RequireFileEx,AppendList,\Windows\cursors\aero_arrow.cur
|
||||
|
||||
RequireFileEx,ExtractList
|
||||
|
||||
|
Reference in New Issue
Block a user