mirror of
https://github.com/PhoenixPE/PhoenixPE.git
synced 2025-09-16 18:18:04 +02:00
bump IME script version
This commit is contained in:
@@ -37,8 +37,8 @@ Author=Homes32
|
|||||||
Level=4
|
Level=4
|
||||||
Selected=False
|
Selected=False
|
||||||
Mandatory=False
|
Mandatory=False
|
||||||
Version=2.0.2.1
|
Version=2.1.0.0
|
||||||
Date=2022-05-30
|
Date=2025-03-02
|
||||||
|
|
||||||
[Variables]
|
[Variables]
|
||||||
%Debug%=False
|
%Debug%=False
|
||||||
@@ -224,12 +224,12 @@ RequireFileEx,ExtractList
|
|||||||
|
|
||||||
///////////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
// Patching
|
// Patch InputService to allow running in WinPE
|
||||||
If,ExistFile,"%TargetSystem32%\InputService.dll",Begin
|
If,ExistFile,"%TargetSystem32%\InputService.dll",Begin
|
||||||
Echo,"Patching InputService..."
|
Echo,"Patching InputService..."
|
||||||
FileVersion,"%TargetSystem32%\InputService.dll",%InputServiceVersion%
|
FileVersion,"%TargetSystem32%\InputService.dll",%InputServiceVersion%
|
||||||
If,%InputServiceVersion%,Bigger,10.0.18300,Begin
|
If,%InputServiceVersion%,Bigger,10.0.18300,Begin
|
||||||
Binmay,"-u #$q%TargetSystem32%\InputService.dll#$q -s u:MiniNT -r u:NiniNT"
|
Binmay,"-u #$q%TargetSystem32%\InputService.dll#$q -s u:MiniNT -r u:ZiniNT"
|
||||||
If,Not,#r,Equal,0,Echo,"ERROR: Patching [%TargetSystem32%\InputService.dll] failed. IME may not be available. The error returned was [#r].",WARN
|
If,Not,#r,Equal,0,Echo,"ERROR: Patching [%TargetSystem32%\InputService.dll] failed. IME may not be available. The error returned was [#r].",WARN
|
||||||
End
|
End
|
||||||
End
|
End
|
||||||
|
Reference in New Issue
Block a user