Seite 1 von 1
Win 7 x64 Unattend.xml
Verfasst: 03 Dez 2012, 09:51
von bobzbobz
Hello
I have tried to deploy Win 7 x64 DA from PXE-boot and it seems to work fine.
I only have a couple of things i need to change and i am guessing i have to edit the unattend.xml-file for those things to work.
When i PXE-boot i see Windows 7 installation loading, but i have to select the language for it to continue (DA - danish).
When the installation is finished, my keyboard-layout is set to DE (german) - i would like DA.
Can anyone tell me how i can change theese things in the unattend.xml-file, and what software i should use to edit it?
Best Regards,
Soren

Re: Win 7 x64 Unattend.xml
Verfasst: 03 Dez 2012, 09:53
von bobzbobz
And is there a way to make the PC a member of a domain during installation-phase?
Re: Win 7 x64 Unattend.xml
Verfasst: 03 Dez 2012, 11:09
von bobzbobz
Okay i think it works now - i was too fast >.<
I selected the keyboard-layout and system-language in the opsi-configed console
But i still dont know how to join the client to a domain.
Best Regards,
Soren
Re: Win 7 x64 Unattend.xml
Verfasst: 03 Dez 2012, 11:10
von wolfbardo
bobzbobz hat geschrieben:Hello
I have tried to deploy Win 7 x64 DA from PXE-boot and it seems to work fine.
I only have a couple of things i need to change and i am guessing i have to edit the unattend.xml-file for those things to work.
When i PXE-boot i see Windows 7 installation loading, but i have to select the language for it to continue (DA - danish).
When the installation is finished, my keyboard-layout is set to DE (german) - i would like DA.
Can anyone tell me how i can change theese things in the unattend.xml-file, and what software i should use to edit it?
Best Regards,
Soren

Please extract the win7-template:
Code: Alles auswählen
cd /home/opsiproducts/
/home/opsiproducts# opsi-package-manager -x /var/lib/opsi/repository/win7-x64_4.0.2-1.opsi
Edit /home/opsiproducts/win7-x64/OPSI/control and add the apropriate values for danish in
- # Not sure if you have to change properties winpe* cause its only during winpe setup
- winpe_uilanguage
- winpe_uilanguage_fallback
- winpe_inputlocale
# Here you should definitively change / supplement something
- system_language
- system_keyboard_layout
Repackage and deploy with your defaults:
Code: Alles auswählen
cd /home/opsiproducts/win7-x64
opsi-makeproductfile
opsi-package-manager -p ask -i win7-x64_4.0.2-1.opsi
Give us feedback which locales fits for you.
For the domain join have a look at
http://download.uib.de/opsi4.0/products ... 1.0-2.opsi
regards,
bardo wolf
Re: Win 7 x64 Unattend.xml
Verfasst: 03 Dez 2012, 11:17
von bobzbobz
Hmm.. can i select the Danish-language pack as default for all clients? now i seems i only change it "per client".
Re: Win 7 x64 Unattend.xml
Verfasst: 03 Dez 2012, 12:52
von bobzbobz
Hi again
I tried your guide, but when I repackage and have answered all of the questions I get this error:
Failure while processing Install of package(s) /home/opsiproducts/win7-x64/win7-x64_4.0.2-1.opsi on depot 'opsi.fmts.lan':
Backend error: Failed to install package '/home/opsiproducts/win7-x64/win7-x64_4.0.2-1.opsi' on depot 'opsi.fmts.lan':
Backend I/O error: Package file '/home/opsiproducts/win7-x64/win7-x64_4.0.2-1.opsi' does not exist or access denied (error on server)
Do I need to set some kind of permissions somewhere?
Best Regards
Re: Win 7 x64 Unattend.xml
Verfasst: 03 Dez 2012, 12:54
von bobzbobz
As for locales i think danish "da-DK" is: 1030:00000406, but i have not yet tested it because of the error.
Re: Win 7 x64 Unattend.xml
Verfasst: 03 Dez 2012, 12:55
von wolfbardo
Re: Win 7 x64 Unattend.xml
Verfasst: 03 Dez 2012, 13:28
von bobzbobz
Works like a charm
Win 7 x64 DA can now install, and has a Danish keyboard-layout.
The InputLocale for da-DK (Win7) keyboard-layout is: 1030:00000406
http://technet.microsoft.com/en-us/libr ... s.10).aspx
Thanks
Re: Win 7 x64 Unattend.xml
Verfasst: 03 Dez 2012, 13:48
von bobzbobz
What program do i use to open the file you have linked to?
Best Regards