Add WimImageConverter.script

This commit is contained in:
Homes32
2025-03-06 21:00:26 -06:00
parent ade6d8b815
commit 549f0916ee
4 changed files with 170 additions and 5 deletions

View File

@@ -36,7 +36,7 @@ Level=3
Selected=True
Mandatory=False
Version=1.7.2.0
Date=2024-11-19
Date=2025-02-25
[Variables]
@@ -677,6 +677,7 @@ If,%SourceVer%,BiggerEqual,10.0.17134.0,RequireFileEx,AppendList,\Windows\System
// so after we extract we will need to delete the .dll
RequireFileEx,AppendList,\Windows\System32\Windows.CloudStore.dll
If,%SourceVer%,BiggerEqual,10.0.26100.0,RequireFileEx,AppendList,\Windows\System32\Windows.Devices.Sensors.dll
// Appears to cause issues with PinTool: \Windows\System32\windows.immersiveshell.serviceprovider.dll
RequireFileEx,AppendList,\Windows\System32\Windows.Globalization.dll
If,%SourceVer%,BiggerEqual,10.0.26100.0,RequireFileEx,AppendList,\Windows\System32\Windows.Graphics.dll
@@ -685,6 +686,9 @@ RequireFileEx,AppendList,\Windows\System32\Windows.Networking.Connectivity.dll
RequireFileEx,AppendList,\Windows\System32\Windows.UI.dll
RequireFileEx,AppendList,\Windows\System32\Windows.UI.FileExplorer.dll
RequireFileEx,AppendList,\Windows\System32\Windows.UI.Core.TextInput.dll
If,%SourceVer%,BiggerEqual,10.0.26100.0,RequireFileEx,AppendList,\Windows\System32\WindowsInternal.ComposableShell.Display.dll
RequireFileEx,AppendList,\Windows\System32\windowsudk.shellcommon.dll
If,%SourceVer%,BiggerEqual,10.0.18900.0,Begin