bump IME script version

This commit is contained in:
Homes32
2025-03-02 12:45:52 -06:00
parent 8595220660
commit b7b6f1eb21

View File

@@ -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