summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeeshan Ali (Khattak) <zeeshanak@gnome.org>2013-02-27 16:01:45 +0200
committerZeeshan Ali (Khattak) <zeeshanak@gnome.org>2013-03-04 17:13:53 +0200
commitc4598202f96c81ac8da5f2aecbc6ed9ebb7b4f39 (patch)
treea4b59e7bd09177ca745e1dc2495cf029f4d35750
parentc5d23e51ad195ee51542471db9426f2f91243f30 (diff)
win8: Use complete IDs of installer scripts
This fix combined with previous 2 patches enable apps to create unattended installation for Windows 8.
-rw-r--r--data/oses/windows.xml.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/data/oses/windows.xml.in b/data/oses/windows.xml.in
index b6d59e8..187c09d 100644
--- a/data/oses/windows.xml.in
+++ b/data/oses/windows.xml.in
@@ -874,7 +874,8 @@
</devices>
<installer>
- <script id='http://microsoft.com/windows/unattend'/>
+ <script id='http://microsoft.com/windows/unattend/jeos'/>
+ <script id='http://microsoft.com/windows/unattend/desktop'/>
</installer>
</os>