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

View File

@@ -33,7 +33,7 @@ Title=Open-Shell Menu
Description=(v4.4.195) Formally known as Classic Shell, Open-Shell Menu is the premier Open-Source Start Menu replacement.
Author=Homes32
Level=3
Selected=True
Selected=False
Mandatory=False
Version=1.6.4.0
Date=2025-01-02

View File

@@ -30,13 +30,13 @@
[Main]
Title=StartIsBack++
Description=A full featured Start Menu replacement.
Description=A full featured Start Menu replacement for Win10.
Author=Homes32
Level=3
Selected=False
Mandatory=False
Version=1.4.2.0
Date=2024-09-05
Version=1.4.3.0
Date=2025-03-05
[Variables]
%ProgramFolder%=StartIsBack
@@ -49,6 +49,8 @@ Date=2024-09-05
[Process]
Echo,"Configuring [ StartIsBack++ ] as the start menu..."
If,%SourceVer%,BiggerEqual,10.0.22621.0,Halt,"StartIsBack++ is intended for use with Windows 10 sources. For Windows 11 sources please enable the StartAllBack script instead."
RunFromRam
If,%cb_AlwaysDownload%,Equal,True,DirDeleteEx,"%ProgramsCache%\%ProgramFolder%"