Skip to content

Commit

Permalink
v0.93
Browse files Browse the repository at this point in the history
Fixed LTSC 2024
  • Loading branch information
TheMMC committed Apr 18, 2024
1 parent fb87424 commit 3828256
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
4 changes: 2 additions & 2 deletions english/In-Place_Upgrade_Helper.bat
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ pause>nul|set/p=&echo(
:mainmenu
cls
ECHO M-M-C's quick-n-dirty In-Place-Upgrade-Helper for Win10/11
echo V0.92
echo V0.93
echo.
echo Enter the number of your desired edition, press enter, choose an upgrade method, then press enter again.
echo.
Expand Down Expand Up @@ -152,7 +152,7 @@ if '%choice%'=='17' goto setvarcloudn
if '%choice%'=='18' goto setvarltsc2021
if '%choice%'=='19' goto setvariotltsc2021
if '%choice%'=='20' goto setvarltscn2021
if '%choice%'=='21' goto setvarltscn2024
if '%choice%'=='21' goto setvarltsc2024
if '%choice%'=='22' goto setvariotltsc2024
if '%choice%'=='23' goto setvarltscn2024
if '%choice%'=='24' goto setvariotltscsub2024
Expand Down
3 changes: 3 additions & 0 deletions english/In-Place_Upgrade_Helper_readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ autounattend.xml in root folder or similar breaks In-Place_Upgrade_Helper.bat!


Changelog:
V0.93
Fixed 21 (LTSC 2024), 21 and 23 were identical by mistake.

v0.92
Did some tests with unattend.xml and autounattend.xml. Anything besides sources\$OEM$\$$\Panther\ breaks this tool, and that gave me some problems with some TPM-requirement workarounds...
So I wrote a small extra script to modify the Windows installation files. Obviously this only works with extracted ISOs and USB-sticks, not mounted ISOs.
Expand Down
4 changes: 2 additions & 2 deletions german/In-Place_Upgrade_Helper.bat
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ pause>nul|set/p=&echo(
:mainmenu
cls
ECHO M-M-C's quick-n-dirty In-Place-Upgrade-Helper fuer Win10/11
echo V0.92
echo V0.93
echo.
echo Nummer der gewuenschten Edition auswaehlen, Enter druecken, Upgrade-Methode auswaehlen, dann noch einmal Enter druecken.
echo.
Expand Down Expand Up @@ -152,7 +152,7 @@ if '%choice%'=='17' goto setvarcloudn
if '%choice%'=='18' goto setvarltsc2021
if '%choice%'=='19' goto setvariotltsc2021
if '%choice%'=='20' goto setvarltscn2021
if '%choice%'=='21' goto setvarltscn2024
if '%choice%'=='21' goto setvarltsc2024
if '%choice%'=='22' goto setvariotltsc2024
if '%choice%'=='23' goto setvarltscn2024
if '%choice%'=='24' goto setvariotltscsub2024
Expand Down
3 changes: 3 additions & 0 deletions german/In-Place_Upgrade_Helper_readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ autounattend.xml im root Ordner oder Aehnliches blockiert In-Place_Upgrade_Helpe


Changelog:
V0.93
Menü-Punkt 21 gefixt, 21 und 23 waren aus Versehen identisch.

v0.92
Mehrere Tests mit unattend.xml und autounattend.xml durchgeführt. Alles außer sources\$OEM$\$$\Panther\ führt zu Fehlern mit dieses Tool, was dann wiederum das Umgehen von dem TPM-Zwang etc. schwieriger macht...
Also habe ich ein kleines Script geschrieben um die Installationsdateien direkt zu modifizieren. Natürlich funktioniert das nur mit USB-Sticks und entpackten ISOs und so, gemountete ISOs lassen sich nicht bearbeiten.
Expand Down

0 comments on commit 3828256

Please sign in to comment.