nachdem ich einige Zeit gekämpft habe, läuft die Installation von Windows 11 24H2 über das Paket "win11-x64_4.3.0.2-9" jetzt soweit. Allerdings wird offenbar das Property "imagename" nicht oder fehlerhaft ausgewertet, es wird immer "Windows 11 Pro" bei mir installiert; egal, was ich auswähle.
Die Imagenamen aus dem WIM habe ich mir natürlich anzeigen lassen und auch aktualisiert per SQL-Statement, so wie die gefühlt dutzenden Male zuvor auch bei Änderungen an win10-x64 / win11-x64.
Code: Alles auswählen
INSERT INTO
`PRODUCT_PROPERTY_VALUE` (productId, productVersion, packageVersion, propertyId, value, isDefault)
VALUES
("win11-x64","4.3.0.2","9","imagename","Windows 11 Education",0),
("win11-x64","4.3.0.2","9","imagename","Windows 11 Education N",0),
("win11-x64","4.3.0.2","9","imagename","Windows 11 Enterprise",1),
("win11-x64","4.3.0.2","9","imagename","Windows 11 Enterprise N",0),
("win11-x64","4.3.0.2","9","imagename","Windows 11 Pro",0),
("win11-x64","4.3.0.2","9","imagename","Windows 11 Pro N",0),
("win11-x64","4.3.0.2","9","imagename","Windows 11 Pro Education",0),
("win11-x64","4.3.0.2","9","imagename","Windows 11 Pro Education N",0),
("win11-x64","4.3.0.2","9","imagename","Windows 11 Pro for Workstations",0),
("win11-x64","4.3.0.2","9","imagename","Windows 11 Pro N for Workstations",0),
("win11-x64","4.3.0.2","9","imagename","Windows 11 Enterprise LTSC 2024",0),
("win10-x64","4.2.0.6","7","imagename","Windows 11 Enterprise N LTSC 2024",0)
Code: Alles auswählen
Tool zur Imageverwaltung für die Bereitstellung
Version: 10.0.22000.1
Details für Abbild: "b:\Source_x64\install_x64.wim"
Index: "1"
Name: "Windows 11 Education"
Beschreibung: "Windows 11 Education"
Größe: 19.693.830.361 Bytes
Index: "2"
Name: "Windows 11 Education N"
Beschreibung: "Windows 11 Education N"
Größe: 19.221.095.638 Bytes
Index: "3"
Name: "Windows 11 Enterprise"
Beschreibung: "Windows 11 Enterprise"
Größe: 19.694.202.756 Bytes
Index: "4"
Name: "Windows 11 Enterprise N"
Beschreibung: "Windows 11 Enterprise N"
Größe: 19.220.521.721 Bytes
Index: "5"
Name: "Windows 11 Pro"
Beschreibung: "Windows 11 Pro"
Größe: 19.692.854.775 Bytes
Index: "6"
Name: "Windows 11 Pro N"
Beschreibung: "Windows 11 Pro N"
Größe: 19.221.393.448 Bytes
Index: "7"
Name: "Windows 11 Pro Education"
Beschreibung: "Windows 11 Pro Education"
Größe: 19.695.580.839 Bytes
Index: "8"
Name: "Windows 11 Pro Education N"
Beschreibung: "Windows 11 Pro Education N"
Größe: 19.220.302.197 Bytes
Index: "9"
Name: "Windows 11 Pro for Workstations"
Beschreibung: "Windows 11 Pro for Workstations"
Größe: 18.944.125.054 Bytes
Index: "10"
Name: "Windows 11 Pro N for Workstations"
Beschreibung: "Windows 11 Pro N for Workstations"
Größe: 19.220.561.448 Bytes
Index: "11"
Name: "Windows 11 Enterprise LTSC 2024"
Beschreibung: "Windows 11 Enterprise LTSC"
Größe: 19.193.686.372 Bytes
Index: "12"
Name: "Windows 11 Enterprise N LTSC 2024"
Beschreibung: "Windows 11 Enterprise N LTSC"
Größe: 18.748.603.496 Bytes
Der Vorgang wurde erfolgreich beendet.