From c5d23e51ad195ee51542471db9426f2f91243f30 Mon Sep 17 00:00:00 2001 From: "Zeeshan Ali (Khattak)" Date: Wed, 2 Jan 2013 22:37:17 +0200 Subject: win7,installer: Adapt for Windows 8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Win8 seems to require Microsoft-Windows-Setup/UserData/ProductKey/Key to be set, which seems to be exclusive with using Microsoft-Windows-Setup/ImageInstall/OSImage/InstallFrom/MetaData (or at least some care needs to be taken when using both together). As letting the Windows installer decide on which OSImage to use from the product key rather than hardcoding use of the first OSImage on the ISO seems more robust, we switch from InstallFrom installation image selection to ProductKey installation image selection. Co-author: Christophe Fergeau --- data/install-scripts/windows-unattend.xml | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/data/install-scripts/windows-unattend.xml b/data/install-scripts/windows-unattend.xml index 9ad324f..93fafa4 100644 --- a/data/install-scripts/windows-unattend.xml +++ b/data/install-scripts/windows-unattend.xml @@ -112,12 +112,6 @@ - - - /IMAGE/INDEX - 1 - - 0 1 @@ -127,6 +121,9 @@ true + + + @@ -343,12 +340,6 @@ - - - /IMAGE/INDEX - 1 - - 0 1 @@ -358,6 +349,9 @@ true + + + -- cgit v1.2.3